[Bug 290843] killpg deadlock against a stopped interrupted fork
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290843] killpg deadlock against a stopped interrupted fork"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Nov 2025 19:17:23 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290843 --- Comment #1 from Konstantin Belousov <kib@FreeBSD.org> --- The bug is clearly that thread_suspend_check(return_instead == 1) might not return, but suspend the thread. FWIW, sig_intr() is the only caller of thread_suspend_check(1). -- You are receiving this mail because: You are the assignee for the bug.