Closed Bug 1281711 Opened 8 years ago Closed 8 years ago

Firefox Crashes with geckodriver.exe

Categories

(Firefox :: Untriaged, defect)

x86_64
Windows Server 2008
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1278605

People

(Reporter: Arfst.Braren, Unassigned, NeedInfo)

Details

(Keywords: crash)

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/601.6.17 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.17

Steps to reproduce:

With Firefox 47.0
Java Test Case:
public static void main(final String [] args)
    {
        WebDriver driver = null;
        System.setProperty("webdriver.gecko.driver",
                        "C:\\Transfer\\Selenium\\geckodriver.exe");

        final DesiredCapabilities capabilities = DesiredCapabilities.firefox();
        capabilities.setCapability("marionette", true);
        driver = new FirefoxDriver(capabilities);
        driver.get("http://www.warnerbros.com/archive/spacejam/movie/jam.htm");
        driver.manage().window().maximize();

    }


Actual results:

Crash: Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	firefox.exe
  Application Version:	47.0.0.5999
  Application Timestamp:	57535440
  Fault Module Name:	xul.dll
  Fault Module Version:	47.0.0.5999
  Fault Module Timestamp:	575365bf
  Exception Code:	c0000005
  Exception Offset:	00533101
  OS Version:	6.1.7601.2.1.0.272.7
  Locale ID:	1031
  Additional Information 1:	0a9e
  Additional Information 2:	0a9e372d3b4ad19135b953a78882e789
  Additional Information 3:	0a9e
  Additional Information 4:	0a9e372d3b4ad19135b953a78882e789


Expected results:

Website appears on screen
OS: Unspecified → Windows Server 2008
Hardware: Unspecified → x86_64
Do you have crash reports in the page about:crashes? If yes, post URLs (bp-...).
Flags: needinfo?(Arfst.Braren)
Keywords: crash
No crash reports have been submitted
Flags: needinfo?(Arfst.Braren)
Could you please try to reproduce the issue and submit the crash report id link for future investigation?

You can find the Report ID in the about:crashes page.
Flags: needinfo?(Arfst.Braren)
This bug has been fixed with Firefox 47.0.1.
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.