| Summary: | www-client/epiphany-2.24.3-r10 crashed saying "cannot use now. Initializing mozilla fail (not literal) | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | mondrillo <mondrillo> |
| Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
mondrillo
2009-02-16 07:18:08 UTC
backtrace of the crash ? (In reply to comment #1) > backtrace of the crash ? > sorry, how do the trace ?? (In reply to comment #2) > (In reply to comment #1) > > backtrace of the crash ? > > > > sorry, how do the trace ?? > After read the doc of bugs.gentoo.org to debug the error, use the dbg and no error show: (gdb) run Starting program: /usr/bin/epiphany (no debugging symbols found) .. (no debugging symbols found) [Thread debugging using libthread_db enabled] (no debugging symbols found) .. [New Thread 0x7f524ec22790 (LWP 24508)] ===> Here show error recover last tab's (no debugging symbols found) .. ===> Here show that epiphany cannot start mozilla Program exited normally. Perhap's is for the last update of mozilla from mozilla-2.? to mozilla-3 Thank's and regards (In reply to comment #2) > (In reply to comment #1) > > backtrace of the crash ? > > > > sorry, how do the trace ?? > (someone please correct me if I'm wrong)
I just looked at the guide that the original poster was asked to look at and one part I think you missed is that you must run emerge again on the package with FEATURES="nostrip" turned on in make.conf (or on the command line). This will keep the debug symbols that gdb said it was missing in your output. This is required to debug this issue correctly.
Also it says there are two more things that can be done to improve debugging. Add " -gddb " to your CFLAGS (and I assume CXXFLAGS if it doesn't just equal "${CFLAGS}") variables in make.conf.
And you can add the debug USE value into your make.conf.
After performing the above three steps please emerge epiphany again and see if you can reproduce the error. After you're done debugging this you'll want to remove these options. Every program will be much slower and larger on your disk if you don't.
FEATURES=splitdebug is better than FEATURES=nostrip It spearates out the dbug symbols and installs them in /usr/lib/debug. They can just be deleted later, if necessary. damn I should have thought about it sooner, does it look like bug #247040 ? please get back to us if your issue is different than bug #247040 *** This bug has been marked as a duplicate of bug 247040 *** |