GNOME Bugzilla – Bug 766701
crash when extract
Last modified: 2016-05-23 09:44:33 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
"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")
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!
Likely bug 766694 - thanks for updating!