Skip to content

Instantly share code, notes, and snippets.

@sudden6
Last active August 29, 2015 13:57
Show Gist options
  • Save sudden6/9548920 to your computer and use it in GitHub Desktop.
Save sudden6/9548920 to your computer and use it in GitHub Desktop.
0x00007ffff7bc1317 in _nc_printf_string_sp () from /lib64/libncursesw.so.5
(gdb) backtrace
#0 0x00007ffff7bc1317 in _nc_printf_string_sp () from /lib64/libncursesw.so.5
#1 0x00007ffff7bbc440 in vwprintw () from /lib64/libncursesw.so.5
#2 0x00007ffff7bbc5a7 in wprintw () from /lib64/libncursesw.so.5
#3 0x0000000000409b36 in prompt_onDraw (self=0x61ec20 <windows>, m=0xda3530) at ../src/prompt.c:353
#4 0x000000000040d2e6 in draw_active_window (m=0xda3530) at ../src/windows.c:391
#5 0x0000000000405708 in thread_winref (data=0xda3530) at ../src/main.c:439
#6 0x00007ffff65500db in start_thread () from /lib64/libpthread.so.0
#7 0x00007ffff628090d in clone () from /lib64/libc.so.6
(gdb) list
439 draw_active_window(m);
440 }
441
442 int main(int argc, char *argv[])
443 {
444 char *user_config_dir = get_user_config_dir();
445 int config_err = 0;
446
447 f_loadfromfile = 1;
448 int f_flag = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment