Created
February 23, 2020 17:25
-
-
Save jimjh/826dfd6b99e934bdf34898d07e1c750b to your computer and use it in GitHub Desktop.
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 0x0000555555555f3b in readcb () | |
#1 0x00007ffff7983e32 in ?? () from /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 | |
#2 0x00007ffff79898f8 in ?? () from /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 | |
#3 0x00007ffff798a33f in event_base_loop () from /usr/lib/x86_64-linux-gnu/libevent-2.1.so.6 | |
#4 0x00005555555568ff in _init_event_loop () | |
#5 0x0000555555556527 in proxy () | |
#6 0x00005555555563f4 in main () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment