Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Firefox Stuck in Mozilla Crash Reporter Loop

more options

When I launch Firefox, it briefly shows the Firefox window and then crashes and shows the Mozilla Crash Reporter. Attempting to restart (safe mode or otherwise) yields the same crash result and display of the Mozilla Crash Reporter.

I have uninstalled Firefox, cleaned up the "C:\Program Files (x86)\Mozilla Firefox" and "C:\Program Files\Mozilla Firefox" directories, cleaned up my "%USERPROFILE%\AppData\*\Mozilla\Firefox" directory, and then reinstalled the latest version of Firefox, but Firefox still crashes.

Not sure how much of this is relevant, but here's some more info... Prior to this issue, i was able to successfully launch and use Firefox (v42). Recently I installed the Selenium IDE plugin, and all continued to work fine. Yesterday I attempted to use the Selenium Firefox WebDriver which automatically installs another plugin, and that's when Firefox stopped working for me.

Can someone analyze crash report bp-420d7755-3c9a-4e9b-8def-c75702160223 (https://crash-stats.mozilla.org/home/products/Firefox) to see if they can determine the cause of the issue and a solution? Thanks!

When I launch Firefox, it briefly shows the Firefox window and then crashes and shows the Mozilla Crash Reporter. Attempting to restart (safe mode or otherwise) yields the same crash result and display of the Mozilla Crash Reporter. I have uninstalled Firefox, cleaned up the "C:\Program Files (x86)\Mozilla Firefox" and "C:\Program Files\Mozilla Firefox" directories, cleaned up my "%USERPROFILE%\AppData\*\Mozilla\Firefox" directory, and then reinstalled the latest version of Firefox, but Firefox still crashes. Not sure how much of this is relevant, but here's some more info... Prior to this issue, i was able to successfully launch and use Firefox (v42). Recently I installed the Selenium IDE plugin, and all continued to work fine. Yesterday I attempted to use the Selenium Firefox WebDriver which automatically installs another plugin, and that's when Firefox stopped working for me. Can someone analyze crash report bp-420d7755-3c9a-4e9b-8def-c75702160223 (https://crash-stats.mozilla.org/home/products/Firefox) to see if they can determine the cause of the issue and a solution? Thanks!

선택된 해결법

jscher2000 said

This looks like an incompatibility with your current version of WebSense. Could you review the potential solutions in the following thread and see whether any of them work for you: I have an issue with Firefox crashing even before it starts up.

My solution turned out to be a hybrid of this solution. Instead of creating an empty file qipcap.dll in the Firefox installation directory, I copied an existing, small DLL already in that directory, lgpllibs.dll, and named the copy qipcap.dll. That allowed Firefox to start without requiring me to dismiss the DLL error dialog each time.

문맥에 따라 이 답변을 읽어주세요 👍 2

모든 댓글 (4)

more options

This looks like an incompatibility with your current version of WebSense. Could you review the potential solutions in the following thread and see whether any of them work for you: I have an issue with Firefox crashing even before it starts up.

more options

Yes, it appears to be a WebSense issue. The technique in the thread you referenced allows me to manually get into Firefox, but since I am attempting to drive Firefox with the Selenium Firefox WebDriver, it isn't going to work for me. Each time Selenium runs a test case, it attempts to launch Firefox, but if I have to manually dismiss the DLL error dialog for each of the hundreds of automated test cases, that just ain't gonna fly.

Is there a blank DLL I can download that is valid but just doesn't implement anything?

more options

I don't personally know anything about the DLL hack, I usually suggest using the ESR edition of Firefox (details in the other thread).

more options

선택된 해결법

jscher2000 said

This looks like an incompatibility with your current version of WebSense. Could you review the potential solutions in the following thread and see whether any of them work for you: I have an issue with Firefox crashing even before it starts up.

My solution turned out to be a hybrid of this solution. Instead of creating an empty file qipcap.dll in the Firefox installation directory, I copied an existing, small DLL already in that directory, lgpllibs.dll, and named the copy qipcap.dll. That allowed Firefox to start without requiring me to dismiss the DLL error dialog each time.