Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox segfault on startup [solved]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 8:03 pm    Post subject: Firefox segfault on startup [solved] Reply with quote

Since I emerged mozilla-firefox-1.0.6-r4, it segfault on startup with the following message :
Code:
firefox
No running windows found
/usr/libexec/mozilla-launcher: line 119: 13946 Segmentation fault      "$mozbin" "$@"
firefox-bin exited with non-zero status (139)

Also, when reinstalling it, I noted that the chrome registration process fails with a similar message at the end of the emerge, except that it's the regxpcom program that segfaulted.
I have tried everything I knew or found in the forum, revdep-rebuild, reinstalling firefox (same version and previous ones), unmerging firefox completly and removing what was left of /usr/lib/mozilla-firefox, deleting my ~/.mozilla, updating mozilla-launcher, I even tried rebooting... Nothing changed anything to it. I'm writing this from Konqueror, but I really want Firefox back :(

Thanks for your help


Last edited by Dominic2 on Fri Aug 05, 2005 12:40 am; edited 1 time in total
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 8:13 pm    Post subject: Reply with quote

Are you emerging mozilla-firefox or mozilla-firefox-bin ebuild?
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 8:17 pm    Post subject: Reply with quote

yabbadabbadont wrote:
Are you emerging mozilla-firefox or mozilla-firefox-bin ebuild?

mozilla-firefox
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 8:26 pm    Post subject: Reply with quote

You might try using the binary ebuild temporarily to see if it makes any difference. That might help narrow it down to being either a problem with firefox itself or some missing/incorrect dependency on your system.
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 8:34 pm    Post subject: Reply with quote

yabbadabbadont wrote:
You might try using the binary ebuild temporarily to see if it makes any difference. That might help narrow it down to being either a problem with firefox itself or some missing/incorrect dependency on your system.

That's one of the few things I haven't tried. With mozilla-firefox-bin, it works. I would like to be able to compile it tough, because new versions come faster on mozilla-firefox that mozilla-firefox-bin.

Thanks
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 8:39 pm    Post subject: Reply with quote

If you have emerged gentoolkit, you might try running revdep-rebuild before emerging mozilla-firefox to see if any of your system libraries have been broken by some other package update.
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 8:42 pm    Post subject: Reply with quote

yabbadabbadont wrote:
If you have emerged gentoolkit, you might try running revdep-rebuild before emerging mozilla-firefox to see if any of your system libraries have been broken by some other package update.

I did.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 8:45 pm    Post subject: Reply with quote

:oops: Sorry. I see that you already mentioned that in your original post.
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 8:54 pm    Post subject: Reply with quote

yabbadabbadont wrote:
:oops: Sorry. I see that you already mentioned that in your original post.

Well, we are both guilty of the same crime here. I did not try revdep-rebuild while firefox was unmerged. Also, it printed the following :
Code:
Calculating dependencies
emerge: there are no ebuilds to satisfy "=app-office/openoffice-bin-1.1.4".


Result is not OK, you have following choices:
- if emerge failed during build, fix the problems and re-run revdep-rebuild
    or
- use -X or --package-names as first argument (try to rebuild package, not exact
  ebuild - ignores SLOT!)
    or
- set ACCEPT_KEYWORDS="~<your platform>" and/or /etc/portage/package.unmask
  (and remove /root/.revdep-rebuild.5_order to be evaluated again)
    or
- modify the above emerge command and run it manually
    or
- compile or unmerge unsatisfied packages manually, remove temporary files and
  try again (you can edit package/ebuild list first)

To remove temporary files, please run:
rm /root/.revdep-rebuild*.?_*

Since the openoffice thing was before the recommandation to remove temporary files, I ignored it the first time. Now, there are plenty of broken stuff on my machine. I think it may have something to do with the packages I removed not long ago because they were listed in a
Code:
emerge --pretend --depclean

We may be getting somewhere here :)
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 9:05 pm    Post subject: Reply with quote

(makes supersticious warding sign) depclean is evil. :D
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 9:19 pm    Post subject: Reply with quote

yabbadabbadont wrote:
(makes supersticious warding sign) depclean is evil. :D

Yeah, I see it. It removed stuff I still needed, 4 libraries. Next I will reinstall mozilla-firefox instead of mozilla-firefox-bin. I hope this time it will work... Even on a Athlon XP 1700+, it takes time to compile... And those Athlon XP compile fast. It's the opposite of graphic manipulation where P4 are much faster.
I guess depclean dont consider USE flags that have been changed after the installation of a program, or something like that.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Thu Aug 04, 2005 9:30 pm    Post subject: Reply with quote

I know this is offtopic, but I was wondering how long it actually takes to compile.

I have an AthlonXP 2800+. When I used to use kde, it would literally take 20 hours to build the whole thing. Then I switched to just kdebase. Now it's Fluxbox all the way. (yeah, I know it's probably the drive speed that slowed things down)
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Thu Aug 04, 2005 9:40 pm    Post subject: Reply with quote

yabbadabbadont wrote:
I know this is offtopic, but I was wondering how long it actually takes to compile.

I have an AthlonXP 2800+. When I used to use kde, it would literally take 20 hours to build the whole thing. Then I switched to just kdebase. Now it's Fluxbox all the way. (yeah, I know it's probably the drive speed that slowed things down)

I'm not shure, something around 20mins to 30mins.

I'm finished reinstalling the 4 libs. I will reinstall mozilla-firefow later, while I will be eating.
Back to top
View user's profile Send private message
Dominic2
n00b
n00b


Joined: 26 Jul 2005
Posts: 31

PostPosted: Fri Aug 05, 2005 12:39 am    Post subject: Firefox segfault on startup [solved] Reply with quote

Now it works just fine. Thanks for your help :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum