[Bug 254995] pthread_cond_timedwait() returns EDEADLK

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 14 14:56:18 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254995

Konstantin Belousov <kib at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kib at FreeBSD.org

--- Comment #1 from Konstantin Belousov <kib at FreeBSD.org> ---
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.


More information about the freebsd-threads mailing list