[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-26 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #7 from Ulrich dot Beingesser at t-systems dot com 2006-10-26 18:38 --- (In reply to comment #0) > The attached code crashes under AIX5.2 and AIX5.3 when compiled with g++ > 4.1.1. > The effect also occurs using g++ 4.0.3. > > It seems that throwing exceptions is not compl

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-20 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #6 from Ulrich dot Beingesser at t-systems dot com 2006-10-20 08:10 --- Created an attachment (id=12468) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12468&action=view) backtrace info 3 Shows backtrace info for scenario when program crashes due to signal 4 -- ht

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-20 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #5 from Ulrich dot Beingesser at t-systems dot com 2006-10-20 08:08 --- Created an attachment (id=12467) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12467&action=view) backtrace info case 2 Shows backtrace info for scenario when program crashes due to signal 11 --

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-20 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #4 from Ulrich dot Beingesser at t-systems dot com 2006-10-20 07:53 --- Created an attachment (id=12466) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12466&action=view) gdb backtrace info Shows complete sequence how program is build, run, crashes and gdb backtrace on

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-19 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|blocker |normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-19 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #3 from Ulrich dot Beingesser at t-systems dot com 2006-10-19 17:02 --- (In reply to comment #2) > -lpthread > I think that is your problem, you should be using -pthread instead. > Can you try using -pthread instead of -lpthread? Using -pthread instead of -lpthread shows th

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-19 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-10-19 16:51 --- -lpthread I think that is your problem, you should be using -pthread instead. Can you try using -pthread instead of -lpthread? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517

[Bug c++/29517] Exception handling not thread-safe on AIX5.x with Gnu compilers

2006-10-19 Thread Ulrich dot Beingesser at t-systems dot com
--- Comment #1 from Ulrich dot Beingesser at t-systems dot com 2006-10-19 16:45 --- Created an attachment (id=12462) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12462&action=view) Test program that demonstrates the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517