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 766701 - crash when extract
crash when extract
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.20.x
Other Linux
: Normal critical
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on: 766694
Blocks:
 
 
Reported: 2016-05-20 08:51 UTC by mattia.b89
Modified: 2016-05-23 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description mattia.b89 2016-05-20 08:51:21 UTC
file-roller crashes when I try to extract an archive like this
(https://linux.dropbox.com/packages/nautilus-dropbox-2015.10.28.tar.bz2)
anyway file-roller, prior to crash produce this:
$ ls -R
.:
total 0
drwxr-xr-x  3 mattia users  60 May 20 10:43 .
drwxrwxrwt 16 root   root  360 May 20 10:50 ..
drwxr-xr-x  2 mattia users 140 May 20 10:43 src

./src:
total 28K
drwxr-xr-x 2 mattia users  140 May 20 10:43 .
drwxr-xr-x 3 mattia users   60 May 20 10:43 ..
-rw-r--r-- 1 mattia users 1.7K May 20 10:43 dropbox.c
-rw-r--r-- 1 mattia users 1.2K May 20 10:43 dropbox-client-util.h
-rw-r--r-- 1 mattia users 4.0K May 20 10:43 dropbox-command-client.c
-rw-r--r-- 1 mattia users 1.4K May 20 10:43 g-util.h
-rw-r--r-- 1 mattia users 8.8K May 20 10:43 nautilus-dropbox-hooks.c



dmesg says:
[ 2771.524262] file-roller[4018]: segfault at 790 ip 00007fa0eb3f7bd1 sp 00007ffd1fd61b60 error 4 in libgtk-3.so.0.2000.5[7fa0eb23e000+6ca000]


while, journalctl says:
http://pastebin.com/Va7UTz6U


Steps to reproduce:
- try to extranct this archive
(https://linux.dropbox.com/packages/nautilus-dropbox-2015.10.28.tar.bz2)

Further info:
- Arch Linux x86_64
- file-roller 3.20.2
Comment 1 André Klapper 2016-05-22 13:15:17 UTC
"Extraction completed successfully" on older file-roller-3.16.5-2.fc23.x86_64

Could you provide a stacktrace? ("gdb file-roller", then "run", then crash it, then "thread apply all bt full")
Comment 2 mattia.b89 2016-05-22 16:53:24 UTC
Luckily, the issue has gone by itself!
probably, or better surely, one of these packages:

- at-spi2-core (2.20.1-1 -> 2.20.2-1)
- gtk3 (3.20.4-2 -> 3.20.5-2)
- gtk-update-icon-cache (3.20.5-1 -> 3.20.5-2)


I think we can close this bug!
Thank you!
Comment 3 André Klapper 2016-05-23 09:44:33 UTC
Likely bug 766694 - thanks for updating!