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 169833 - Random Epiphany crash
Random Epiphany crash
Status: RESOLVED FIXED
Product: epiphany
Classification: Core
Component: General
git master
Other Linux
: High critical
: 1.6
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2005-03-10 13:56 UTC by Jean-François Rameau
Modified: 2005-03-14 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Rameau 2005-03-10 13:56:43 UTC
Distribution/Version: Fedora

I was fighting with annoying ad popups.

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 -1208404288 (LWP 4794)]
[New Thread -1246094416 (LWP 4803)]
[Thread debugging using libthread_db enabled]
[New Thread -1208404288 (LWP 4794)]
[New Thread -1246094416 (LWP 4803)]
[New Thread 84900784 (LWP 4801)]
[New Thread 38194096 (LWP 4800)]
[New Thread -1221342288 (LWP 4797)]
[New Thread -1210852432 (LWP 4795)]
[Thread debugging using libthread_db enabled]
[New Thread -1208404288 (LWP 4794)]
[New Thread -1246094416 (LWP 4803)]
0x00dd17a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2

Thread 1 (Thread -1208404288 (LWP 4794))

  • #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_is_a
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_object_set
    from /usr/lib/libgobject-2.0.so.0
  • #7 sync_tab_title
    at ephy-tabs-menu.c line 129
  • #8 g_cclosure_marshal_VOID__PARAM
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_has_handler_pending
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #12 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #13 g_object_interface_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #14 g_value_get_flags
    from /usr/lib/libgobject-2.0.so.0
  • #15 g_object_notify
    from /usr/lib/libgobject-2.0.so.0
  • #16 ephy_tab_set_title
    at ephy-tab.c line 1830
  • #17 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_has_handler_pending
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #21 gtk_signal_emit
    from /usr/lib/libgtk-x11-2.0.so.0
  • #22 nsIAccessibilityService::GetIID
    from /usr/lib/mozilla-1.7.5/libgtkembedmoz.so
  • #23 NSGetModule
    from /usr/lib/mozilla-1.7.5/components/libwebbrwsr.so
  • #24 NSGetModule
    from /usr/lib/mozilla-1.7.5/components/libdocshell.so
  • #25 NSGetModule
    from /usr/lib/mozilla-1.7.5/components/libgklayout.so
  • #26 NSGetModule
    from /usr/lib/mozilla-1.7.5/components/libgklayout.so
  • #27 NSGetModule
    from /usr/lib/mozilla-1.7.5/components/libgklayout.so
  • #28 ??
    from /usr/lib/mozilla-1.7.5/components/libhtmlpars.so
  • #29 ??
  • #30 ??
  • #31 ??
  • #32 ??
    from /usr/lib/mozilla-1.7.5/components/libhtmlpars.so
  • #33 ??

Comment 1 Christian Persch 2005-03-10 15:54:53 UTC
Could be that the new tabs menu code isn't 100% correct for popups. I'll try to
investigate this further.
Comment 2 Christian Persch 2005-03-14 18:09:51 UTC
Confirming. I can reproduce this with the "testcase for bug 138529" (2nd to
last) from
http://cvs.gnome.org/viewcvs/*checkout*/galeon/tests/popups.html?rev=1.5 .
Comment 3 Christian Persch 2005-03-14 18:23:26 UTC
Fixed in cvs on gnome-2-10 and HEAD; thanks for the report!