Originally posted by: SystemAdmin
Hi,
Our application is generating core is it re-throws the exception.
The gcc configure string is as follows:
bash-3.2# ./gcc -v
Using built-in specs.
Target: powerpc-ibm-aix5.3.0.0
Configured with: ../stage/gcc-4.3.5/configure --disable-shared --enable-threads=posix --prefix=/opt/pware --with-long-double-128 --with-mpfr=/opt/pware --with-gmp=/opt/pware
Thread model: aix
gcc version 4.3.5 (GCC)
stack trace:
0x1000feb0 in __cxa_get_globals_fast () at /opt/gcc_work/gcc-4.3.5-src/libstdc++-v3/libsupc++/eh_globals.cc:63
63 /opt/gcc_work/gcc-4.3.5-src/libstdc++-v3/libsupc++/eh_globals.cc: A file or directory in the path name does not exist..
in /opt/gcc_work/gcc-4.3.5-src/libstdc++-v3/libsupc++/eh_globals.cc
(gdb)
(gdb) bt
#0 0x1000feb0 in __cxa_get_globals_fast () at /opt/gcc_work/gcc-4.3.5-src/libstdc++-v3/libsupc++/eh_globals.cc:63
#1 0x1000fdb8 in __cxa_end_catch () at /opt/gcc_work/gcc-4.3.5-src/libstdc++-v3/libsupc++/eh_catch.cc:98
Is this a know issue?
#AIX-Forum