Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 May 2022 16:11:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 233649] Flakey test case: sys.kern.sysv_test.msg
Message-ID:  <bug-233649-32464-D1bX4oDQtj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-233649-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-233649-32464@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=3D233649

Eric van Gyzen <vangyzen@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vangyzen@FreeBSD.org

--- Comment #5 from Eric van Gyzen <vangyzen@FreeBSD.org> ---
I ran the test under GDB and reproduced the hang.  The test blocks in
sigsuspend.  did_sigchild is already 1.  The child exited before the parent
called sigsuspend, so it will block forever.  The parent should simply use a
wait-family function to wait for the child.  Then it could also ignore SIGC=
HLD.

--=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-233649-32464-D1bX4oDQtj>