~message dead lock #301
Replies: 3 comments
|
Hi. I'm sure, I got this after the fork system call. |
|
I cannot imagine any way this could happen normally. The fact that
Are you abiding to this specification? From what I see it looks like you're accessing in a child process the mutex that has been locked before, in the parent process. |
|
See also https://elias.rhi.hi.is/libc/Threads-and-Fork.html or http://www.doublersolutions.com/docs/dce/osfdocs/htmls/develop/appdev/Appde193.htm |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I don’t know for sure how it succeeds, but I caught the lock here:
sdbus-cpp version: 1.2.0, systemd-250.8-1.fc36.x86_64
All reactions