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 500049 - crash when closing window
crash when closing window
Status: RESOLVED DUPLICATE of bug 388321
Product: epiphany
Classification: Core
Component: General
2.20.x
Other Linux
: Normal critical
: ---
Assigned To: Epiphany Maintainers
Epiphany Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-27 20:44 UTC by Jens Granseuer
Modified: 2007-11-27 22:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Jens Granseuer 2007-11-27 20:44:38 UTC
With 2.20.2, if I open more than one browser window, epiphany crashes when I close one of those windows. Stack trace follows:

  • #0 g_datalist_id_get_data
    at gdataset.c line 443
  • #1 g_object_get_data
    at gobject.c line 1862
  • #2 ephy_notebook_remove
    at ephy-notebook.c line 835
  • #3 g_cclosure_marshal_VOID__OBJECT
    at gmarshal.c line 636
  • #4 g_type_class_meta_marshal
    at gclosure.c line 567
  • #5 g_closure_invoke
    at gclosure.c line 490
  • #6 signal_emit_unlocked_R
    at gsignal.c line 2370
  • #7 g_signal_emit_valist
    at gsignal.c line 2199
  • #8 g_signal_emit
    at gsignal.c line 2243
  • #9 gtk_container_remove
    at gtkcontainer.c line 1187
  • #10 gtk_widget_dispose
    at gtkwidget.c line 7843
  • #11 ephy_tab_dispose
    at ephy-tab.c line 827
  • #12 g_object_run_dispose
    at gobject.c line 573
  • #13 gtk_object_destroy
    at gtkobject.c line 403
  • #14 gtk_widget_destroy
    at gtkwidget.c line 2886
  • #15 gtk_notebook_forall
    at gtknotebook.c line 3997
  • #16 gtk_container_foreach
    at gtkcontainer.c line 1480
  • #17 gtk_container_destroy
    at gtkcontainer.c line 1020
  • #18 gtk_notebook_destroy
    at gtknotebook.c line 1492
  • #19 g_cclosure_marshal_VOID__VOID
    at gmarshal.c line 77
  • #20 g_type_class_meta_marshal
    at gclosure.c line 567
  • #21 g_closure_invoke
    at gclosure.c line 490
  • #22 signal_emit_unlocked_R
    at gsignal.c line 2556
  • #23 g_signal_emit_valist
    at gsignal.c line 2199
  • #24 g_signal_emit
    at gsignal.c line 2243
  • #25 gtk_object_dispose
    at gtkobject.c line 418
  • #26 gtk_widget_dispose
    at gtkwidget.c line 7851
  • #0 g_datalist_id_get_data
    at gdataset.c line 443
  • #1 g_object_get_data
    at gobject.c line 1862
  • #2 ephy_notebook_remove
    at ephy-notebook.c line 835
  • #3 g_cclosure_marshal_VOID__OBJECT
    at gmarshal.c line 636

Comment 1 Jens Granseuer 2007-11-27 21:19:08 UTC
Hm, actually, it also crashes with only one window.
Comment 2 Christian Persch 2007-11-27 21:23:39 UTC
Using gtk 2.12.2 ?
Comment 3 Christian Persch 2007-11-27 21:24:53 UTC
If so, I suspect this gtk change to be responsible: http://svn.gnome.org/viewvc/gtk%2B?view=revision&revision=19060

Could you try a gtk build with just this change reverted ?
Comment 4 Jens Granseuer 2007-11-27 22:02:54 UTC
Yes, that's the one. Reverting the patch fixes the crash. I wonder why 2.20.1 didn't have the same problem, though?
Comment 5 Christian Persch 2007-11-27 22:50:43 UTC
The code is identical to 2.20.1. Presumably you upgraded gtk and epiphany at the same time.

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