NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/49001: [patch] use _exit instead of exit to be async safe in threaded code
>Number: 49001
>Category: bin
>Synopsis: [patch] use _exit instead of exit to be async safe in threaded
>code
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jul 17 05:35:00 +0000 2014
>Originator: Garrett Cooper
>Release: n/a
>Organization:
EMC / Isilon Storage Division
>Environment:
n/a
>Description:
We ran into an issue where t_fork was failing on FreeBSD because it was using
exit instead of _exit. Once we switched the testcase to _exit, the issue went
away.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index