Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2002 05:24:43 -0800 (PST)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        tjr@FreeBSD.org, freebsd-bugs@FreeBSD.org, tjr@FreeBSD.org
Subject:   Re: bin/45478: /bin/sh coredump
Message-ID:  <200211301324.gAUDOhtM054924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: /bin/sh coredump

Responsible-Changed-From-To: freebsd-bugs->tjr
Responsible-Changed-By: tjr
Responsible-Changed-When: Sat Nov 30 05:17:53 PST 2002
Responsible-Changed-Why: 
I believe this is caused by the SIGINT handler longjmp()'ing
out when it's in the middle of a malloc() call. Calls to malloc()
and free() should be bracketed in INTON and INTOFF.

I haven't had much luck tracking this down in the past, but
I'll try again to find the missing INTON/INTOFF.

http://www.freebsd.org/cgi/query-pr.cgi?pr=45478

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211301324.gAUDOhtM054924>