sigsegv?
Bryce McKinlay
bryce@mckinlay.net.nz
Mon Nov 10 01:06:00 GMT 2003
On Nov 10, 2003, at 11:20 AM, Tom Tromey wrote:
> Has anybody else seen SEGV handling stop working?
> I got a crash from one today, which I find very surprising...
> I'm using x86 RHL 9.
Was your SEGV inside Method.invoke()? I've noticed strange things can
happen in there, perhaps if the IP goes to some weird-but-valid address
before the segv actually occurs.
There is still currently a Method.invoke() problem with final methods,
I think, because methods in a final class dont actually have the FINAL
flag set on them. Sorry about that.
Regards
Bryce.
More information about the Java
mailing list