gcj, gdb warnings & jni method signatures
Tom Tromey
tromey@redhat.com
Sat Sep 18 00:10:00 GMT 2004
>>>>> "Rutger" == Rutger Ovidius <r_ovidius@eml.cc> writes:
Rutger> Thanks for the pointer. I put in some more printf debug lines and it
Rutger> led me to the find_symbol function in natRuntime.cc (specifically, the
Rutger> call to lt_dlsym)
So there isn't a buffer overflow? Or maybe it only is diagnosed later
on? All I can really suggest is putting a breakpoint in find_symbol
and seeing whether things look ok. You could also try stepping
through lt_dlsym to see whether it is doing an invalid free.
Tom
More information about the Java
mailing list