Benedikt Meurer wrote: > Björn Martensen wrote: >>> $ gdb Thunar >>> [gdb stuff...] >>> (gdb) run >>> [... do something to make it crash ...] >>> (gdb) bt >>> [... get your backtrace ...] >>> (gdb) quit >> That is what i was going to do now :> >> >> Here is the bt from collapsing the trash tree: >> #0 0xb79c28d7 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0 >> #1 0xb79c2aa5 in g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0 >> #2 0xb7a9cf1f in g_type_create_instance () from >> /usr/lib/libgobject-2.0.so.0 > >> and this is the bt from the crash related to expanding Locations: >> #0 0xb79008d7 in g_slice_alloc () from /usr/lib/libglib-2.0.so.0 >> #1 0xb7900aa5 in g_slice_alloc0 () from /usr/lib/libglib-2.0.so.0 >> #2 0xb79daf1f in g_type_create_instance () from >> /usr/lib/libgobject-2.0.so.0 > > Hm, did you set G_SLICE=always-malloc? Because the crashes are not in > free().
Hmm, you're right.. I might have accidently done that in another terminal I still had opened, sorry. This is from expanding Locations: > (gdb) bt > #0 0xffffe410 in __kernel_vsyscall () > #1 0xb78305a1 in raise () from /lib/libc.so.6 > #2 0xb7831c09 in abort () from /lib/libc.so.6 > #3 0xb786aad8 in malloc_printerr () from /lib/libc.so.6 > #4 0xb786c0a5 in free () from /lib/libc.so.6 > #5 0xb796cbc1 in g_free () from /usr/lib/libglib-2.0.so.0 > #6 0xb797d01c in g_slice_free1 () from /usr/lib/libglib-2.0.so.0 > #7 0xb7f5e902 in thunar_vfs_monitor_remove () > from /opt/xfce4/lib/libthunar-vfs-1.so.2 > #8 0x08076833 in thunar_folder_reload (folder=0x83a7450) > at thunar-folder.c:703 > #9 0xb7a4387b in g_cclosure_marshal_VOID__OBJECT () > from /usr/lib/libgobject-2.0.so.0 > #10 0xb7a3711b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 > #11 0xb7a47439 in signal_emit_unlocked_R () from /usr/lib/libgobject-2.0.so.0 > #12 0xb7a488f9 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 > #13 0xb7a48aa9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 > #14 0x08076494 in thunar_file_monitor_file_changed (file=0x838b388) > at thunar-file-monitor.c:182 > #15 0xb7a4436b in g_cclosure_marshal_VOID__VOID () > from /usr/lib/libgobject-2.0.so.0 > #16 0xb7a35747 in g_type_iface_meta_marshal () > from /usr/lib/libgobject-2.0.so.0 > ---Type <return> to continue, or q <return> to quit--- > #17 0xb7a3711b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 > #18 0xb7a478b6 in signal_emit_unlocked_R () from /usr/lib/libgobject-2.0.so.0 > #19 0xb7a488f9 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 > #20 0xb7a48aa9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 > #21 0xb7f3a40b in thunarx_file_info_changed () > from /opt/xfce4/lib/libthunarx-1.so.2 > #22 0x08074df9 in thunar_file_get_for_info (info=0xb7f3f2b8) > at thunar-file.c:662 > #23 0x0807720a in thunar_folder_infos_ready (job=0x838b350, infos=0x83daa20, > folder=0x0) at thunar-folder.c:331 > #24 0xb7f4c0ca in _thunar_vfs_marshal_BOOLEAN__POINTER () > from /opt/xfce4/lib/libthunar-vfs-1.so.2 > #25 0xb7a3711b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 > #26 0xb7a47439 in signal_emit_unlocked_R () from /usr/lib/libgobject-2.0.so.0 > #27 0xb7a486d8 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 > #28 0xb7f553e5 in thunar_vfs_job_source_dispatch () > from /opt/xfce4/lib/libthunar-vfs-1.so.2 > #29 0xb79657e1 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 > #30 0xb796883f in g_main_context_iterate () from /usr/lib/libglib-2.0.so.0 > #31 0xb7968bf7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0 > #32 0xb7ceca31 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0 > #33 0x0805e970 in main (argc=137693920, argv=0x1) at main.c:239 >> btw, I still have to add >> #define __USE_XOPEN >> before #include <time.h> >> to be able to compile. > > Send me your config.log please. http://stud.fh-wedel.de/~mi2112/config.log Björn ps: I hope I didn't send 3 mails now ;)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Thunar-dev mailing list [email protected] http://foo-projects.org/mailman/listinfo/thunar-dev
