Re: client 0.9.1 coredump (seems glib related)
Secure chat and conferencing protocol
Brought to you by:
priikone
From: Scott M L. <da...@bo...> - 2002-06-07 21:37:36
|
Here's mine for when the Server crashed earlier... It seems silc has a HORRIBLE time handling the server dying off quietly. #0 0xff032eb8 in ?? () #1 0x6fbf4 in silc_notify (client=0x32b030, conn=0x267420, type=28928) at client_ops.c:423 #2 0x147de4 in silc_client_notify_by_server (client=0x1fd140, sock=0x3224c0, packet=0x312e68) at client_notify.c:376 #3 0x144400 in silc_client_packet_parse (parser_context=0x32a890, context=0x1fd140) at client.c:942 #4 0x167ae4 in silc_packet_receive_process (sock=0x26bd60, local_is_router=0 '\000', cipher=0x32c170, hmac=0x310f08, sequence=14, parser=0x1442dc <silc_client_packet_parse>, parser_context=0x1fd140) at silcpacket.c:405 #5 0x1442d0 in silc_client_packet_process (schedule=0x1fd140, type=1327816, fd=11, context=0x1fd140) at client.c:844 #6 0x18c840 in silc_schedule_dispatch_nontimeout (schedule=0x1fd650) at silcschedule.c:392 #7 0x18b5c4 in silc_schedule_one (schedule=0x1fd650, timeout_usecs=1) at silcschedule.c:623 #8 0x6c24c in my_silc_scheduler () at silc-core.c:59 #9 0xff1f7cbc in ?? () #10 0xff1f67a4 in ?? () #11 0xff1f6c38 in ?? () #12 0x4c598 in main (argc=3, argv=0xffbef77c) at silc.c:350 Quite identical to the last time the router died... It hits Peelo and peelo cores, then jumps to s.slash0.net and when it cores, then the client cores... Quite fasinating how 1 router can do so much damage. --On Friday, June 07, 2002 8:40 PM +0200 Juraj Ziegler <e...@hq...> wrote: > screenshot: > --- start here --- > 19:08 ## Irssi: critical file nicklist.c: line 212 (nicklist_find): > assertion > `nick != NULL' failed. > 19:08 ## Irssi: critical file nicklist.c: line 212 (nicklist_find): > assertion > `nick != NULL' failed. > 19:08 ## Irssi: critical file nicklist.c: line 212 (nicklist_find): > assertion > `nick != NULL' failed. > 19:08 ## Irssi: critical file queries.c: line 104 (query_find): > assertion `nick > != NULL' failed. > 19:08 ## (^) has quit (Connection reset by peer) > --- end here --- > > e@eurik [e]$ gdb /opt/silc/bin/silc core.25883 > GNU gdb 2002-04-01-cvs > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i386-linux"... > Core was generated by `silc'. > Program terminated with signal 11, Segmentation fault. > Reading symbols from /usr/lib/libgmodule-1.2.so.0...done. > Loaded symbols for /usr/lib/libgmodule-1.2.so.0 > Reading symbols from /lib/libdl.so.2...done. > Loaded symbols for /lib/libdl.so.2 > Reading symbols from /usr/lib/libglib-1.2.so.0...done. > Loaded symbols for /usr/lib/libglib-1.2.so.0 > Reading symbols from /lib/libncurses.so.5...done. > Loaded symbols for /lib/libncurses.so.5 > Reading symbols from /lib/libpthread.so.0...done. > Loaded symbols for /lib/libpthread.so.0 > Reading symbols from /lib/libc.so.6...done. > Loaded symbols for /lib/libc.so.6 > Reading symbols from /lib/ld-linux.so.2...done. > Loaded symbols for /lib/ld-linux.so.2 > Reading symbols from /lib/libnss_compat.so.2...done. > Loaded symbols for /lib/libnss_compat.so.2 > Reading symbols from /lib/libnsl.so.1...done. > Loaded symbols for /lib/libnsl.so.1 > Reading symbols from /lib/libnss_files.so.2...done. > Loaded symbols for /lib/libnss_files.so.2 > Reading symbols from /lib/libnss_dns.so.2...done. > Loaded symbols for /lib/libnss_dns.so.2 > Reading symbols from /lib/libresolv.so.2...done. > Loaded symbols for /lib/libresolv.so.2 ># 0 0x401055d0 in strcmp () from /lib/libc.so.6 > (gdb) bt ># 0 0x401055d0 in strcmp () from /lib/libc.so.6 ># 1 0x0808fe2a in silc_notify (client=0x8137048, conn=0x81e43d8, type=6) > at client_ops.c:416 ># 2 0x080b35e1 in silc_client_notify_by_server (client=0x8137048, > sock=0x81de870, packet=0x81d9a18) at client_notify.c:566 ># 3 0x080b0434 in silc_client_packet_parse_type (client=0x8137048, > sock=0x81de870, packet=0x81d9a18) at client.c:989 ># 4 0x080b038e in silc_client_packet_parse (parser_context=0x81e4b70, > context=0x8137048) at client.c:942 ># 5 0x080cec63 in silc_packet_receive_process (sock=0x81de870, > local_is_router=0 '\0', cipher=0x81b2d80, hmac=0x81dc130, > sequence=24, parser=0x80b0274 <silc_client_packet_parse>, > parser_context=0x8137048) at silcpacket.c:405 ># 6 0x080b0252 in silc_client_packet_process (schedule=0x8138d88, > type=SILC_TASK_READ, fd=7, context=0x8137048) at client.c:877 ># 7 0x080eb5fd in silc_schedule_dispatch_nontimeout (schedule=0x8138d88) > at silcschedule.c:392 ># 8 0x080eba8a in silc_schedule_one (schedule=0x8138d88, > timeout_usecs=0) at silcschedule.c:623 ># 9 0x080b142a in silc_client_run_one (client=0x8137048) at client.c:172 ># 10 0x0808c710 in my_silc_scheduler () at silc-core.c:59 ># 11 0x4002f3fa in g_main_set_poll_func () from /usr/lib/libglib-1.2.so.0 ># 12 0x4002e4d8 in g_get_current_time () from /usr/lib/libglib-1.2.so.0 ># 13 0x4002eae3 in g_get_current_time () from /usr/lib/libglib-1.2.so.0 ># 14 0x4002eb95 in g_main_iteration () from /usr/lib/libglib-1.2.so.0 ># 15 0x08071b30 in main (argc=1, argv=0xbffff914) at silc.c:350 > (gdb) > > > bye, > > [e] > > -- > _________________________________________________________________________ > ______ >> e...@hq...< /(bb|[^b]{2})/ >> >http://hq.sk/~euro< --- "If Thyne Eyes Deceive Thee, Pluck Them Out". |