Skip to content

Instantly share code, notes, and snippets.

@mloc
Created August 22, 2016 14:39
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 mloc/236b3690cb696a17de05d4609da69fc6 to your computer and use it in GitHub Desktop.
Save mloc/236b3690cb696a17de05d4609da69fc6 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0xf744337b in ?? () from /home/bs12/byond/bin/libbyond.so
#1 0xf74435fb in ?? () from /home/bs12/byond/bin/libbyond.so
#2 0xf744a919 in ?? () from /home/bs12/byond/bin/libbyond.so
#3 0xf74bb1fb in ?? () from /home/bs12/byond/bin/libbyond.so
#4 0xf7493b88 in ?? () from /home/bs12/byond/bin/libbyond.so
#5 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#6 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#7 0xf74afacc in ?? () from /home/bs12/byond/bin/libbyond.so
#8 0xf758688a in TimeLib::SystemAlarm() () from /home/bs12/byond/bin/libbyond.so
#9 0xf7550802 in SocketLib::WaitForSocketIO(long, unsigned char) () from /home/bs12/byond/bin/libbyond.so
#10 0x0804ae34 in ?? ()
#11 0xf6d24943 in __libc_start_main () from /lib/libc.so.6
#12 0x0804a731 in ?? ()
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
(gdb) bt
#0 0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
#1 0xf74435fb in ?? () from /home/bs12/byond/bin/libbyond.so
#2 0xf744a919 in ?? () from /home/bs12/byond/bin/libbyond.so
#3 0xf74bb1fb in ?? () from /home/bs12/byond/bin/libbyond.so
#4 0xf7493b88 in ?? () from /home/bs12/byond/bin/libbyond.so
#5 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#6 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#7 0xf74afacc in ?? () from /home/bs12/byond/bin/libbyond.so
#8 0xf758688a in TimeLib::SystemAlarm() () from /home/bs12/byond/bin/libbyond.so
#9 0xf7550802 in SocketLib::WaitForSocketIO(long, unsigned char) () from /home/bs12/byond/bin/libbyond.so
#10 0x0804ae34 in ?? ()
#11 0xf6d24943 in __libc_start_main () from /lib/libc.so.6
#12 0x0804a731 in ?? ()
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
(gdb) bt
#0 0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
#1 0xf74435fb in ?? () from /home/bs12/byond/bin/libbyond.so
#2 0xf744a919 in ?? () from /home/bs12/byond/bin/libbyond.so
#3 0xf74bb1fb in ?? () from /home/bs12/byond/bin/libbyond.so
#4 0xf7493b88 in ?? () from /home/bs12/byond/bin/libbyond.so
#5 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#6 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#7 0xf74afacc in ?? () from /home/bs12/byond/bin/libbyond.so
#8 0xf758688a in TimeLib::SystemAlarm() () from /home/bs12/byond/bin/libbyond.so
#9 0xf7550802 in SocketLib::WaitForSocketIO(long, unsigned char) () from /home/bs12/byond/bin/libbyond.so
#10 0x0804ae34 in ?? ()
#11 0xf6d24943 in __libc_start_main () from /lib/libc.so.6
#12 0x0804a731 in ?? ()
(gdb) c
Continuing.
^C
Program received signal SIGINT, Interrupt.
0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
(gdb) bt
#0 0xf7443388 in ?? () from /home/bs12/byond/bin/libbyond.so
#1 0xf74435fb in ?? () from /home/bs12/byond/bin/libbyond.so
#2 0xf744a919 in ?? () from /home/bs12/byond/bin/libbyond.so
#3 0xf74bb1fb in ?? () from /home/bs12/byond/bin/libbyond.so
#4 0xf7493b88 in ?? () from /home/bs12/byond/bin/libbyond.so
#5 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#6 0xf74a018e in ?? () from /home/bs12/byond/bin/libbyond.so
#7 0xf74afacc in ?? () from /home/bs12/byond/bin/libbyond.so
#8 0xf758688a in TimeLib::SystemAlarm() () from /home/bs12/byond/bin/libbyond.so
#9 0xf7550802 in SocketLib::WaitForSocketIO(long, unsigned char) () from /home/bs12/byond/bin/libbyond.so
#10 0x0804ae34 in ?? ()
#11 0xf6d24943 in __libc_start_main () from /lib/libc.so.6
#12 0x0804a731 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment