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 688627 - Crash in get_selection_data_from_clipboard_data when doing this sequence copy-delete-paste
Crash in get_selection_data_from_clipboard_data when doing this sequence copy...
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
3.6.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-19 10:05 UTC by arno_b
Modified: 2012-11-25 17:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace (2.91 KB, text/plain)
2012-11-19 10:05 UTC, arno_b
Details

Description arno_b 2012-11-19 10:05:13 UTC
Created attachment 229357 [details]
backtrace

file-roller crashes on Ubuntu 12.10 64bits (file-roller 3.6.1.1-0ubuntu1) in get_selection_data_from_clipboard_data (window=0x6e4300, data=0x0) at fr-window.c:4216

I can reproduce the crash with any ZIP or TAR/BZ2 archive (I think it is not related to a compression format) when doing this sequence of actions:

once an archive opened:
1/ select a file (clicking on it)
2/ copy it (ctrl-C or Editing->Copy)
3/ delete it (supp key)
4/ paste (ctrl-V)

I think the problem is that file-roller tries to paste a copied file that has been deleted.
Comment 1 Paolo Bacchilega 2012-11-25 17:36:00 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.