Debugging Kaffe
Tony Juricic
tonko at evcom.net
Mon Apr 6 18:44:50 PDT 1998
After buiding Kaffe under Cygwin32 B19 I was able to run most of test
Java applications, with the exception of some applications that create threads
in addition to the main one, like DeadThread.java.
Segmentation fault happened upon entry to sysdepCallMethod.
In GDB I see that this function is called several times and then
one invocation causes crash.
Any experiences out there to share on how to debug these cases?
How to find out precisely which Java method was invoked, what
to look for, etc.
Thanks, Tony
More information about the kaffe
mailing list