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 313425 - crash when window closed from onblur
crash when window closed from onblur
Status: RESOLVED DUPLICATE of bug 172882
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: High blocker
: 1.8
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-08-13 22:26 UTC by Christian Persch
Modified: 2005-08-21 15:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Persch 2005-08-13 22:26:05 UTC
when a python extension is active: the crash happens in the idle GC.
Comment 1 Christian Persch 2005-08-16 11:09:50 UTC
Also happens when you try to find (Ctrl-F).

  • #0 g_type_check_instance_cast
    from /usr/lib/libgobject-2.0.so.0
  • #1 IA__gtk_window_set_focus
    at gtkwindow.c line 1223
  • #2 gtk_window_dispose
    at gtkwindow.c line 1758
  • #3 ephy_window_dispose
    at ../../src/ephy-window.c line 2439
  • #4 g_object_unref
    from /usr/lib/libgobject-2.0.so.0
  • #5 initgobject
    from /usr/lib/python2.4/site-packages/gtk-2.0/gobject.so
  • #6 collect
    at ../Modules/gcmodule.c line 710
  • #7 PyGC_Collect
    at ../Modules/gcmodule.c line 1192
  • #8 idle_gc
    at ../../src/ephy-python.c line 109
  • #9 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #13 IA__gtk_main
    at gtkmain.c line 974
  • #14 main
    at ../../src/ephy-main.c line 312

Comment 2 Christian Persch 2005-08-21 15:11:32 UTC
The patch in bug 172882 fixes this too.

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