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 773027 - file roller crashed when I accidentally dragged a folder for a split second and released it in the same spot.
file roller crashed when I accidentally dragged a folder for a split second a...
Status: RESOLVED DUPLICATE of bug 647586
Product: file-roller
Classification: Applications
Component: general
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: file-roller-maint
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2016-10-16 11:35 UTC by Hussam Al-Tayeb
Modified: 2017-12-08 14:03 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hussam Al-Tayeb 2016-10-16 11:35:23 UTC
gtk+ 3.22.1 (from gtk-3-22 branch) and file-roller 3.22 from master git.

file-roller randomly crashes while navigating folders in a .tar file. This doesn't always happen.


coredumpctl logged the following:


Core was generated by `file-roller /home/hussam/cache/systemd/systemd-231.659-1-x86_64.pkg.tar'.
Program terminated with signal SIGSEGV, Segmentation fault.
  • #0 gdk_window_is_destroyed
    at gdkwindow.c line 2302
  • #0 gdk_window_is_destroyed
    at gdkwindow.c line 2302
  • #1 gtk_get_event_widget
    at gtkmain.c line 2521
  • #2 gtk_widget_event_internal
    at gtkwidget.c line 7605
  • #3 propagate_event_up
    at gtkmain.c line 2555
  • #4 propagate_event
    at gtkmain.c line 2657
  • #5 gtk_propagate_event
    at gtkmain.c line 2692
  • #6 egg_tree_multi_drag_button_release_event
  • #7 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 86
  • #8 g_closure_invoke
    at gclosure.c line 804
  • #9 signal_emit_unlocked_R
    at gsignal.c line 3635
  • #10 g_signal_emit_valist
    at gsignal.c line 3401
  • #11 g_signal_emit
    at gsignal.c line 3447
  • #12 gtk_widget_event_internal
    at gtkwidget.c line 7721
  • #13 propagate_event_up
    at gtkmain.c line 2555
  • #14 propagate_event
    at gtkmain.c line 2657
  • #15 gtk_main_do_event
    at gtkmain.c line 1888
  • #16 _gdk_event_emit
    at gdkevents.c line 73
  • #17 gdk_event_source_dispatch
    at gdkeventsource.c line 367
  • #18 g_main_dispatch
    at gmain.c line 3203
  • #19 g_main_context_dispatch
    at gmain.c line 3856
  • #20 g_main_context_iterate
    at gmain.c line 3929
  • #21 g_main_context_iteration
    at gmain.c line 3990
  • #22 g_application_run
    at gapplication.c line 2381
  • #23 main
    at main.c line 38

Comment 1 Hussam Al-Tayeb 2017-06-24 10:07:18 UTC
I'm seeing this now when I accidentally drag a folder in fileroller and releasing it very quickly in the same place.


Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `file-roller /home/hussam/.elc/custom_clothes.zip'.
Program terminated with signal SIGSEGV, Segmentation fault.

Thread 1 (Thread 0x7f9b275f9d80 (LWP 6145))

  • #0 gdk_window_is_destroyed
    at gdkwindow.c line 2317
  • #1 gtk_get_event_widget
    at gtkmain.c line 2534
  • #2 gtk_widget_event_internal
    at gtkwidget.c line 7607
  • #3 gtk_widget_event
    at gtkwidget.c line 7293
  • #4 propagate_event_up
    at gtkmain.c line 2568
  • #5 propagate_event
    at gtkmain.c line 2670
  • #6 egg_tree_multi_drag_button_release_event
    at eggtreemultidnd.c line 183
  • #11 <emit signal ??? on instance 0x1e643e0 [GtkTreeView]>
    at gsignal.c line 3447
  • #12 gtk_widget_event_internal
    at gtkwidget.c line 7723
  • #13 gtk_widget_event
    at gtkwidget.c line 7293
  • #14 propagate_event_up
    at gtkmain.c line 2568
  • #15 propagate_event
    at gtkmain.c line 2670
  • #16 gtk_main_do_event
    at gtkmain.c line 1901
  • #17 _gdk_event_emit
  • #18 gdk_event_source_dispatch
    at gdkeventsource.c line 367
  • #19 g_main_dispatch
    at gmain.c line 3148
  • #20 g_main_context_dispatch
    at gmain.c line 3813
  • #21 g_main_context_iterate
    at gmain.c line 3886
  • #22 g_main_context_iteration
    at gmain.c line 3947
  • #23 g_application_run
    at gapplication.c line 2378
  • #24 main
    at main.c line 38

Comment 2 Hussam Al-Tayeb 2017-12-08 14:03:50 UTC

*** This bug has been marked as a duplicate of bug 647586 ***