Abort while using Date (HPUX11.0) [message #206726] |
Fri, 01 December 2006 04:39 |
Bellana
Messages: 1 Registered: December 2006
|
Junior Member |
|
|
Hello,
I have compiled a little programm with aCC and it works fine (DB-Access, reading Data from DB (getFloat(), getString()..),
but when I use the oracle Date class, I get an abort.
call stack:
#0 0x79fb88a0 in kill+0x10 () from /usr/lib/libc.2
#1 0x79f557bc in raise+0x24 () from /usr/lib/libc.2
#2 0x79f95e5c in abort_C+0x16c () from /usr/lib/libc.2
#3 0x79f95eb4 in abort+0x1c () from /usr/lib/libc.2
#4 0x780534f0 in std::terminate+0x38 () from /usr/lib/libCsup_v2.2
#5 0x780539b8 in ThrowException+0x74 () from /usr/lib/libCsup_v2.2
#6 0x78053f18 in __throw__FPvT1+0x14c () from /usr/lib/libCsup_v2.2
#7 0x7812f904 in oracle::occi::Date::Date+0xb4 () from /packages2/Oracle9/lib32/libocci.sl
#8 0x65bc in main (argc=0, argv=0x0) at /home/occitest/main.cpp:7
I don't know, what's the problem.
Please, can anybody help!
regards
Bellana
|
|
|