Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Firefox/thunderbird segmentation fault
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
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Mon Oct 18, 2004 12:52 pm    Post subject: Firefox/thunderbird segmentation fault Reply with quote

I put the web developer's toolbar on firefox, and now I am not able to start any mozilla product. The error I get is the same for both-
Code:

firefox --sync
/usr/bin/firefox: line 88: 26025 Segmentation fault      $mozbin "$@"

I have tried emerge -C on firefox and removed all old configuration files before remerging. Remerged fluxbox and xorg also... Does anyone have any suggestions for me? Glinks is nice, but I would like firefox back
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Al Mo
n00b
n00b


Joined: 17 Oct 2004
Posts: 9

PostPosted: Mon Oct 18, 2004 3:23 pm    Post subject: I had the same problem Reply with quote

https://forums.gentoo.org/viewtopic.php?t=238352


HTH

-Al
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Mon Oct 18, 2004 8:15 pm    Post subject: Reply with quote

I remerged qt, but I am still having the same problem.
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Hibbelharry
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2003
Posts: 88
Location: Bremen, Northern Germany

PostPosted: Tue Oct 19, 2004 1:33 am    Post subject: Reply with quote

I hab exactly the same problem, and it seems it was a kind of kernel issue. problems startes after using kernel 2.6.9-rc4-mm1, and switching many of the options in kernel configuration didn't do the trick for me. i now use a hand patched 2.6.9-rc4 kernel ( without mm) and mozilla apps worlk flawless like they ever did. strange....
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Tue Oct 19, 2004 2:27 am    Post subject: Reply with quote

I downgraded to gentoo-dev-sources-2.6.8-r9, but I still get the same error.
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Insanity5902
Veteran
Veteran


Joined: 23 Jan 2004
Posts: 1228
Location: Fort Worth, Texas

PostPosted: Tue Oct 19, 2004 2:38 am    Post subject: Reply with quote

Yes kernel 2.6.9-rc4-mm1 does not work with gecko based browsers due to one of the patches it puts in.

You can remove the patch by downloading it here

then run this command
Code:
patch  -p1 -R < /patch/to/downloaded.patch


I just did it and it now works.[/code]
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Tue Oct 19, 2004 3:05 am    Post subject: Reply with quote

I forgot to put this in before... This is what I get when I try to run firefox normally. (I used the --sync option in the previous post).
Code:

firefox
No running windows found
The program 'Gecko' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadDrawable (invalid Pixmap or Window parameter)'.
  (Details: serial 1322 error_code 9 request_code 55 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
krital
n00b
n00b


Joined: 27 Aug 2003
Posts: 4
Location: Washington, DC

PostPosted: Tue Oct 19, 2004 4:11 am    Post subject: I had the same problem Reply with quote

Check your font configs. I think the latest ebuild of xorg modified font permissions in /usr/share/fonts/windows. They're probably mode 441; you should have them as 644:
Code:

# chmod 644 /usr/share/fonts/windows/*

Beyond this, there are a number of other posts in the forums. Hope this helps.
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Tue Oct 19, 2004 4:36 am    Post subject: Reply with quote

That isn't it either. None of the post I've found have addressed this issue in particular... Lots of good ideas put out so far though... it's much appreciated.
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
younker
Apprentice
Apprentice


Joined: 18 Feb 2004
Posts: 280
Location: China

PostPosted: Tue Oct 19, 2004 4:49 am    Post subject: Reply with quote

don't USE -O3 to compile firefox, mozilla, thunderbird
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Tue Oct 19, 2004 1:44 pm    Post subject: Reply with quote

I do have them compiled with the -O3 flag, but they worked before with it enabled. I completely removed xorg last night (configs and all) and remerged, but hasn't changed anything either... Odd.
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Thu Oct 21, 2004 11:21 am    Post subject: Reply with quote

I did an emerge -e world, and I am still getting the same error.
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
Back to top
View user's profile Send private message
Jarhead
Guru
Guru


Joined: 26 Mar 2004
Posts: 474

PostPosted: Thu Oct 21, 2004 3:10 pm    Post subject: Reply with quote

I don't know what I did, but both programs started working this morning. Thanks for your efforts!
_________________
Hats off to everyone in leadership, developmental, or administrative capacities for Gentoo Linux. Your hard work is very much appreciated.
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