[Bug 254995] pthread_cond_timedwait() returns EDEADLK
[email protected] Wed, 19 Jan 2022 08:23:11 +0000
| Newsgroups | gmane.os.freebsd.devel.threading |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254995 --- Comment #13 from [email protected] --- I should add that almost all threads except one run at realtime priority. The one thread without realtime priority forks processes every few seconds. It gathers statistics by exec'ing ps, pstat and fstat. Could that result in some kind of "indirect" deadlock situation because those programs may lock some kernel structures? Just an idea. -- You are receiving this mail because: You are the assignee for the bug.