[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 --- Comment #6 from Konstantin Belousov <[email protected]> --- After fork, in the child, there is only one thread, which is the copy of the thread issued the fork syscall. Do you issue any threading calls after fork but before exec? -- 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]"