Re: [Gtk-gnutella-devel] Assertion failure (search_common.c:1057) "rc->refcount > 0"

2007-04-06 Thread Andrew Benton
Christian Biere wrote: > The stacktrace is plain nonsense So should I stop trying to extract debugging info from my crashes? > but I've noticed this recent bug too, it's > already fixed in SVN. Thanks Andy - Take Surveys.

[Gtk-gnutella-devel] Assertion failure (search_common.c:1057) "rc->refcount > 0"

2007-04-06 Thread Andrew Benton
Hello World, gtk-gnutella/0.96.4u-13259 (2007-04-04; GTK2; Linux i686) froze on me a couple of minutes ago. I had just set up a search with a filter rule to automatically download any files that matched that ended with .m4a. I ran the search again and after about a minute it froze with the error

[Gtk-gnutella-devel] Assertion failure (atoms.c:756) "key != NULL"

2007-03-15 Thread Andrew Benton
Hello World, r13097 hung tonight, just after I started a search, leaving this error message Assertion failure (atoms.c:756) "key != NULL" I attached gdb to it and got this backtrace andy:~$ gdb /usr/bin/gtk-gnutella 4929 GNU gdb 6.6 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free

Re: [Gtk-gnutella-devel] r13039 Crash BT

2007-03-11 Thread Andrew Benton
Christian Biere wrote: > Andrew Benton wrote: >> I recompiled gtk-gnutella yesterday r13039 and ran it with >> --pause-on-crash. It froze about half an hour ago. The last thing it >> printed in the log was > >> Assertion failure (upload_stats.c:388) "us !=

[Gtk-gnutella-devel] r13039 Crash BT

2007-03-11 Thread Andrew Benton
Hello World, I recompiled gtk-gnutella yesterday r13039 and ran it with --pause-on-crash. It froze about half an hour ago. The last thing it printed in the log was Assertion failure (upload_stats.c:388) "us != NULL" PASSED I attached gdb to it and (fwiw) got this backtrace from it. andy:~$ g

Re: [Gtk-gnutella-devel] core dump: File format not recognized?

2007-03-08 Thread Andrew Benton
Bill Pringlemeir wrote: > I hope you have resolved this issue. I have gdb version 6.0. I think > that maybe GDB is having trouble with the copied executable. You > might try, > > cd $CORE_DIR > gdb -n -c ./core -se ./gtk-gnutella > > It is possible that gdb is looking at the gtk-gnutel

Re: [Gtk-gnutella-devel] Uploads seriously declining

2007-03-04 Thread Andrew Benton
Haxe wrote: > Even if BearShare ultrapeers are no longer > listed in the bootstrapping databases, shouldn't they appear in my > cache after some network use? My guess is that Limewire ultras don't connect to Bearshare so when you ping them, they tell you the ultras they're connected to, so you d

Re: [Gtk-gnutella-devel] core dump: File format not recognized?

2007-02-27 Thread Andrew Benton
Alex Bennee wrote: > What does "file corefile" report? I did put this in the message you're replying to andy:~$ file /home/andy/.gtk-gnutella/core2007.02.27.03.21.23/core /home/andy/.gtk-gnutella/core2007.02.27.03.21.23/core: ELF 32-bit LSB core file Intel 80386, version 1 (SYSV), SVR4-style, fr

Re: [Gtk-gnutella-devel] core dump: File format not recognized?

2007-02-27 Thread Andrew Benton
Christian Biere wrote: > Maybe try -g instead of -g3. Sadly recompiling with -Dccflags="-g -Wall" -Doptimize="-O0" did not help, it still is not producing useable core dumps andy:~$ cd /home/andy/.gtk-gnutella/core2007.02.27.03.21.23/ andy:~/.gtk-gnutella/core2007.02.27.03.21.23$ gdb -c core .

Re: [Gtk-gnutella-devel] core dump: File format not recognized?

2007-02-26 Thread Andrew Benton
Christian Biere wrote: > Maybe try -g instead of -g3. You could also use --exec-on-crash or > --pause-on-crash, then you don't need the core dump at all. Thanks, FWIW I got the -g3 from http://gtk-gnutella.sourceforge.net/en/?page=bugreport_howto I don't know how to use --exec-on-crash or --paus

[Gtk-gnutella-devel] core dump: File format not recognized?

2007-02-26 Thread Andrew Benton
Hello World, I've had a couple of crashes lately so I compiled gtk-gnutella with -Dccflags="-g3 -Wall" -Doptimize="-O0" and ran it with ulimit -S -c unlimited When it crashes it makes big core files, but when I try to run them through gdb I get andy:~/.gtk-gnutella/core2007.02.26.17.48.03$ gdb

Re: [Gtk-gnutella-devel]Crashes with Gtk+ 2.x

2006-04-27 Thread Andrew Benton
Christian Biere wrote: is anyone else seeing frequent crashes with the Gtk+ 2.x GUI? No, Gtk-Gnutella-0.96.1 stable is solid as a rock for me. Andy --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Gtk-gnutella-devel]gnutella failed to compile

2006-03-29 Thread Andrew Benton
Ramon Orticio wrote: -L/usr/local/lib -lz -lresolv ui/gtk/libgtk-common.a(settings.o)(.text+0x45bf): In function `settings_gui_save_panes': : undefined reference to `gtk_paned_get_child1' ui/gtk/libgtk-common.a(settings.o)(.text+0x463c): In function `settings_gui_restore_panes': : undefined refer

Re: [Gtk-gnutella-devel]?on_main_gui_treeview_menu_enter_notify? undeclared

2005-11-06 Thread Andrew Benton
Christian Biere wrote: The address you're sending from is not any of the subscribed ones, so it has to be approved by a moderator. DOH! Sorry, I sent it from the wrong address. When you use UTF-8 as locale encoding, GCC unnecessarily uses special non-ASCII quotes even in its English messages.

[Gtk-gnutella-devel]‘on_main_gui_treeview_menu_enter_notify ’ undeclared

2005-11-05 Thread Andrew Benton
Hello, I tried to send a message about this a couple of hours ago but it doesn't seem to have made it to the list (I'm having character encoding issues). I'm resending it because I seem to have worked out a trivial fix to the problem. To downloaded a fresh copy of gtk-gnutella-current with cvs

[Gtk-gnutella-devel]‘on_main_gui_treeview_menu_enter_notify ’ undeclared

2005-11-05 Thread Andrew Benton
Hello, I've just used cvs to get a fresh copy of gtk-gnutella-current and when I tried to compile it the build failed like so cc -c -I../../.. -I../.. -I.. -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib

[Gtk-gnutella-devel]error: 'ipv6_loopback' undeclared

2005-10-08 Thread Andrew Benton
Hello, I'm fairly sure my ISP doesn't support ipv6 so I decided to compile Gtk-Gnutella (cvs pulled about 12 hours ago) without support for ipv6. However, make errors out like so cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DCURDIR=src/lib -O -W -Wall -Wformat=2 -D

[Gtk-gnutella-devel]Current cvs freezes when started

2005-08-29 Thread Andrew Benton
ro (current cvs), but I'm not sure. It doesn't crash, it just looks like it has. Yours, Andrew Benton --- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lif

Re: [Gtk-gnutella-devel] Compilation error

2005-05-29 Thread Andrew Benton
Andrew Benton wrote: --- gtk-gnutella-current/src/core/downloads.c~2005-05-29 07:46:17.0 +0100 +++ gtk-gnutella-current/src/core/downloads.c2005-05-29 13:54:00.239202321 +0100 @@ -4389,7 +4389,7 @@ enum dl_chunk_status status; filesize_t fc_end

[Gtk-gnutella-devel] Compilation error

2005-05-29 Thread Andrew Benton
Trying to compile gtk-gnutella-current didn't go so well for me today cc -c -I../.. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DCORE_SOURCES -DCURDIR=src/core -O -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 downloads.c downloads.c:

[Gtk-gnutella-devel] NLS bustage

2005-05-04 Thread Andrew Benton
Hello list, I normally build Gtk-Gnutella with native Language Support but today it won't go, it grinds to a halt like so make[2]: Entering directory `/home/andy/Desktop/gtk-gnutella-current/po' test -z "de.gmo es.gmo fr.gmo ja.gmo nl.gmo hu.gmo" || make de.gmo es.gmo fr.gmo ja.gmo nl.gmo hu.gmo