Well, CPU usage is variable depending on operating mode (Ultra versus leaf), uploading and downloading, searches, etc... It shouldn't use 100% of CPU for an extended period of time, although it can if it is receiving lots of UDP traffic for instance or if the CPU is too slow (unlikely in a modern multi-core setup). But one problem at a time -- first we need to understand why you can only run...
2012-05-27 04:48:08 PDT in Gtk-Gnutella
What is the output of: gtk-gnutella --version I'm interested by the glib/GTK versions.
2012-05-26 12:28:41 PDT in Gtk-Gnutella
Ah, that's interesting information. Please try the following: - Launch gtk-gnutella normally without gdb - Run: ps -ef | grep gtk-gnutella to see the PID of the main process. Say it's 1234. - When gtk-gnutella appears stuck, launch the following command: gdb /usr/bin/gtk-gnutella 1234 - At the gdb prompt, run: thread apply all bt Show me the output. Depending on the results, we're...
2012-05-25 23:31:14 PDT in Gtk-Gnutella
OK, since workaround makes the program run, lowering priority. Still something is odd and will need to be investigated, so keeping it opened. By the way, there's no need to run under gdb all the time.
2012-05-25 12:23:57 PDT in Gtk-Gnutella
Something is not right for your configuration, yes, and this may be what caused the original problem. Is the current version working for you, i.e. is the program starting and usable?.
2012-05-25 08:36:47 PDT in Gtk-Gnutella
Just do in gdb: handle SIGPIPE noprint nostop pass continue.
2012-05-24 13:07:24 PDT in Gtk-Gnutella
Can you please try again with latest "devel"? I have added some assertions and I want to make sure you're getting an explicit assertion failure before investigating deeper. Also I'll need some extra logging: when gtk-gnutella is not running, can you edit your ~/.gtk-gnutella/config_gnet file and set lib_debug to 2 before restarting? Thanks!
2012-05-24 07:27:47 PDT in Gtk-Gnutella
This bug is most certainly a duplicate of 3521918.
2012-05-21 05:51:28 PDT in Gtk-Gnutella
This is a duplicate of 3526356.
2012-05-21 05:47:50 PDT in Gtk-Gnutella
This segmentation fault is normal and expected. When running under the debugger, just "continue". The bug would be to have this particular segmentation fault cause the program to crash. Is it the case?.
2012-05-21 05:45:18 PDT in Gtk-Gnutella