Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Debugger and Win98

Hi all!!!
 
I found a strange behavior of Java in some cases while debugging C/C++ projects. I have to say that this behavior can be seen only on Win98.
While debugging program can be in "stopped" or in "running" condition. When I press "Terminate" button in "stopped" condition everything is ok but if I press "Terminate" in "running" condition fatal error of operation system occurs.
With help of Java Debugger I found out that error occurs in MISession.terminate() while launching  following string:

gdbProcess.destroy();

As I understood the reason of this error completely depends on Java( sometimes a diagnostic appeares: JVM terminated Exit code = -1 )

May be someone met this problem an can prompt how to avoid it?

 

Thanks in advance,

Igor S. Zamyatin

isz@xxxxxxxxxxxxx

Interstron Ltd.

 

 

 


Back to the top