This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj, gdb warnings & jni method signatures


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]