GNOME Bugzilla – Bug 584718
File-roller crashes when opening certain archives with wierd characters in filename
Last modified: 2009-06-04 10:04:23 UTC
Steps to reproduce: 1. wget http://startwars.org/dump/fileroller-crashing.zip 2. file-roller fileroller-crashing.zip 3. Segmentation fault (core dumped) Stack trace: (gdb) run fileroller-crashing.zip Starting program: /usr/bin/file-roller fileroller-crashing.zip [Thread debugging using libthread_db enabled] [New Thread 0x7fa2c573f780 (LWP 13972)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fa2c573f780 (LWP 13972)] strcmp () at ../sysdeps/x86_64/strcmp.S:29 29 ../sysdeps/x86_64/strcmp.S: No such file or directory. in ../sysdeps/x86_64/strcmp.S Current language: auto; currently asm (gdb) Other information: This report was orginally in Ubuntu bug tracker here: https://bugs.edge.launchpad.net/ubuntu/+source/file-roller/+bug/282179 I have been ask to forward the bug report upstream.
Created attachment 135878 [details] example archive that crashes fileroller
file corrupts!
Actually the problem was due to the comment, not to the filenames. Anyway it's now fixed in the current development version (branches master and gnome-2-6). Thanks for the report.
Paolo: thank you so much for fixing the bug so quickly!