Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2025 17:40:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 289917] PID leak in proc_id_reapmap
Message-ID:  <bug-289917-227-XggeTqoP8j@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-289917-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=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.

home | help

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