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 163819 - Epiphany crashes when exiting: bookmarks tray involves
Epiphany crashes when exiting: bookmarks tray involves
Status: RESOLVED FIXED
Product: epiphany-extensions
Classification: Deprecated
Component: obsolete
1.5.x
Other Linux
: High critical
: ---
Assigned To: epiphany-extensions-maint
epiphany-extensions-maint
Depends on:
Blocks:
 
 
Reported: 2005-01-12 15:23 UTC by jframeau
Modified: 2007-03-11 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jframeau 2005-01-12 15:23:34 UTC
1) Launch Epiphany
2) Toggle Bookmarks tray on
3) killall gnome-panel
4) Exit from Epiphany

Epiphany crashes

I get warnings on console:

(epiphany:4564): Gdk-WARNING **: GdkWindow 0x260002b unexpectedly destroyed

(epiphany:4564): Gdk-WARNING **: GdkWindow 0x2600028 unexpectedly destroyed

(epiphany:4564): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)'
in cast to `GtkWidget'

(epiphany:4564): Gtk-CRITICAL **: gtk_widget_destroy: assertion `GTK_IS_WIDGET
(widget)' failed

Stack trace from Epiphany

Backtrace was generated from '/usr/local/bin/epiphany'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -151140672 (LWP 14138)]
[New Thread -157574224 (LWP 14143)]
[Thread debugging using libthread_db enabled]
[New Thread -151140672 (LWP 14138)]
[New Thread -157574224 (LWP 14143)]
[Thread debugging using libthread_db enabled]
[New Thread -151140672 (LWP 14138)]
[New Thread -157574224 (LWP 14143)]
[New Thread 32676784 (LWP 14141)]
0x005cf7a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2

Thread 1 (Thread -151140672 (LWP 14138))

  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 nsProfileLock::FatalSignalHandler
    from /usr/lib/mozilla-1.7.5/libgtkembedmoz.so
  • #4 <signal handler called>
  • #5 g_type_check_instance_cast
    from /usr/lib/libgobject-2.0.so.0
  • #6 ephy_bookmarks_tray_extension_finalize
    at ephy-bookmarks-tray-extension.c line 559
  • #7 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #8 impl_release_object
    at ephy-shlib-loader.c line 217
  • #9 ephy_loader_release_object
    at ephy-loader.c line 68
  • #10 free_extension_info
    at ephy-extensions-manager.c line 279
  • #11 g_list_foreach
    from /usr/lib/libglib-2.0.so.0
  • #12 ephy_extensions_manager_finalize
    at ephy-extensions-manager.c line 1276
  • #13 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #14 ephy_shell_finalize
    at ephy-shell.c line 420
  • #15 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #16 ephy_window_finalize
    at ephy-window.c line 2752
  • #17 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #18 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #19 gdk_event_get_graphics_expose
    from /usr/lib/libgdk-x11-2.0.so.0
  • #20 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #21 g_main_context_acquire
    from /usr/lib/libglib-2.0.so.0
  • #22 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #23 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 main
    at ephy-main.c line 216
  • #0 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #1 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #2 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 nsProfileLock::FatalSignalHandler
    from /usr/lib/mozilla-1.7.5/libgtkembedmoz.so
  • #4 <signal handler called>
  • #5 _dl_sysinfo_int80
    from /lib/ld-linux.so.2
  • #6 raise
    from /lib/tls/libc.so.6
  • #7 abort
    from /lib/tls/libc.so.6
  • #8 IA__g_logv
    at gmessages.c line 488
  • #9 IA__g_log
    at gmessages.c line 507
  • #10 IA__gdk_window_destroy_notify
    at gdkwindow-x11.c line 1209
  • #11 gdk_event_translate
    at gdkevents-x11.c line 1654
  • #12 _gdk_events_queue
    at gdkevents-x11.c line 2154
  • #13 gdk_event_dispatch
    at gdkevents-x11.c line 2214
  • #14 IA__g_main_context_dispatch
    at gmain.c line 1947
  • #15 g_main_context_iterate
    at gmain.c line 2578
  • #16 IA__g_main_loop_run
    at gmain.c line 2782
  • #17 IA__gtk_main
    at gtkmain.c line 963
  • #18 main
    at ephy-main.c line 216

Comment 1 Christian Persch 2005-02-13 21:43:53 UTC
Fixed in cvs.
Comment 2 Christian Persch 2007-03-11 20:33:35 UTC
Bookmarks Tray is obsolete and has been removed from svn trunk.