This is the mail archive of the gcc-bugs@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]

[Bug c++/32261] Thread race segfault in std::string::append with -O and -s



------- 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


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