Closed Bug 1278924 Opened 8 years ago Closed 8 years ago

Firefox version 47.0 crashing while opening through selenium web driver

Categories

(Firefox :: Untriaged, defect)

47 Branch
Other
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1278605

People

(Reporter: pulak.pattanayak, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160502172042

Steps to reproduce:

I am trying to run a simple script using selenium and Firefox.
Please find the details:
Platform : Windows
Python Version: Python 2.7.11
selenium module version : 2.53.2



Actual results:

While opening the browser it is crashing and showing ''Firefox has stopped working"


Expected results:

This issue is not reproducible on Version 46.0.1
OS: Unspecified → Windows 7
Priority: -- → P1
Hardware: Unspecified → Other
Version: 46 Branch → 47 Branch
If it doesn't reproduce on 46.0.1, on what version *are* you seeing the problem?
Group: firefox-core-security
Flags: needinfo?(pulak.pattanayak)
Priority: P1 → --
(In reply to :Gijs Kruitbosch from comment #1)
> If it doesn't reproduce on 46.0.1, on what version *are* you seeing the
> problem?

ah, so that's in the summary but not in comment #0 - sorry.

Do you have a crash stack, from about:crashes or a debugger?
The source of the selenium script might also help.
Code:

from selenium import webdriver
driver = webdriver.Firefox()
driver.get("https://www.google.com")

The issue is with 47.0 NOT with 46.0

When i downgraded its working fine
Reporter, could you install mozregression to find a regression range, please.
http://mozilla.github.io/mozregression/
Run the command "mozregression --good=46" then copy here the final pushlog.
See Also: → 1278969
See http://github.com/seleniumhq/selenium/issues/2110
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Flags: needinfo?(pulak.pattanayak)
Resolution: --- → DUPLICATE
See Also: 1278969
Thanks
You need to log in before you can comment on or make changes to this bug.