[Bug 283101] pthread_cancel() doesn't cancel a thread that's currently in pause()
[email protected] Mon, 16 Dec 2024 22:03:03 +0000
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283101 --- Comment #11 from Konstantin Belousov <[email protected]> --- If you have an easy to reproduce setup, please rebuild system libraries with full debug info, like this: # for x in lib/libsys liexec/rtld-elf lib/libc lib/libthr ; do make -C /usr/src/$x DEBUG_FLAGS=3D-g clean all install; done then reproduce it and show the backtraces from both threads. Also useful a= re the printouts of 'struct thread' for them. --=20 You are receiving this mail because: You are the assignee for the bug.=