Björn Martensen wrote: >>>>Backtrace? >>> >>>(gdb) bt >>>#0 0xb79758d7 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0 >>>#1 0xb7975aa5 in g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0 >>>#2 0xb795c402 in g_list_alloc () from /usr/lib/libglib-2.0.so.0 >>>#3 0xb7a352be in g_object_notify () from /usr/lib/libgobject-2.0.so.0 >>>#4 0xb7e01e1e in gtk_widget_set_sensitive () from >>>/usr/lib/libgtk-x11-2.0.so.0 >>>#5 0xb7c0c56e in _gtk_action_sync_sensitive () from >>>/usr/lib/libgtk-x11-2.0.so.0 >>>#6 0xb7c0c5ea in gtk_action_set_sensitive () from >>>/usr/lib/libgtk-x11-2.0.so.0 >> >>Mhm, slice allocator. File a bug report to GLib please. > > Did that. > http://bugzilla.gnome.org/show_bug.cgi?id=348848
Ah, I think I found the problem. The path entry widget was trying to free static memory and the slice allocator didn't catch that error. I've uploaded a new tarball with several other fixes: http://thunar.xfce.org/download/snapshots/devel/Thunar-0.3.3svn-trashexp2-r22528.tar.bz2 Please try this one, and close the GNOME bug report if the crash is gone. > Björn Benedikt _______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
