Quoting Christian Biere <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :gtk-gnutella crashed here on exit. This happened twice and the uptime was :only a few seconds or minutes. UDP was disabled.
How can you enter the code that calls udp_send_ping() if enable_udp == FALSE? Are you sure UDP was disabled? Look for enable_udp in the core. I'm asking you to double check because the code is protected by a test for enable_udp, which cannot be executed unless it's TRUE... You say it was at exit time. Can you show me the stack down to the gtk_gnutella_exit() call? I want to see how far you went in the shutdown process when you hit this. Thanks, Raphael ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
