Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2021 19:12:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 254201] ptrace(): rfork(RFSPAWN) / posix_spawn() reports fork instead of vfork (+ vfork_done)
Message-ID:  <bug-254201-227-rnt36h5osD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254201-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254201-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254201

Konstantin Belousov <kib@FreeBSD.org> changed:

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

--- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> ---
PL_FLAG_VFORKED is the modifier for PL_FLAG_FORKED so they are reported both.
In your test program, 0x448 is reported in pl_flags, which means
SCX | FORKED | VFORKED.

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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254201-227-rnt36h5osD>