Comment 4 for bug 1789059

Revision history for this message
RJ Skerry-Ryan (rryan) wrote :

Note that you can attach gdb to a running process with gdb/lldb -p `pidof mixxx`, which helps if you get a deadlock but aren't running under a debugger. It doesn't help with a crash though. For that, it's helpful to set "ulimit -c unlimited" so you get core dumps (which you can load with gdb after the process is already dead/gone).