[Bug c++/53308] New: AIX 5.3 segmentation fault with basic_ofstream, pthread and -O2

2012-05-10 Thread askees at appfluent dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53308 Bug #: 53308 Summary: AIX 5.3 segmentation fault with basic_ofstream, pthread and -O2 Classification: Unclassified Product: gcc Version: 4.4.7 Status: UNCONFIRMED

[Bug c++/18024] New: IOT/Abort trap (core dumped) on AIX with -pthread

2004-10-15 Thread askees at appfluent dot com
p (core dumped) on AIX with -pthread Product: gcc Version: 3.3.5 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: askees at appfluent dot com

[Bug c++/18024] IOT/Abort trap (core dumped) on AIX with -pthread

2004-10-15 Thread askees at appfluent dot com
-- What|Removed |Added GCC host triplet||powerpc-ibm-aix5.1.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18024

[Bug c++/18024] IOT/Abort trap (core dumped) on AIX with -pthread

2004-10-16 Thread askees at appfluent dot com
--- Additional Comments From askees at appfluent dot com 2004-10-16 13:48 --- After many attempts with various configure settings, I was able to get 3.4.2 (with both libstdc++-v3 and libgcc_s_pthread) installed. As in 3.3.5, the problem still exists if both libpthread (in /usr/lib

[Bug bootstrap/18033] New: --disable-aix64 doesn't remove ppc64 from multilib list

2004-10-16 Thread askees at appfluent dot com
ble-aix64 doesn't remove ppc64 from multilib list Product: gcc Version: 3.4.2 Status: UNCONFIRMED Severity: normal Priority: P2 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: askees

[Bug bootstrap/18033] --disable-aix64 doesn't remove ppc64 from multilib list

2004-10-16 Thread askees at appfluent dot com
-- What|Removed |Added GCC host triplet||powerpc-ibm-aix5.1.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18033

[Bug c++/18649] New: terminate called after throwing - IOT/Abort trap (core dumped)

2004-11-24 Thread askees at appfluent dot com
The threaded program used in this ticket crashes intermittently. The error is sometimes "terminate called after throwing" and something "unwind called recursively". A sample stack trace is shown below. #0 0x in ?? () #1 0xd254ece4 in __gxx_exception_cleanup (code=539406920, exc=0x202

[Bug c++/18649] terminate called after throwing - IOT/Abort trap (core dumped)

2004-11-24 Thread askees at appfluent dot com
--- Additional Comments From askees at appfluent dot com 2004-11-24 21:29 --- I downloaded 3.4.3 and the bug still exists. So, it is not a duplicate of 13391. -- What|Removed |Added