Decided to try out latest SVN. Checked out revision 18032, compiled it 
on Debian Lenny, started. I briefly saw the GUI window appear (on some 
tries I saw even some seconds of activity) and then a crash with 
assertion failure:

Assertion failure in src/lib/header.c:80: "HEADER_MAGIC == h->magic"

printf shows that h->magic is 0.

Got a backtrace too that mentions "Content-Encoding: deflate":

(gdb) bt
#0  0xb76ed424 in __kernel_vsyscall ()
#1  0xb6dc4640 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb6dc6018 in abort () from /lib/i686/cmov/libc.so.6
#3  0x0822fe4e in assertion_failure (data=0x82f4a80) at fast_assert.c:98
#4  0x08237f11 in header_append (o=0xb51210fc, text=0xb66d1970 
"Content-Encoding: deflate", len=25) at header.c:80
#5  0x080d5c0d in io_header_parse (ih=0xb51177b8) at ioheader.c:260
#6  0x0823dfb2 in dispatch_poll (unused_source=0x9856740, unused_cond=G_IO_IN, 
udata=0x83e0300) at inputevt.c:948
#7  0xb712d67d in g_io_unix_dispatch (source=0x9856788, callback=0x823dd98 
<dispatch_poll>, user_data=0x83e0300)
    at 
/build/buildd-glib2.0_2.16.6-3-i386-fvJQDr/glib2.0-2.16.6/glib/giounix.c:162
#8  0xb70f71d8 in IA__g_main_context_dispatch (context=0x9856a00)
    at 
/build/buildd-glib2.0_2.16.6-3-i386-fvJQDr/glib2.0-2.16.6/glib/gmain.c:2012
#9  0xb70fa873 in g_main_context_iterate (context=0x9856a00, block=1, 
dispatch=1, self=0x9859ac8)
    at 
/build/buildd-glib2.0_2.16.6-3-i386-fvJQDr/glib2.0-2.16.6/glib/gmain.c:2645
#10 0xb70fad92 in IA__g_main_loop_run (loop=0xa7011f0) at 
/build/buildd-glib2.0_2.16.6-3-i386-fvJQDr/glib2.0-2.16.6/glib/gmain.c:2853
#11 0xb749cc99 in IA__gtk_main () at 
/build/buildd-gtk+2.0_2.12.12-1~lenny2-i386-2RfKoO/gtk+2.0-2.12.12/gtk/gtkmain.c:1163
#12 0x0818ecc7 in main_gui_run (geometry_spec=0x0) at main.c:711
#13 0x080567a7 in main (argc=1, argv=0xbf9759e4) at main.c:1660

startup messages - do not seem to be relevant to content-encoding but 
there are a couple of warnings:

10-12-27 16:34:42 (INFO): INPUTEVT using customized I/O dispatching with epoll()
10-12-27 16:34:42 (INFO): language code: "en"
10-12-27 16:34:42 (INFO): using locale character set "UTF-8"
10-12-27 16:34:42 (INFO): primary filename character set "UTF-8"
10-12-27 16:34:42 (INFO): gtk-gnutella/0.96.9u-18032 (2010-04-01; GTK2; Linux 
i686)
10-12-27 16:34:52 (MESSAGE): getaddrinfo() failed for "debian": Name or service 
not known
10-12-27 16:34:52 (MESSAGE): getaddrinfo() failed for "localhost": Name or 
service not known
10-12-27 16:34:52 (WARNING): No "::1 localhost" in /etc/hosts!?!
10-12-27 16:34:52 (INFO): NTP detected at ::1
10-12-27 16:34:52 (INFO): detected NTP-3, stratum 2, offset -0,460176 secs
10-12-27 16:34:52 (INFO): NTP detected at 127.0.0.1
10-12-27 16:34:52 (INFO): detected NTP-3, stratum 2, offset -0,460255 secs

Any other simple debug checks I can do?

-- 
Meelis Roos (mr...@linux.ee)

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtk-gnutella-devel mailing list
gtk-gnutella-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to