This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/32261] Thread race segfault in std::string::append with -O and -s
- From: "jlawson-gcc at bovine dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2007 01:36:10 -0000
- Subject: [Bug c++/32261] Thread race segfault in std::string::append with -O and -s
- References: <bug-32261-7959@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from jlawson-gcc at bovine dot net 2007-06-12 01:36 -------
This seems like a rather unexpected crash given the seemingly valid example
code. Can anyone from the GCC team indicate the actual compiler issue that
might cause this example to fail, and specifically indicate an existing
bugzilla number that addressed it?
I'm worried that this issue may very well have been unintentionally hidden and
not actually fixed. (For example, a casual code change might have altered
segment alignments and symbol offsets happen to overflow differently.)
--
jlawson-gcc at bovine dot net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jlawson-gcc at bovine dot
| |net
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32261