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 725379 - Crash on start in egg_tree_multi_drag_button_release_event()
Crash on start in egg_tree_multi_drag_button_release_event()
Status: RESOLVED DUPLICATE of bug 647586
Product: file-roller
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal critical
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2014-02-28 08:14 UTC by Milan Bouchet-Valat
Modified: 2014-02-28 08:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Milan Bouchet-Valat 2014-02-28 08:14:34 UTC
This crash was reported several times with 3.6, 3.8 and now 3.10 in Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=881979

It's probably the same as another crash which happened in 3.4 too:
https://bugzilla.redhat.com/show_bug.cgi?id=809337

I think the cause may be that the user double clicks on a directory in the archive too fast on start. I experienced the crash a few times when my system was under memory pressure and file-roller was a little slow to start. Just a guess.

This backtrace is against 3.6, sorry. Fedora's bug reporting tool does not collect new traces when one is already present. I can get a newer one if required.

Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 0x7f825601f980 (LWP 6699))

  • #0 egg_tree_multi_drag_button_release_event
    at eggtreemultidnd.c line 184
  • #1 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #2 g_closure_invoke
    at gclosure.c line 777
  • #3 signal_emit_unlocked_R
    at gsignal.c line 3551
  • #4 g_signal_emit_valist
    at gsignal.c line 3310
  • #5 g_signal_emit
    at gsignal.c line 3356
  • #6 gtk_widget_event_internal
    at gtkwidget.c line 6301
  • #7 gtk_widget_event
    at gtkwidget.c line 5958
  • #8 propagate_event_up
    at gtkmain.c line 2397
  • #9 propagate_event
    at gtkmain.c line 2497
  • #10 gtk_main_do_event
    at gtkmain.c line 1720
  • #11 gdk_event_source_dispatch
    at gdkeventsource.c line 358
  • #12 g_main_dispatch
    at gmain.c line 2715
  • #13 g_main_context_dispatch
    at gmain.c line 3219
  • #14 g_main_context_iterate
    at gmain.c line 3290
  • #15 g_main_context_iteration
    at gmain.c line 3351
  • #16 g_application_run
    at gapplication.c line 1624
  • #17 main
    at main.c line 958

Comment 1 Milan Bouchet-Valat 2014-02-28 08:17:51 UTC

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