AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

SIGSEGV in __cxa_get_globals_fast gcc version 4.3.5

  • 1.  SIGSEGV in __cxa_get_globals_fast gcc version 4.3.5

    Posted Wed January 23, 2013 06:57 AM

    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


  • 2.  Re: SIGSEGV in __cxa_get_globals_fast gcc version 4.3.5

    Posted Wed February 06, 2013 07:46 AM

    Originally posted by: SystemAdmin


    Has anyone any idea about this issue?

    Thanks.
    #AIX-Forum