Summary: | www-client/mozilla-firefox-3.6-r1 crashes with segfault on multiple occasions | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Martin Wolters <sirdzstic> |
Component: | Current packages | Assignee: | Mozilla Gentoo Team <mozilla> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | pva, zmedico |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
strace
backtrace stderr output |
Description
Martin Wolters
2010-02-02 03:10:04 UTC
Created attachment 218121 [details]
strace
This is the output of strace firefox. I set xkcd.com as my home page before and just clicked the rss icon inside the address field. Then firefox crashed.
Try to start firefox from command line. Is there any useful output there? If not try to build firefox with debugging symbols enabled and get backtrace. http://www.gentoo.org/proj/en/qa/backtraces.xml Assigning on maintainers as probably they can suggest more. Created attachment 218135 [details]
backtrace
I merged firefox with debug useflag and -ggdb added to CFLAGS. Now firefox
crashed without even showing a window. Backtrace attached.
Created attachment 218137 [details]
stderr output
This is the output on stderr for firefox with debug symbols (crashing instantly,
as stated before).
Playing around with the USE-flags showed that removing the gnome flag from xulrunner makes firefox work fine again. It looks like there's something wrong with gnome then; and changing my X session to gnome reveals that gnome also crashes instantly. I guess it's time to open another bug report then. (In reply to comment #5) > Playing around with the USE-flags showed that removing the gnome flag from > xulrunner makes firefox work fine again. It looks like there's something wrong > with gnome then; and changing my X session to gnome reveals that gnome also > crashes instantly. I guess it's time to open another bug report then. > It is time to run a revdep-rebuild, you most likely have upgraded part of gnome without ensuring linking is consistent. If you can reproduce after a revdep-rebuild we will begin to look at this, feel free to reopen after you have run a revdep-rebuild. I've experienced the same issue with mozilla-firefox-3.6-r2. revdep-rebuild, rebuilding xulrunner and nss didn't help. Analyzing the libraries opened by firefox with strace, I've discovered that it was loading a library from /opt (I had firefox-bin installed there). Uninstalling firefox-bin fixed my issues. (In reply to comment #7) > I've experienced the same issue with mozilla-firefox-3.6-r2. revdep-rebuild, > rebuilding xulrunner and nss didn't help. Analyzing the libraries opened by > firefox with strace, I've discovered that it was loading a library from /opt (I > had firefox-bin installed there). Uninstalling firefox-bin fixed my issues. > I have just changed firefox-bin around, the libs it provides will not be found anymore by a standard mozilla-firefox install. i had a similar issue. firefox wouldnt even start, but crash with ABORT immediately. to fix it, i deinstalled mozilla-thunderbird-bin-2.0.0.19 |