[Bug c++/57426] New: Application core dumps at __gnu_cxx::__exchange_and_add

2013-05-26 Thread rajagopal.maddi at plintron dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rajagopal.maddi at plintron dot com We have an application; compiled with "gcc 3.4.3" on "SunOS solaris2 5.10 Generic_144488-07 sun4v sparc SUNW,SPARC-Enterprise-T1000". The ap

[Bug c++/57426] Application core dumps at __gnu_cxx::__exchange_and_add

2013-05-27 Thread rajagopal.maddi at plintron dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57426 --- Comment #2 from RajaGopal --- (In reply to Andrew Pinski from comment #1) > It is not __exchange_and_add which causing the abort but rather > TdrData::~TdrData which is not part of libstdc++ code. > __gnu_cxx::__exchange_and_add is inlined int

[Bug c++/57426] Application core dumps at __gnu_cxx::__exchange_and_add

2013-05-27 Thread rajagopal.maddi at plintron dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57426 RajaGopal changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVALID

[Bug libstdc++/57426] Application core dumps at __gnu_cxx::__exchange_and_add

2013-05-27 Thread rajagopal.maddi at plintron dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57426 --- Comment #5 from RajaGopal --- (In reply to Andrew Pinski from comment #4) > Then it is string's string::~string which has the abort in it. > > Can you try a newer version of GCC since 3.4.3 is no longer supported? > > Also do you have any th