[Bug 237195] pthread_mutex_unlock crash as unlocked mutex destroyed by signaled thread
[email protected] Sun, 07 Aug 2022 00:03:18 +0000
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237195 --- Comment #12 from Konstantin Belousov <[email protected]> --- Both locking a destroyed mutex, and destroying an owned mutex is declared as undefined behavior by POSIX. FreeBSD is conforming, the program has bugs. -- You are receiving this mail because: You are the assignee for the bug.