Elektrine lite

← Feed

@CppGuy@infosec.space

Post #4038440

2026-07-23 14:39 UTC

@gorplop@pleroma.m68k.church gdb is another good approach! It's a pity about the missing debug info in the frame just below ppoll(). Do the arguments to that function tell you anything useful?

Replies (1)

  • @gorplop@pleroma.m68k.church 2026-07-23 14:45

    @CppGuy@infosec.space nothing in particular. The poll that stalls is for fd=6 which is: socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC, 0) = 6 connect(6, {sa_family=AF_UNIX, sun_path="/run/user/1000/at-spi/bus"}, 27) = 0

    Open ##4038819