Created
February 23, 2020 17:19
-
-
Save jimjh/3b1fa7430f4e559a3c4bff256e59732f to your computer and use it in GitHub Desktop.
Stacktrace of event-proxy in GDB.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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