Firefox crashing

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Firefox crashing
# 1  
Old 07-17-2011
Firefox crashing

Firefox keeps on crashing every time I try to run it. I tried to create a new profile with no luck. When I try to open up the profile manager firefox crashes. I even deleted my profile folder and tried to start with a new profile. That did not work either. I don't know what the problem could be. I am not getting any error messages.
# 2  
Old 07-17-2011
Can you reinstall Firefox and see if that works?

If not check this page for troubleshooting:

Firefox crashes when you open it | Troubleshooting | Firefox Help
# 3  
Old 07-18-2011
Quote:
Originally Posted by COKEDUDE
I am not getting any error messages.
In case you don't already: try starting it from the command line. You might get some error messages you don't see when you start it from a graphical environment.

I hope this helps.

bakunin
# 4  
Old 07-18-2011
Starting Firefox in Safe Mode is also a good way to check if there is any add-on that cause the crash problem.
# 5  
Old 07-18-2011
What operating system? 32-bit or 64-bit? Did it work before? Did it stop working after you changed something on your system? Have you disabled all extensions and plugins?
# 6  
Old 07-20-2011
Quote:
Originally Posted by jostber
Can you reinstall Firefox and see if that works?

If not check this page for troubleshooting:

Firefox crashes when you open it | Troubleshooting | Firefox Help
Any idea what this means?

https://crash-stats.mozilla.com/repo...7-031752110716

Quote:
Originally Posted by bakunin
In case you don't already: try starting it from the command line. You might get some error messages you don't see when you start it from a graphical environment.

I hope this helps.

bakunin

It didn't give me any error messages.

Quote:
Originally Posted by jostber
Starting Firefox in Safe Mode is also a good way to check if there is any add-on that cause the crash problem.
Safe mode wouldn't work.

Quote:
Originally Posted by fpmurphy
What operating system? 32-bit or 64-bit? Did it work before? Did it stop working after you changed something on your system? Have you disabled all extensions and plugins?
Fedora 15
32 bit
Yes
No. It was random.
The normal way wouldn't work so I deleted my profile folder and tried to let firefox create a new profile folder for me.



Using these commands fixed it. The normal methods of fixing firefox didn't work. So I tried to be VERY VERY thorough. I don't think the chmod helped me fix my problem but I thought I would mention it just in case someone has this problem in the future.

Code:
sudo yum remove firefox
find / -iname *firefox* 2>/dev/null
find / -iname *mozilla* 2>/dev/null
sudo rm -r /usr/share/mozilla
sudo rm -r /usr/lib/mozilla
sudo yum remove xulrunner
sudo chmod a-rw /usr/share/kde4/services/useragentstrings/firefox*
sudo yum install firefox-4.0.1-1.fc15.i686

# 7  
Old 08-25-2011
re

  1. In the Firefox Location bar, go to about:crashes. A page listing crash reports that you've submitted will appear.
    • If you cannot start Firefox,
  2. Click on the latest crash under Report ID.
These 2 Users Gave Thanks to 3magic For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Application keep on crashing need to troubleshoot

Hi experts, I am using RHEL as my distro and I have a very important application running on that server. That application is a third party application and I don't have control with the source. That application keeps on crashing or stop like every other day and it doesn't have any traces on... (1 Reply)
Discussion started by: cwiggler
1 Replies

2. Solaris

Solaris V440 keeps crashing

Hi, I have Sun Solaris V440, every two days or so, the system crashes and it's at OK prompt. After that I do the FSCK and clear all the bad sectors. Then system stays up for close to 48 hours. Then it crashes again. I checked the logs and I don't see anything under /var/adm/messages file. ... (1 Reply)
Discussion started by: samnyc
1 Replies

3. UNIX for Dummies Questions & Answers

Random Crashing

Over the last month or so my CentOS server has been crashing for reasons I do not know. It has been running for over a year with regular yum updates without problems. The load on the server is perfectly normal with CPU usage at 5-6% and RAM usage at less than half of 32GB of RAM (multiple smaller... (3 Replies)
Discussion started by: spinner0205
3 Replies

4. UNIX for Advanced & Expert Users

mozilla mail crashing

Hi , OS : LINUX rhel 4 Since last 3 weeks , when try to down load any file from mozilla , it crashes ? Searched the MOZILLA site for probable solutionbut could not get the solution. Tried login as root cd ~ rm -rf .mozilla/... (1 Reply)
Discussion started by: vakharia Mahesh
1 Replies

5. Web Development

MySQL Server Crashing need Help

Hi, we have some problem with mysql high cpu , would like some help with MySQL Tuning here are the mysqltuner & tuning-primer details mysqltuner: # mysqltuner >> MySQLTuner 1.1.1 - Major Hayden <major@mhtx.net> >> Run with '--help' for additional options and output filtering --------... (1 Reply)
Discussion started by: cataplexy
1 Replies

6. Programming

Why this C program is crashing?

Hi, Why I am getting 'SIGSEGV' in the following code? char* p="abcde"; printf("%s", 3); // Segmentation Fault (core dump) Kindly help me to understand what exactly makes the program to crash or the reason for the crashing. (7 Replies)
Discussion started by: royalibrahim
7 Replies

7. Red Hat

Fedora 11 crashing help

Using Fedora 11, just about every day the system started crashing. Becomes unresponsive to keyboard/mouse, nothing appears on screen but box is still running. Still responds to ping, arp address stays alive in the firewall, other than that its unresponsive Where can I look to find out... (1 Reply)
Discussion started by: ippy98
1 Replies

8. Solaris

Solaris 10 crashing

Hi, My system is crashing with following error .. i tried to boot from the network and unencapsulated the root disk from SVM .. but still not able to boot the box , can any one point me to some direction .. i do not want to build the box new as of now just want to troubleshoot if possible.. ... (3 Replies)
Discussion started by: fugitive
3 Replies

9. Programming

c++ class keeps crashing

i just started learning to prog in c++, im using netbeans. i tryed to make a class and i keep getting this error. what am i doing wrong ? ----------------------------- class test { public: int funtime(); private: int time; }; int test::funtime()... (4 Replies)
Discussion started by: akira300
4 Replies
Login or Register to Ask a Question