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 313519 - Menus stop working
Menus stop working
Status: RESOLVED DUPLICATE of bug 312710
Product: epiphany
Classification: Core
Component: Interface
1.6.x
Other Linux
: Normal normal
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-08-15 14:10 UTC by Sam Morris
Modified: 2005-08-15 15:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Sam Morris 2005-08-15 14:10:53 UTC
Version details: Seen in 1.6.4 and 1.6.5

I am only able to choose items from Epiphany's menus a couple of times before
they stop working. The following are my actions, and the corresponding error
messages in the console:

1. Open a new window:

(epiphany:10037): Gdk-WARNING **: gdk_property_get(): length value has wrapped
in calculation (did you pass G_MAXLONG?)

2. Pull down a menu and choose a menu item (Help/About Epiphany in this case).
This action succeeds, but the following is printed when I chose the menu item:

(epiphany:10195): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT
(object)' failed
(epiphany:10195): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed

I can usually choose two or three menu items in different menus before they all
stop working.

3. Pull down a menu:

(epiphany:10195): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT
(object)' failed
(epiphany:10195): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed
(epiphany:10195): Gtk-CRITICAL **: gtk_window_group_add_window: assertion
`GTK_IS_WINDOW_GROUP (window_group)' failed

4. Choose a menu item:

(epiphany:10195): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT
(object)' failed
(epiphany:10195): GLib-GObject-CRITICAL **: g_object_unref: assertion
`G_IS_OBJECT (object)' failed
Comment 1 Christian Persch 2005-08-15 15:16:03 UTC
Downgrade gtk+ to versions <= 2.6.8, or upgrade to >= 2.8.0.

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