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 339941 - Crash when clicking link
Crash when clicking link
Status: RESOLVED NOTGNOME
Product: epiphany
Classification: Core
Component: General
2.14.x
Other Linux
: Normal critical
: ---
Assigned To: Epiphany Maintainers
Marco Pesenti Gritti
: 340172 359424 369036 397012 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-04-27 17:03 UTC by Wouter Bolsterlee (uws)
Modified: 2007-01-28 19:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Wouter Bolsterlee (uws) 2006-04-27 17:03:46 UTC
Epiphany crashed after I clicked a link from a terminal. The already running instance does not seem to be affected :)


Backtrace was generated from '/opt/gnome/bin/epiphany'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1229674272 (LWP 25360)]
0xb6f041fe in __waitpid_nocancel () from /lib/tls/libpthread.so.0

Thread 1 (Thread -1229674272 (LWP 25360))

  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #1 libgnomeui_segv_handle
    at gnome-ui-init.c line 792
  • #2 <signal handler called>
  • #3 raise
    from /lib/tls/libc.so.6
  • #4 abort
    from /lib/tls/libc.so.6
  • #5 _dbus_abort
    at dbus-sysdeps.c line 89
  • #6 _dbus_real_assert
    at dbus-internals.c line 477
  • #7 _dbus_connection_last_unref
    at dbus-connection.c line 1798
  • #8 dbus_g_connection_unref
    at dbus-glib.c line 80
  • #9 ephy_dbus_disconnect_bus
    at ephy-dbus.c line 310
  • #10 ephy_dbus_finalize
    at ephy-dbus.c line 340
  • #11 IA__g_object_unref
    at gobject.c line 1762
  • #12 _ephy_dbus_release
    at ephy-dbus.c line 579
  • #13 main
    at ephy-main.c line 735
  • #0 __waitpid_nocancel
    from /lib/tls/libpthread.so.0

Comment 1 Wouter Bolsterlee (uws) 2006-04-30 09:45:28 UTC
*** Bug 340172 has been marked as a duplicate of this bug. ***
Comment 2 Christian Persch 2006-04-30 10:01:41 UTC
Was there any output on console (or in ~/.xsession-errors) from the crash?
Comment 3 Wouter Bolsterlee (uws) 2006-05-13 12:49:45 UTC
I cannot reproduce this. It seems to be a dbus problem though. Marking NOTGNOME.
Comment 4 Reinout van Schouwen 2006-11-02 08:50:22 UTC
*** Bug 369036 has been marked as a duplicate of this bug. ***
Comment 5 Diego Escalante Urrelo (not reading bugmail) 2006-11-07 00:39:01 UTC
*** Bug 359424 has been marked as a duplicate of this bug. ***
Comment 6 palfrey 2007-01-15 22:44:52 UTC
*** Bug 397012 has been marked as a duplicate of this bug. ***
Comment 7 Christian Persch 2007-01-28 19:25:08 UTC
From https://bugs.freedesktop.org/show_bug.cgi?id=9716 :
> with latest dbus and correct use of the dbus API (see API docs on 
> dbus_connection_unref / dbus_connection_open / dbus_bus_get) I don't think 
> this is a dbus issue.

afaics, ephy uses the dbus-glib API correctly: dbus_g_connection_get + dbus_g_connection_unref on the result.