GNOME Bugzilla – Bug 384026
crash in Epiphany Web Browser: I was lanching epiphany ...
Last modified: 2008-10-18 09:26:50 UTC
Version: 2.16.2 What were you doing when the application crashed? I was lanching epiphany with command line `epiphany --private-instance --sm-disable`. Here is the output in the console : NOTE: Enabling gecko pango renderer; this may cause performance degradation. You can set /apps/epiphany/web/enable_pango to "false" to disable it. (epiphany:6900): libgnomevfs-WARNING **: Failed to create service browser: Bad state (epiphany:6900): libgnomevfs-WARNING **: Failed to create service browser: Bad state (epiphany:6900): libgnomevfs-WARNING **: Failed to create service browser: Bad state Registering 'moz.pyloader.1' (libpyloader.so) ** (bug-buddy:6903): WARNING **: Impossible de charger l'icône pour Ouvrir le dossier Distribution: Unknown Gnome Release: 2.16.2 2006-11-22 (Archlinux) BugBuddy Version: 2.16.0 Memory status: size: 54104064 vsize: 0 resident: 54104064 share: 0 rss: 23134208 rss_rlim: 0 CPU usage: start_time: 1165668684 rtime: 0 utime: 65 stime: 0 cutime:57 cstime: 0 timeout: 8 it_real_value: 0 frequency: 0 Backtrace was generated from '/opt/gnome/bin/epiphany' (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1240647984 (LWP 6900)] [New Thread -1247519856 (LWP 6901)] (no debugging symbols found) 0xffffe410 in __kernel_vsyscall ()
+ Trace 92781
Thread 1 (Thread -1240647984 (LWP 6900))
I have a core dump for 'epiphany --disable-crash-dialog' http://louve.dyndns.org/temp/core.19501-epiphany.bz2 I compiled a fresh version of epiphany, using makepkg from archlinux but with a modified PKGBUILD. Source: http://ftp.gnome.org/pub/GNOME/sources/epiphany/2.16/epiphany-2.16.2.tar.bz2 The commands used to compile epiphany were : ./configure --prefix=/opt/gnome --enable-python \ --enable-certificate-manager \ --enable-dbus \ --disable-scrollkeeper \ --with-mozilla=xulrunner \ --enable-network-manager make LDFLAGS+="-R /opt/mozilla/lib/xulrunner" make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 install In the original PKGBUILD, there was a command that modified the pydefsdir variable in Makefiles.* but I removed it, thinking that may cause the bug. But nothing changed :( I'll try now to disable python as i sax some python calls in the trabceback. maybe It'll work.
not better with : ./configure --prefix=/opt/gnome \ --disable-python \ --enable-spell-checker \ --enable-debug \ --enable-certificate-manager \ --enable-dbus \ --disable-scrollkeeper \ --with-mozilla=xulrunner \ --enable-network-manager Same error, same traceback ...
I was just wrong ... I works well disabling python. Just because I added --enable-spell-checker, and because the spell checker was not enabled in xulrunner, the configure script failed. So, I compiled with the old options of configure ... So now it works, but without python :( So I can't have the python-console nor the favicon plugin :( Anyways, I don't need them. Apparently, I can't lower the priority ... can someone lower it ?
*** Bug 379223 has been marked as a duplicate of this bug. ***
Setting priority to normal. So, is there a problem with Python extensions and xulrunner?
Keep in mind that our xulrunner is a CVS snapshot from the same tag Firefox 2.0 was released and that xulrunner has been built with pyxpcom support. I'm building epiphany and epiphany-extensions with debug symbols now to give more details about this crash. So far I've only seen archlinux installations in the various submitted bugreports.
Program received signal SIGSEGV, Segmentation fault.
+ Trace 95838
Thread NaN (LWP 4012)
+ Trace 95896
Crash in the extensions manager, moving to e-e.
*** Bug 390099 has been marked as a duplicate of this bug. ***
*** Bug 443155 has been marked as a duplicate of this bug. ***
Obsoleting because of age and known viacrusis of xulrunner back in those days, please reopen if still valid.