C
cppaddict
I have a Java app which which makes frequent use native calls. The app
runs fine for about 5-10 minutes, and then crashes with the error
below, which may or may not be caused by the native code. No error
report is created, so my question is: Does anyone have advice on how I
can go about tracking down the error. As you can see, the error
message is scant on additional information.
Thanks for any ideas,
cpp
----ERROR MESSAGE FOLLOWS----
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x02c90cc3
SIGNAL = -1073741819
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is
any.
Good bye.
runs fine for about 5-10 minutes, and then crashes with the error
below, which may or may not be caused by the native code. No error
report is created, so my question is: Does anyone have advice on how I
can go about tracking down the error. As you can see, the error
message is scant on additional information.
Thanks for any ideas,
cpp
----ERROR MESSAGE FOLLOWS----
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x02c90cc3
SIGNAL = -1073741819
FUNCTION NAME = (N/A)
OFFSET = 0xFFFFFFFF
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is
any.
Good bye.