[Bug 204426] Processes terminating cannot access memory
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204426 --- Comment #87 from Konstantin Belousov <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"