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: sigsegv?


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.



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