Ubuntu – sigaction handler is waiting for lock indefinitely
I recently written a signal handler which uses backtrace from execinfo.h and it is working fine on MacOs but when it is used on Linux (Ubuntu Debian) it is waiting for lock indefinitely. I'm not sure if this helps, but…