[Bug 283101] pthread_cancel() doesn't cancel a thread that's currently in pause()
Date: Mon, 16 Dec 2024 22:03:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283101 --- Comment #11 from Konstantin Belousov <kib@FreeBSD.org> --- 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=-g clean all install; done then reproduce it and show the backtraces from both threads. Also useful are the printouts of 'struct thread' for them. -- You are receiving this mail because: You are the assignee for the bug.