User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.7) Gecko/20060922 Firefox/1.5.0.7 Build Identifier: i'm looking through older fotos atm and sorting them into a better folder structure. when i move or delete a large amount of files at the same time, thunar segfaults. i didn't use trash when i deleted the files. Reproducible: Sometimes Steps to Reproduce: 1.select lots of files (833 images in this case, it happened with ~100 files too in the past) 2.delete them or move them into another folder Actual Results: thunar segfaults Expected Results: files just get deleted or moved bt provided by gdb (with --enable-debug=minimum): (gdb) bt #0 0xb7f83410 in ?? () #1 0xbfa4d348 in ?? () #2 0x00000006 in ?? () #3 0x00000374 in ?? () #4 0xb7800731 in raise () from /lib/libc.so.6 #5 0xb7801e29 in abort () from /lib/libc.so.6 #6 0xb7835cfb in __libc_message () from /lib/libc.so.6 #7 0xb783b750 in malloc_printerr () from /lib/libc.so.6 #8 0xb783d778 in _int_malloc () from /lib/libc.so.6 #9 0xb783f136 in malloc () from /lib/libc.so.6 #10 0xb793fcd6 in g_malloc () from /usr/lib/libglib-2.0.so.0 #11 0xb7953b60 in g_strconcat () from /usr/lib/libglib-2.0.so.0 #12 0x08064674 in ?? () #13 0x080a2b52 in _IO_stdin_used () #14 0x083ae028 in ?? () #15 0x00000000 in ?? () i tried to recompile with --enable-debug=full or =yes, but i get this error during the build process: cc1: warnings being treated as errors thunar-vfs-volume-hal.c: In function 'thunar_vfs_volume_hal_update': thunar-vfs-volume-hal.c:552: warning: 'libhal_storage_policy_new' is deprecated (declared at /usr/include/hal/libhal-storage.h:134) thunar-vfs-volume-hal.c:683: warning: 'libhal_drive_policy_default_get_mount_root' is deprecated (declared at /usr/include/hal/libhal-storage.h:244) thunar-vfs-volume-hal.c:698: warning: 'libhal_volume_policy_get_desired_mount_point' is deprecated (declared at /usr/include/hal/libhal-storage.h:349) thunar-vfs-volume-hal.c:729: warning: 'libhal_storage_policy_free' is deprecated (declared at /usr/include/hal/libhal-storage.h:135) make[3]: *** [libthunar_vfs_1_la-thunar-vfs-volume-hal.lo] Error 1 make[3]: Leaving directory `/home/baze/pkgs/xfce4-svn/thunar-svn/src/thunar/thunar-vfs' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/baze/pkgs/xfce4-svn/thunar-svn/src/thunar/thunar-vfs' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/baze/pkgs/xfce4-svn/thunar-svn/src/thunar' make: *** [all] Error 2 i use hal 0.5.8.1 and dbus 0.93, glib 2.12.4 and gtk 2.10.6
Looks a lot like bug #2356. *** This bug has been marked as a duplicate of bug 2356 ***