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 689919 - crash on ephy_window_key_press_event (invalid_closure_notify)
crash on ephy_window_key_press_event (invalid_closure_notify)
Status: RESOLVED DUPLICATE of bug 690118
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: Normal critical
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-12-09 06:15 UTC by Diego Escalante Urrelo (not reading bugmail)
Modified: 2013-01-08 15:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Diego Escalante Urrelo (not reading bugmail) 2012-12-09 06:15:43 UTC
Using webkit, gtk, epiphany, libsoup master.

When opening an empty ephy window and closing it after just seconds (not loading anything), I can always get this crash.

I can reproduce on a private instance, or the regular one. Loading a site sometimes avoids the crash.

Program received signal SIGSEGV, Segmentation fault.
invalid_closure_notify (instance=0x83046f0, closure=0x89c9d68) at gsignal.c:3740
3740	  handler->has_invalid_closure_notify = 0;
(gdb) bt
  • #0 invalid_closure_notify
    at gsignal.c line 3740
  • #1 closure_invoke_notifiers
    at gclosure.c line 264
  • #2 g_closure_invalidate
    at gclosure.c line 574
  • #3 destroy_closure_array
    at gobject.c line 3785
  • #4 g_data_set_internal
    at gdataset.c line 411
  • #5 g_datalist_id_set_data_full
    at gdataset.c line 674
  • #6 g_object_real_dispose
    at gobject.c line 1012
  • #7 g_object_unref
    at gobject.c line 2987
  • #8 closure_invoke_notifiers
    at gclosure.c line 285
  • #9 g_closure_invoke
    at gclosure.c line 783
  • #10 signal_emit_unlocked_R
    at gsignal.c line 3567
  • #11 g_signal_emit_valist
    at gsignal.c line 3325
  • #12 g_signal_emit
    at gsignal.c line 3371
  • #13 gtk_accel_group_activate
    at gtkaccelgroup.c line 914
  • #14 gtk_accel_groups_activate
    at gtkaccelgroup.c line 952
  • #15 gtk_window_activate_key
    at gtkwindow.c line 9453
  • #16 gtk_window_key_press_event
    at gtkwindow.c line 6089
  • #17 ephy_window_key_press_event
    at ephy-window.c line 959
  • #18 _gtk_marshal_BOOLEAN__BOXEDv
    at gtkmarshalers.c line 130
  • #19 g_type_class_meta_marshalv
    at gclosure.c line 997
  • #20 _g_closure_invoke_va
    at gclosure.c line 840
  • #21 g_signal_emit_valist
    at gsignal.c line 3226
  • #22 g_signal_emit
    at gsignal.c line 3371
  • #23 gtk_widget_event_internal
    at gtkwidget.c line 6297
  • #24 propagate_event
    at gtkmain.c line 2491
  • #25 gtk_main_do_event
    at gtkmain.c line 1717
  • #26 _gdk_event_emit
    at gdkevents.c line 69
  • #27 gdk_event_source_dispatch
    at gdkeventsource.c line 358
  • #28 g_main_dispatch
    at gmain.c line 2784
  • #29 g_main_context_dispatch
    at gmain.c line 3288
  • #30 g_main_context_iterate
    at gmain.c line 3359
  • #31 g_main_context_iteration
    at gmain.c line 3420
  • #32 g_application_run
    at gapplication.c line 1620
  • #33 main
    at ephy-main.c line 490

Comment 1 Xan Lopez 2012-12-09 13:38:05 UTC
This seems to be caused by the recent changes in glib related to closure invalidation, CCing Ryan.
Comment 2 Xan Lopez 2013-01-08 15:35:10 UTC

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