Page MenuHomeFreeBSD

Enumerate processes via the pid hash table in kdb_thr_*().
ClosedPublic

Authored by jhb on Dec 29 2020, 11:52 PM.
Tags
None
Referenced Files
F132464884: D27826.id81451.diff
Fri, Oct 17, 4:00 AM
Unknown Object (File)
Tue, Sep 30, 11:53 AM
Unknown Object (File)
Fri, Sep 19, 12:05 AM
Unknown Object (File)
Thu, Sep 18, 6:47 PM
Unknown Object (File)
Sep 4 2025, 7:44 PM
Unknown Object (File)
Aug 26 2025, 6:07 PM
Unknown Object (File)
Aug 23 2025, 8:38 AM
Unknown Object (File)
Aug 22 2025, 4:14 PM
Subscribers

Details

Summary

Processes part way through exit1() are not included in allproc. Using
allproc to enumerate processes prevented getting the stack trace of a
thread in this part of exit1() via ddb.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable