Quoting [EMAIL PROTECTED] from ml.softs.gtk-gnutella.devel: :the core: :#0 0x28957a80 in kill () from /usr/lib/libc.so.4 :No symbol table info available. :#1 0x2899a529 in abort () from /usr/lib/libc.so.4 :No symbol table info available. :#2 0x2870e4c9 in g_logv () from /usr/local/lib/libglib-2.0.so.200 :No symbol table info available. :#3 0x2870e57c in g_log () from /usr/local/lib/libglib-2.0.so.200 :No symbol table info available. :#4 0x8160319 in prop_get_guint32 (ps=0x0, prop=1006, t=0x0, offset=0, :length=0) at prop.c:726 : target = (guint32 *) 0x0 :#5 0x80e7c80 in gui_prop_get_guint32 (prop=1006, t=0x0, offset=0, length=0) :at gui_property.c:2126 :No locals. :#6 0x80c5fee in add_active_downloads_columns (treeview=0x8400280) at :downloads_gui2.c:413 : width = (guint32 *) 0x8400280 :#7 0x80c632d in downloads_gui_init () at downloads_gui2.c:513 : model = (GtkTreeModel *) 0x87688c0 : selection = (GtkTreeSelection *) 0x83fd4a0 : treeview = (GtkTreeView *) 0x8400280 :#8 0x80e8f29 in main_gui_init () at main_gui.c:599 :No locals. :#9 0x813de24 in main (argc=1, argv=0xbfbff7e4, env=0xbfbff7ec) at main.c:540 : i = 256 : :hope it helps, i keep this core around
This is due to my swapping main_gui_init() and downloads_gui_init(). It worked on GTK1, but I did not test GTK2 (which i don't use). I'm re-establishing the correct order. Raphael ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Gtk-gnutella-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel
