Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox crashes

  • 7 replies
  • 1 has this problem
  • 16 views
  • Last reply by FredMcD

more options

Firefox 59 (Beta) crashed with when running python selenium script which set preference ('media.navigator.permission.disabled', True) on Firefox. Firefox 58 works fine. Firefox 59 crashed when our scripting is trying to use the camera and mic on browser. It seems to be a Firefox bug.

Here are the code:

def setUpClass(cls):

if browser == 'firefox': d1 = DesiredCapabilities.FIREFOX d1['loggingPrefs'] = { 'browser':'ALL' }

fp1 = webdriver.FirefoxProfile() fp1.set_preference ('media.navigator.permission.disabled', True) fp1.update_preferences() cls.driver = webdriver.Firefox(firefox_profile=fp1, capabilities=d1)

Firefox 59 (Beta) crashed with when running python selenium script which set preference ('media.navigator.permission.disabled', True) on Firefox. Firefox 58 works fine. Firefox 59 crashed when our scripting is trying to use the camera and mic on browser. It seems to be a Firefox bug. Here are the code: def setUpClass(cls): if browser == 'firefox': d1 = DesiredCapabilities.FIREFOX d1['loggingPrefs'] = { 'browser':'ALL' } fp1 = webdriver.FirefoxProfile() fp1.set_preference ('media.navigator.permission.disabled', True) fp1.update_preferences() cls.driver = webdriver.Firefox(firefox_profile=fp1, capabilities=d1)

All Replies (7)

more options

LinWoo said

Firefox 59 (Beta) crashed

You should get the normal program from; Download Firefox For All languages And Systems {web link}


In the address bar, type about:crashes<enter>. Note: If any reports do not have BP- in front of the numbers/letters, click it to submit them.

The crash report is several pages of data. We need the report numbers to see the whole report.

Using your mouse, mark the most recent 7 - 10 crash reports, and copy them. Now go to the reply box and paste them in.

aboutcrashesFx29

For more help on crash reports, see; https://support.mozilla.org/en-US/kb/firefox-crashes-asking-support

more options

Hi, The Firefox 59.0.2 crash problem happened on Windows and sometimes on Mac. The crash report was not generated as it happened during automation. The system does not show any crash report when we type about:crashes on Firefox. Please help to fix this crash problem.

more options

LinWoo said

The crash report was not generated as it happened during automation.

What does this mean?

Without a crash report, this will be slow going. Have you upgraded to the normal (not beta) Firefox?

We need as many details as you can give us. What was Firefox doing at the time? Anyone watching? Playing a clip? Processing something?

more options

Firefox 59.0.2 crashes on my Window 10. I copied the link here: https://crash-stats.mozilla.com/report/index/5f9a3d7c-b885-4204-918b-eda9f1180423 https://crash-stats.mozilla.com/report/index/4786867b-c528-47ec-bae0-bedd31180423

Please let me know if you need more info. Thanks!

more options

Product Firefox Release Channel release Version 59.0.2 Build ID 20180323154952 OS Windows 10 OS Version 10.0.16299

bp-5f9a3d7c-b885-4204-918b-eda9f1180423 bp-4786867b-c528-47ec-bae0-bedd31180423

Signature: mozilla::TransceiverImpl::UpdateVideoConduit

igd10iumd64.dll = Intel HD Graphics Drivers for Windows 8(R) = Intel Corporation


See if there are updates for your graphics drivers https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-acceleration

more options

We don't think that it is a graphic driver issue as we just updated the graphic driver.

more options

I called for more help.