LinkBack Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-Sep-2009, 03:30 AM
Senior Member
 
Join Date: Feb 2008
Location: England, UK
Posts: 242
mikewillis 1-9 reputation points
Default Re: Firefox 3.0.13 fails with a segmentation fault

Hmmm. Firefox 3 for SLED 11 is built on xulrunner but I don't know if that's true for SLED 10. The packaging is certainly going to be different to some degree due to what has to be done to get Firefox 3 working on SLED 10.
If you have packages with names starting mozilla-xulrunner then remove them and re-install them. Similarly for any packages with names starting firefox3- those are all the libraries Novell have had to add to make Firefox 3 work.

The best way to uninstall stuff in this situation is using the rpm command and -e.

Code:
$ rpm -e packgename packagename packagename
As that removes the packages without checking for dependencies. (I.e. if you'd removed the MozillaFirefox packages this way you wouldn't have had to remove beagle-firefox). You shouldn't use that usually, but so long as you make sure to re-install all the packages you uninstall then it's fine.

If that doesn't work then try removing Firefox plugins. Go in to /usr/lib/browser-plugins and one by one move each file in there somewhere else then try running Firefox. Maybe Firefox will start working at some point. If it does then you've hopefully found the culprit. Move the last file you moved back in to /usr/lib/browser-plugins and then use
Code:
$ rpm -qf filename
to see which package it belongs to. Then uninstall and re-install that package.

If that still doesn't work, run Firefox under strance

Code:
$ strace -f -o ffstrace firefox
Look at the end of the ffstrace file and there might be a clue.
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -6. The time now is 04:47 AM.


© 2007 Novell, Inc. All Rights Reserved.

Search Engine Friendly URLs by vBSEO 3.3.0 RC2