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