From owner-freebsd-current Thu Sep 30 12:27:47 1999 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id A78FD14D03 for ; Thu, 30 Sep 1999 12:27:41 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id MAA23251; Thu, 30 Sep 1999 12:27:40 -0700 (PDT) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id MAA26223; Thu, 30 Sep 1999 12:27:39 -0700 (PDT) (envelope-from jdp@polstra.com) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Thu, 30 Sep 1999 12:27:39 -0700 (PDT) Organization: Polstra & Co., Inc. From: John Polstra To: marcel@scc.nl Subject: Now that sigcontext is gone ... Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm trying to digest the recent signal changes and get a handle on what I need to do to make Modula-3 work. There is code in the runtime currently which catches SIGBUS and uses the sigcontext's "sc_err" member to find out the faulting address. That should be replaced by the siginfo_t's "si_addr" member. But as far as I can tell from grepping the kernel sources, that functionality isn't implemented. Is that right? Any ideas regarding a work-around? John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "No matter how cynical I get, I just can't keep up." -- Nora Ephron To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message