[Bug 254995] pthread_cond_timedwait() returns EDEADLK
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254995 Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Konstantin Belousov <[email protected]> --- This is PI mutex, right? For PI, EDEADLK means that mutex was tried while the thread owns it. Is 0x000187f2 the tid of the thread that got EDEADLK? Could it be that you stop/continue the process that demonstrate this behavior? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-threads To unsubscribe, send any mail to "[email protected]"