AIX

AIX

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


#Power
 View Only
  • 1.  Program crash on exit, on AIX.

    Posted Thu April 23, 2009 04:36 AM

    Originally posted by: SystemAdmin


    Hi,

    I have an application running on AIX 5.3 in C++

    when i am trying to execute the application, everything is going fine, but on exit its getting core dumped.
    The stack trace is as shown below

    Illegal instruction (illegal opcode) in . at 0x0 ($t1)
    warning: Unable to access address 0x0 from core
    (dbx) where
    .() at 0x0
    __dt__14RWDBConnectionFv() at 0xd272a72c
    ~cODBC()(this = 0x202fce48, __dtorFlags = 3, __vtt = (nil)), line 54 in "cursorodbc.cpp"
    unnamed block in cleanupODBCConnections()(this = 0x2004db70), line 58 in "dbpool.cpp"
    unnamed block in cleanupODBCConnections()(this = 0x2004db70), line 58 in "dbpool.cpp"
    cleanupODBCConnections()(this = 0x2004db70), line 58 in "dbpool.cpp"
    ~cDBPool()(this = 0x2004db70, __dtorFlags = 2), line 21 in "dbpool.cpp"
    dbpool.__srterm__0()(), line 26 in "dbpool.cpp"
    cuexit.exit(??) at 0xd0389c68
    (dbx) up
    __dt__14RWDBConnectionFv() at 0xd272a72c
    (dbx) up
    ~cODBC()(this = 0x202fce48, __dtorFlags = 3, __vtt = (nil)), line 54 in "cursorodbc.cpp"
    (dbx) up
    unnamed block in cleanupODBCConnections()(this = "this" is not currently defined
    (dbx) up
    unnamed block in cleanupODBCConnections()(this = "this" is not currently defined
    (dbx) up
    cleanupODBCConnections()(this = 0x2004db70), line 58 in "dbpool.cpp"
    (dbx) up
    ~cDBPool()(this = 0x2004db70, __dtorFlags = 2), line 21 in "dbpool.cpp"
    (dbx) up
    dbpool.__srterm__0()(), line 26 in "dbpool.cpp"
    (dbx) up
    cuexit.exit(??) at 0xd0389c68
    (dbx)

    plz help me to know what exactly the problem is?

    Regards,
    Madhavi
    #AIX-Forum


  • 2.  Re: Program crash on exit, on AIX.

    Posted Fri August 14, 2009 08:17 AM

    Originally posted by: wiessler55131


    There is no info about the system you are having the problem. Please provide output of the command:
    oslevel -s;lslpp -h bos.rte.libc xlC.rte vacpp.cmp.rte
    Updates can be found on www.ibm.com searching for 1110831
    #AIX-Forum