Summary: | www-client/epiphany-2.30.6 crashes on startup (or with any user interaction) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mark Wickens <mark> |
Component: | [OLD] GNOME | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED NEEDINFO | ||
Severity: | critical | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | IA64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | gdb backtrace log file on crash |
Description
Mark Wickens
2011-10-04 05:40:56 UTC
Try to get a proper backtrace: http://www.gentoo.org/proj/en/qa/backtraces.xml But maybe downgrading to net-libs/webkit-gtk-1.4.3-r200 "solves" this, please try it also Please see attached stack trace. If you would like me to enable debugging in any libraries I am happy to do so. I will also see if your downgrade suggestion works. Mark. msw@zx6000 ~ $ gdb /usr/bin/epiphany GNU gdb (Gentoo 7.3.1 p1) 7.3.1 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "ia64-unknown-linux-gnu". For bug reporting instructions, please see: <http://bugs.gentoo.org/>... Reading symbols from /usr/bin/epiphany...done. (gdb) run Starting program: /usr/bin/epiphany [Thread debugging using libthread_db enabled] [New Thread 0x2000000008482ff0 (LWP 10193)] [New Thread 0x200000000d32eff0 (LWP 10194)] [New Thread 0x200000000deb6ff0 (LWP 10195)] epiphany(10190): unaligned access to 0x200000000d365c4e, ip=0x200000000134f530 epiphany(10190): unaligned access to 0x200000000d365cb6, ip=0x200000000134f430 epiphany(10190): unaligned access to 0x200000000d365d1e, ip=0x200000000134f530 epiphany(10190): unaligned access to 0x200000000d365d26, ip=0x200000000134f530 epiphany(10190): unaligned access to 0x200000000d365d2e, ip=0x200000000134f530 [New Thread 0x200000000e802ff0 (LWP 10196)] ** Message: console message: undefined @0: 1.4450535577407298e-154 ** Message: console message: undefined @0: 1.4450535577411538e-154 ** Message: console message: undefined @0: 1.4450535577412174e-154 [New Thread 0x200000000f5beff0 (LWP 10197)] [New Thread 0x200000000fdbeff0 (LWP 10198)] [New Thread 0x20000000147feff0 (LWP 10199)] [New Thread 0x2000000014ffeff0 (LWP 10200)] [New Thread 0x20000000157feff0 (LWP 10201)] [New Thread 0x2000000015ffeff0 (LWP 10202)] [New Thread 0x20000000167feff0 (LWP 10203)] [New Thread 0x2000000016ffeff0 (LWP 10204)] [New Thread 0x200000001780eff0 (LWP 10205)] [New Thread 0x200000001802eff0 (LWP 10206)] [New Thread 0x200000001882eff0 (LWP 10207)] [New Thread 0x200000001902eff0 (LWP 10208)] ** Message: console message: undefined @0: 1.4450535577413234e-154 ** Message: console message: undefined @0: 1.4450535577413976e-154 ** Message: console message: undefined @0: 1.4450535577414718e-154 ** Message: console message: undefined @0: 1.445053557741546e-154 ** Message: console message: undefined @0: 1.4450535577416096e-154 ** Message: console message: undefined @0: 1.4450535577416731e-154 [Thread 0x200000001802eff0 (LWP 10206) exited] [Thread 0x2000000014ffeff0 (LWP 10200) exited] [Thread 0x20000000147feff0 (LWP 10199) exited] [Thread 0x2000000015ffeff0 (LWP 10202) exited] [Thread 0x2000000016ffeff0 (LWP 10204) exited] [Thread 0x200000000e802ff0 (LWP 10196) exited] [Thread 0x200000001780eff0 (LWP 10205) exited] [Thread 0x20000000167feff0 (LWP 10203) exited] [Thread 0x200000000fdbeff0 (LWP 10198) exited] [Thread 0x200000001902eff0 (LWP 10208) exited] [Thread 0x200000000f5beff0 (LWP 10197) exited] [Thread 0x200000001882eff0 (LWP 10207) exited] [Thread 0x20000000157feff0 (LWP 10201) exited] Program received signal SIGSEGV, Segmentation fault. 0x2000000001ba57c0 in JSObjectCallAsFunction () from /usr/lib/libwebkit-1.0.so.2 (gdb) bt #0 0x2000000001ba57c0 in JSObjectCallAsFunction () from /usr/lib/libwebkit-1.0.so.2 #1 0x4000000000153580 in js_get_all_links (js_context=0x200000000d363748) at ephy-web-view.c:706 #2 0x4000000000156c20 in do_hook_into_links (js_context=0x200000000d363748, web_view=0x60000000000461f0) at ephy-web-view.c:1234 #3 0x4000000000157260 in _ephy_web_view_hook_into_links ( web_view=0x60000000000461f0) at ephy-web-view.c:1285 #4 0x4000000000159bb0 in load_status_cb (web_view=0x60000000000461f0, pspec=0x60000000001ba580, user_data=0x0) at ephy-web-view.c:1903 #5 0x20000000043926c0 in g_cclosure_marshal_VOID__PARAM () from /usr/lib/libgobject-2.0.so.0 #6 0x200000000436dc70 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #7 0x20000000043a5c50 in ?? () from /usr/lib/libgobject-2.0.so.0 #8 0x0000000000000000 in ?? () (gdb) Please also rebuild dev-libs/glib with debugging symbols and follow "Code Listing 1.4" from: http://www.gentoo.org/proj/en/qa/backtraces.xml attaching backtrace.log here Created attachment 288799 [details]
gdb backtrace log file on crash
backtrace.log attached as requested
The crash looks to occur in webkit-gtk, you will need to also rebuild net-libs/webkit-gtk-1.6.1-r200 with debugging symbols. (Basically, each time you see things like: 0x2000000001abe550 in ?? () from /usr/lib/libwebkit-1.0.so.2 with "??", it indicates you need to recompile with debugging symbols package providing that lib) I have also tested now with webkit-1.6 and it works fine for me. Please also try to create a new user account |