Skip to content

Instantly share code, notes, and snippets.

@jimjh
Created February 23, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimjh/3b1fa7430f4e559a3c4bff256e59732f to your computer and use it in GitHub Desktop.
Save jimjh/3b1fa7430f4e559a3c4bff256e59732f to your computer and use it in GitHub Desktop.
Stacktrace of event-proxy in GDB.
(gdb) bt
#0 0x00005555555559aa in do_accept ()
#1 0x00007ffff79898f8 in ?? () from /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#2 0x00007ffff798a33f in event_base_loop () from /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6
#3 0x000055555555697a in _init_event_loop ()
#4 0x00005555555565a2 in proxy ()
#5 0x000055555555646f in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment