From owner-freebsd-bugs Fri Sep 19 15:44:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15541 for bugs-outgoing; Fri, 19 Sep 1997 15:44:21 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15519; Fri, 19 Sep 1997 15:44:14 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA17548; Sat, 20 Sep 1997 08:12:43 +0930 (CST) Message-ID: <19970920081243.54396@lemis.com> Date: Sat, 20 Sep 1997 08:12:43 +0930 From: Greg Lehey To: Bruce Evans Cc: phk@critter.freebsd.dk, atrens@nortel.ca, freebsd-bugs@FreeBSD.ORG, gram@cdsec.com, hackers@FreeBSD.ORG, julian@whistle.com, mike@smith.net.au Subject: Re: Bug in malloc/free References: <199709191318.XAA17318@godzilla.zeta.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199709191318.XAA17318@godzilla.zeta.org.au>; from Bruce Evans on Fri, Sep 19, 1997 at 11:18:11PM +1000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 19, 1997 at 11:18:11PM +1000, Bruce Evans wrote: >> I still seems to me that we need a new function to mean: >> "coredump, right now, no ifs, whens or buts. Thank you." > > A new signal, like SIGKILL except it generates cores, would be useful. > We would have to fix all the assumptions that sigset_t == int to make > room for another signal number. Is that really so important? You can call sigaction from a signal handler, so you can unmask the signal before calling it. A new signal for the sake of a couple of lines of library code? Greg