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 143127 - Occasional crash when closing popup windows.
Occasional crash when closing popup windows.
Status: RESOLVED DUPLICATE of bug 142184
Product: epiphany
Classification: Core
Component: [obsolete] Backend:Mozilla
1.2.x
Other Linux
: Normal normal
: ---
Assigned To: Marco Pesenti Gritti
Marco Pesenti Gritti
Depends on:
Blocks:
 
 
Reported: 2004-05-25 14:05 UTC by pah06
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description pah06 2004-05-25 14:05:39 UTC
Epiphany occasionally crashes when closing (so far only popup) windows, caused
by a null pointer somewhere deep in the Epiphany/Mozilla interaction. The
following is a GDB log, showing something strange occuring between frames 3 and
4, though this might just be some kind of stack corruption.

I am using patch h3 from http://www.dsl.uow.edu.au/~harvey/code_epiphany.html,
though I don't think it is causing the problem.

(gdb) bt
  • #0 EphyBrowser::GetDocumentUrl
    at nsCOMPtr.h line 663
  • #1 impl_get_location
    at mozilla-embed.cpp line 490
  • #2 ephy_embed_get_location
    at ephy-embed.c line 258
  • #3 ephy_tab_set_title
    at ephy-tab.c line 1353
  • #4 ephy_tab_title_cb
    at ephy-tab.c line 729
  • #5 g_cclosure_marshal_VOID__VOID
    from /usr/lib/libgobject-2.0.so.0
  • #6 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #7 g_signal_emit_by_name
    from /usr/lib/libgobject-2.0.so.0
  • #8 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #9 gtk_signal_emit
    from /usr/lib/libgtk-x11-2.0.so.0
  • #10 EmbedWindow::SetTitle
    from /usr/lib/libgtkembedmoz.so
  • #11 NSGetModule
    from /usr/lib/mozilla/components/libwebbrwsr.so
  • #12 nsDocShell::SetTitle
    from /usr/lib/mozilla/components/libdocshell.so
  • #13 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #14 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #15 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #16 ??
    from /usr/lib/mozilla/components/libhtmlpars.so
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 NSGetModule
    from /usr/lib/mozilla/components/libgklayout.so
  • #21 ??
    from /usr/lib/mozilla/components/libhtmlpars.so
  • #22 ??
  • #23 ??
  • #24 ??
  • #25 ??
  • #26 ??
  • #27 ??
    from /usr/lib/mozilla/components/libembedcomponents.so
  • #28 ??
  • #29 ??
    from /usr/lib/mozilla/components/libhtmlpars.so
  • #30 ??
  • #31 ??
  • #32 ??
  • #33 ??
    from /usr/lib/mozilla/components/libhtmlpars.so
  • #34 ??
  • #35 ??
  • #36 ??
  • #37 nsCOMPtr_base::~nsCOMPtr_base
    from /usr/lib/libxpcom.so


(gdb) info threads
  39 Thread 1175006128 (LWP 29911)  0x4075f2c0 in
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
  38 Thread 1150098352 (LWP 29909)  0x4075f2c0 in
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
  37 Thread 1183394736 (LWP 29908)  0x4075f2c0 in
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
  3 Thread 1124744112 (LWP 16267)  0x4075f2c0 in
pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
  2 Thread 1109756848 (LWP 16266)  0x40bbed05 in poll ()
   from /lib/tls/libc.so.6
* 1 Thread 1089603808 (LWP 16261)  EphyBrowser::GetDocumentUrl (this=0x0,
    url=@0x0) at nsCOMPtr.h:663
Comment 1 Christian Persch 2004-05-25 22:21:49 UTC
This is fixed in cvs.

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