Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.programming.threads > #1084

Re: String multithreading issue

From Marc <marc.glisse@gmail.com>
Newsgroups comp.programming.threads
Subject Re: String multithreading issue
Date 2012-09-20 16:37 +0000
Organization INRIA - CR Paris-Rocquencourt
Message-ID <k3fgnu$rvf$1@news-rocq.inria.fr> (permalink)
References <0992cd7c-02bf-47e6-8c88-a171b7de8408@googlegroups.com>

Show all headers | View raw


itt ium  wrote:

> The following code when checked with helgrind shows possible race conditions. Is there a bug in std::string class?

Answering just this part, without looking at your example:
http://gcc.gnu.org/onlinedocs/libstdc++/manual/debug.html#debug.races
and gcc's bugzilla has a couple entries about races in std::string.

(plus, you are using an old system, some bugs may have been fixed since)

Back to comp.programming.threads | Previous | NextPrevious in thread | Find similar


Thread

String multithreading issue itt ium <ittium@gmail.com> - 2012-09-20 00:50 -0700
  Re: String multithreading issue Marcel Müller <news.5.maazl@spamgourmet.com> - 2012-09-20 11:54 +0200
  Re: String multithreading issue bartek szurgot <basz@no.spam> - 2012-09-20 17:53 +0200
    Re: String multithreading issue Marcel Müller <news.5.maazl@spamgourmet.com> - 2012-09-21 08:09 +0200
      Re: String multithreading issue Geoff Clare <geoff@clare.See-My-Signature.invalid> - 2012-09-21 13:42 +0100
  Re: String multithreading issue Marc <marc.glisse@gmail.com> - 2012-09-20 16:37 +0000

csiph-web