Post #4037846
2026-07-23 14:10 UTC
@gorplop@pleroma.m68k.church
First thing I'd try is to run the program from the command line under strace. That might tell me what it was doing for so long.
strace /path/to/binary
Replies (1)
-
@gorplop@pleroma.m68k.church 2026-07-23 14:25
@CppGuy@infosec.space Ive ran it in gdb previously, forgot about strace. `strace` shows it hanging on a 24-sec timeout ppoll and gdb shows the backtrace comes from glib's main loop