Subject: faulting address in SIGSEGV handler (i386)
To: None <tech-kern@netbsd.org>
From: Dieter Baron <dillo@danbala.ifoer.tuwien.ac.at>
List: tech-kern
Date: 08/29/2001 20:28:35
hi,

while trying to port sbcl (Steel Bank Common Lisp,
http://sbcl.sourceforge.net/) to NetBSD, I discovered, that NetBSD
doesn't support the SA_SIGINFO flag to sigaction(2).  sbcl uses it to
get at the faulting address in its SIGSEGV handler.  Any idea how I
can get at that address on i386?  (sparc seems to pass the address
in the code parameter to the signal handler.)

						thanks,
						dillo