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