User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2 Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.0.2) Gecko/20060308 Firefox/1.5.0.2 I'm using Thunar 0.3.0 beta1 and when I try to delete this file: %5BFrom%20www.metacafe.com%5D%20110627.561623.8.wmv (3.5 mb) I get a Segmentation fault. I haven't got this with any other file. Reproducible: Always Steps to Reproduce: 1. Open Thunar 2. Browser to /tmp 3. Select the file 4. Press Delete on keyboard Actual Results: Segmentation fault Expected Results: That the dialog for canceling or deleting the file shows up
I checked my dmesg and this is what I get after the seg fault, maybe this is more usefull to you: Thunar[13625]: segfault at 00007ffffe773de8 rip 00002aaaad7e642d rsp 00007ffffe773df0 error 6
Can you run Thunar in gdb (see http://gaim.sourceforge.net/gdb.php) and attach a backtrace?
Created attachment 518 gdb backtrace after segfault This is what I get from gdb when I type bt after the segfault. I hope it's of any value for you ...
Created attachment 519 Suggested fix Yep, that helped. Please try this patch.
(In reply to comment #4) > Created an attachment (id=519) [edit] > Suggested fix > > Yep, that helped. Please try this patch. > That worked perfectly.
Committed with revision 21186. 2006-04-23 Benedikt Meurer <benny@xfce.org> * thunar/thunar-launcher.c, thunar/thunar-permissions-chooser.c, thunar/thunar-standard-view.c: Use indirect string passing for gtk_message_dialog_new() in case the strings (i.e. filenames) contain printf() parameter specifications. Bug #1704.
*** Bug 1924 has been marked as a duplicate of this bug. ***