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++/25608] g++ miscompiles gcjx



------- Comment #5 from gdr at gcc dot gnu dot org  2005-12-31 04:12 -------
Created an attachment (id=10572)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10572&action=view)
translation unit of format.cc

GDB session indicate the stall happens in the call to
format_repr::get_message().
More precisely, the use of ostringstream seems to led a deadlock.  This
works fine with GCC-3.4.x.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25608



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