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 119503 - crash while trying to open a new tab
crash while trying to open a new tab
Status: RESOLVED DUPLICATE of bug 107007
Product: epiphany
Classification: Core
Component: General
0.x
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2003-08-09 18:41 UTC by Marius Andreiana
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marius Andreiana 2003-08-09 18:41:20 UTC
epiphany works fine for me usually, but this time crashed while working as
usual on a site I develop ( no flash, java, just html )

Here's the trace from bug-buddy. Is this useful?

(no debugging symbols found)...0xffffe002 in ?? ()

Thread 1 (Thread 1088167136 (LWP 5798))

  • #0 ??
  • #1 libgnomeui_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 nsProfileLock::FatalSignalHandler(int)
    from /usr/lib/mozilla-1.4/libgtkembedmoz.so
  • #3 <signal handler called>
  • #4 gtk_widget_get_toplevel
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 gtk_false
    from /usr/lib/libgtk-x11-2.0.so.0
  • #6 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #7 _gdk_events_queue
    from /usr/lib/libgdk-x11-2.0.so.0
  • #8 g_get_current_time
    from /usr/lib/libglib-2.0.so.0
  • #9 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #12 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #13 main
  • #14 __libc_start_main
    from /lib/tls/libc.so.6
  • #0 ??

Comment 1 Elijah Newren 2003-08-09 19:04:15 UTC
The stack trace matches the one in bug 107007.  This is a rare gtk+
crasher bug.  Unfortunately, the stack trace isn't useful without
debugging symbols.  Is there any way you could recompile with
debugging symbols enabled (or, if using Red Hat 9, install the gtk+
debuginfo package found at
http://people.redhat.com/otaylor/tmp/gtk2-debuginfo-2.2.1-4.i386.rpm)?

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