GNOME Bugzilla – Bug 143127
Occasional crash when closing popup windows.
Last modified: 2004-12-22 21:47:04 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
+ Trace 46902
(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
This is fixed in cvs. *** This bug has been marked as a duplicate of 142184 ***