Skip to content

Instantly share code, notes, and snippets.

@ThomasAdam
Created November 3, 2012 11:38
Show Gist options
  • Save ThomasAdam/4007117 to your computer and use it in GitHub Desktop.
Save ThomasAdam/4007117 to your computer and use it in GitHub Desktop.
#0 0x08063e3e in hooks_RB_REMOVE_COLOR (head=0x28405160, parent=0x0, elm=0x284c7d00) at hooks.c:28
28 RB_GENERATE(hooks, hook_entry, entry, hooks_cmp);
(gdb) bt
#0 0x08063e3e in hooks_RB_REMOVE_COLOR (head=0x28405160, parent=0x0, elm=0x284c7d00) at hooks.c:28
#1 0x0806456e in hooks_RB_REMOVE (head=0x28405160, elm=0x284c7ba0) at hooks.c:28
#2 0x080649de in hook_remove (hhooks=0x28405160, h=0x284c7ba0) at hooks.c:83
#3 0x08064922 in hooks_free (all_hooks=0x28405160) at hooks.c:57
#4 0x08079d5d in session_destroy (s=0x285011d0) at session.c:164
#5 0x0807a29a in session_detach (s=0x285011d0, wl=0x2841b540) at session.c:303
#6 0x08076850 in server_kill_window (w=0x284fe480) at server-fn.c:273
#7 0x08076c4a in server_destroy_pane (wp=0x2840e800) at server-fn.c:381
#8 0x080914be in window_pane_error_callback (bufev=0x284e3f00, what=17, data=0x2840e800) at window.c:841
#9 0x28142c77 in bufferevent_readcb () from /usr/local/lib/libevent-1.4.so.4
#10 0x281414c2 in event_base_loop () from /usr/local/lib/libevent-1.4.so.4
#11 0x281417f9 in event_loop () from /usr/local/lib/libevent-1.4.so.4
#12 0x08078214 in server_loop () at server.c:212
#13 0x080781e6 in server_start (lockfd=6, lockfile=0x2841c780 "") at server.c:203
#14 0x0804bbf5 in client_connect (path=0x80b7e00 "/tmp/tmux/foo4", start_server=1) at client.c:124
#15 0x0804be41 in client_main (argc=0, argv=0xbfbfe634, flags=1) at client.c:220
#16 0x08080eae in main (argc=0, argv=0xbfbfe634) at tmux.c:406
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment