After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 584718 - File-roller crashes when opening certain archives with wierd characters in filename
File-roller crashes when opening certain archives with wierd characters in fi...
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.26.x
Other All
: Normal critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2009-06-03 13:37 UTC by Martin Lindhe
Modified: 2009-06-04 10:04 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
example archive that crashes fileroller (37.82 KB, application/octet-stream)
2009-06-03 13:38 UTC, Martin Lindhe
Details

Description Martin Lindhe 2009-06-03 13:37:41 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.
Comment 1 Martin Lindhe 2009-06-03 13:38:53 UTC
Created attachment 135878 [details]
example archive that crashes fileroller
Comment 2 Fabio Durán Verdugo 2009-06-03 23:00:56 UTC
file corrupts!
Comment 3 Paolo Bacchilega 2009-06-04 09:10:56 UTC
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.
Comment 4 Martin Lindhe 2009-06-04 10:04:23 UTC
Paolo: thank you so much for fixing the bug so quickly!