[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 1 18:34:00 UTC 2016


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

--- Comment #87 from Konstantin Belousov <kib at FreeBSD.org> ---
(In reply to John Baldwin from comment #84)
Thank you for the pointer, it is something for me to keep in mind.

But I do not see how would it be directly related. OBJT_DEAD and OBJ_DEAD are
two different things.  In the other PR debugging data, the OBJ_DEAD flag is
set, but the object itself is fine and not obliterated.  Previous debugging
patch results make me confident that the OBJ_DEAD flag was not set with
vm_object_set_flags(), while source code only sets the OBJ_DEAD with the calls
of that helper.

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


More information about the freebsd-threads mailing list