--- 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
--- 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
--- 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
--
--- 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
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Severity|blocker |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29517
--- 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
--- 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
--- 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