Skip to content

Instantly share code, notes, and snippets.

@norrs
Created July 16, 2012 19:49
Show Gist options
  • Save norrs/3124630 to your computer and use it in GitHub Desktop.
Save norrs/3124630 to your computer and use it in GitHub Desktop.
Core was generated by `weechat-curses -a --dir /home/rockj/.weechat --upgrade'.
Program terminated with signal 6, Aborted.
#0 0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0 0xffffe424 in __kernel_vsyscall ()
#1 0xb7d4a781 in raise () from /lib/i686/cmov/libc.so.6
#2 0xb7d4dbb2 in abort () from /lib/i686/cmov/libc.so.6
#3 0x0809cd44 in weechat_shutdown (return_code=1, crash=1) at /usr/local/src/weechat/src/core/weechat.c:427
#4 0x080b9be0 in debug_sigsegv () at /usr/local/src/weechat/src/core/wee-debug.c:168
#5 <signal handler called>
#6 0xb718a585 in relay_client_outqueue_add (client=0x8502fb0, data=0x85041c0 "", data_size=208)
at /usr/local/src/weechat/src/plugins/relay/relay-client.c:204
#7 0xb718a6d5 in relay_client_send (client=0x8502fb0, data=0x85041c0 "", data_size=208)
at /usr/local/src/weechat/src/plugins/relay/relay-client.c:280
#8 0xb7191af5 in relay_weechat_msg_send (client=0x8502fb0, msg=0x8503fc8)
at /usr/local/src/weechat/src/plugins/relay/weechat/relay-weechat-msg.c:952
#9 0xb7192da7 in relay_weechat_protocol_signal_buffer_cb (data=0x8502fb0,
signal=0x80d72f6 "buffer_line_added", type_data=0x80d72da "pointer", signal_data=0x8502ec0)
at /usr/local/src/weechat/src/plugins/relay/weechat/relay-weechat-protocol.c:459
#10 0x080bfbec in hook_signal_send (signal=0x80d72f6 "buffer_line_added", type_data=0x80d72da "pointer",
signal_data=0x8502ec0) at /usr/local/src/weechat/src/core/wee-hook.c:2065
#11 0x08090f97 in gui_line_add (buffer=0x83a1338, date=1342468035, date_printed=1342468035, tags=0x0,
prefix=0x0,
message=0x8503328 "Plugins loaded: alias, aspell, charset, fifo, irc, logger, perl, python, relay, rmodifier, xfer") at /usr/local/src/weechat/src/gui/gui-line.c:1126
#12 0x080821b6 in gui_chat_printf_date_tags (buffer=0x83a1338, date=1342468035, tags=0x0,
message=0x80d85d2 "%s") at /usr/local/src/weechat/src/gui/gui-chat.c:703
#13 0x0809953a in plugin_display_short_list () at /usr/local/src/weechat/src/plugins/plugin.c:1150
#14 0x0809958e in plugin_init (auto_load=1, argc=5, argv=0xbf90a324)
at /usr/local/src/weechat/src/plugins/plugin.c:1177
#15 0x0809cee0 in main (argc=5, argv=0xbf90a324) at /usr/local/src/weechat/src/core/weechat.c:484
(gdb) f 6
#6 0xb718a585 in relay_client_outqueue_add (client=0x8502fb0, data=0x85041c0 "", data_size=208)
at /usr/local/src/weechat/src/plugins/relay/relay-client.c:204
204 client->last_outqueue->next_outqueue = new_outqueue;
(gdb) p *client
$1 = {id = 1, sock = 5, address = 0x8502bd8 "84.48.193.173", status = RELAY_STATUS_CONNECTED,
protocol = RELAY_PROTOCOL_WEECHAT, protocol_args = 0x0, listen_start_time = 1342468018,
start_time = 1342468030, end_time = 0, hook_fd = 0x8503000, last_activity = 1342468030, bytes_recv = 151,
bytes_sent = 470, protocol_data = 0x8503048, outqueue = 0x10, last_outqueue = 0x20, prev_client = 0x0,
next_client = 0x0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment