Skip to content

Instantly share code, notes, and snippets.

@sudden6
Created March 19, 2014 22:20
Show Gist options
  • Save sudden6/9652660 to your computer and use it in GitHub Desktop.
Save sudden6/9652660 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x00007ffff67a5ac7 in _nc_printf_string_sp () from /lib64/libncurses.so.5
#1 0x00007ffff67a1240 in vwprintw () from /lib64/libncurses.so.5
#2 0x00007ffff67a13a7 in wprintw () from /lib64/libncurses.so.5
#3 0x00000000004112e7 in prompt_onDraw (self=0x620060 <windows>, m=0xd3e6b0) at src/prompt.c:356
#4 0x0000000000413a38 in draw_active_window (m=0xd3e6b0) at src/windows.c:393
#5 0x000000000040f814 in thread_winref (data=0xd3e6b0) at src/main.c:439
#6 0x00007ffff69bc0db in start_thread () from /lib64/libpthread.so.0
#7 0x00007ffff629190d in clone () from /lib64/libc.so.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment