and run the software. The software reaches deadlock. I connect to it with gdb. Below is the full backtrace. I do not know where the ?? at the end come from, as I have compiled the software with debug information. I cannot write simpler software, which reproduces the problem.
In any case the software waits forever in the syslog-Futex call.
Can you find, based on the provided backtrace, the root cause for the deadlock?
I compile software on Fedora 39/ gcc 13.2.1 20231205 with
then I set
and run the software. The software reaches deadlock. I connect to it with gdb. Below is the full backtrace. I do not know where the
??
at the end come from, as I have compiled the software with debug information. I cannot write simpler software, which reproduces the problem.In any case the software waits forever in the syslog-Futex call.
Can you find, based on the provided backtrace, the root cause for the deadlock?