This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libstdc++/10350: thread-safety problem in std::string.


In article <20030502214219.93100.qmail@web20708.mail.yahoo.com>:

> We are having some crashes with stdc++.  It happens on
> a 2-processor i686 machine - the crashes went away if
> we boot the same machine with only one processor.
[...]
> The software was build with gcc 3.0.2.  

> Any ideas?

There were SMP bugs with libstdc++-v3 until a later release.  You
would have to check the release notes for later releases to get the
full picture.  If 3.0.4 doesn't address all the SMP issues for i686,
then I'm afraid you will have to upgrade to a later version of gcc.

Regards,
Loren


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]