Date: Fri, 6 Sep 2002 12:07:28 -0700 (PDT) From: Garrett Wollman <wollman@FreeBSD.org> To: Pierre-Etienne.Moreau@loria.fr, wollman@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/42477: atexit+exit result in infinite recursive calls Message-ID: <200209061907.g86J7SMm012464@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: atexit+exit result in infinite recursive calls State-Changed-From-To: open->closed State-Changed-By: wollman State-Changed-When: Fri Sep 6 12:04:39 PDT 2002 State-Changed-Why: I believe that the behavior noted is within the bounds of the relevant standards. Functions registerd with atexit() must call _exit() if they need to prevent further normal exit() processing. (C99 added the _Exit() function for this reason among others, but we do not yet implement it, and even if we did, it would just call _exit().) http://www.freebsd.org/cgi/query-pr.cgi?pr=42477 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?200209061907.g86J7SMm012464>
