Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Apr 2017 22:02:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 218598] pwait deadlocks on its own pid
Message-ID:  <bug-218598-8-R6SvQaBjQC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218598-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218598-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218598

Jilles Tjoelker <jilles@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #1 from Jilles Tjoelker <jilles@FreeBSD.org> ---
Hmm, this is sort of a workaround for the shell reaping zombies quickly and=
 not
providing the script with a good way to detect this.

If code is executed like
  sh -c '...; exec pwait $$'
it arguably should deadlock.

The patch seems a simple way to avoid the deadlock in poudriere, though.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218598-8-R6SvQaBjQC>