[Bug 289917] PID leak in proc_id_reapmap

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 30 Sep 2025 17:40:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289917

--- Comment #3 from Peter Holm <pho@FreeBSD.org> ---
(In reply to Konstantin Belousov from comment #2)
I was unable to trigger any leaks with the current version of timeout(1), but
using an old version of timeout(1) (May 30th) from when we looked at the
timeout(1) problem, I see:

(kgdb) bitset_count proc_id_reapmap 100000
$2 = 18
(kgdb) bitset_count proc_id_reapmap 100000
$3 = 74896
(kgdb) x/s version
0xffffffff8164f500 <version>:   "FreeBSD 16.0-CURRENT #0
main-n280736-05e5de00b9ea-dirty: Mon Sep 29 20:25:28 CEST 2025\n   
pho@mercat1.netperf.freebsd.org:/usr/src/sys/amd64/compile/PHO\n"
(kgdb)

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