This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: sigsegv?
- From: "david daney" <ddaney at avtrex dot com>
- To: <tromey at redhat dot com>,"GCJ mailing list" <java at gcc dot gnu dot org>
- Date: Sun, 9 Nov 2003 15:27:02 -0800
- Subject: RE: sigsegv?
Just a thought:
Isn't the x86 setup without SA_NODEFER?
What happens if you get SEGV while the signal is masked?
I don't happen to know off the top of my head, but it probably is nothing good.
David Daney.
-----Original Message-----
From: java-owner@gcc.gnu.org on behalf of Tom Tromey
Sent: Sun 11/9/2003 2:20 PM
To: GCJ mailing list
Cc:
Subject: sigsegv?
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.
Tom