Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6539959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T10:55:15+00:00 2026-05-25T10:55:15+00:00

I am using Webdriver implemented through Python to run my selenium test scripts in

  • 0

I am using Webdriver implemented through Python to run my selenium test scripts in IE; however, when I call webdriver.quit(), this will randomly cause python to crash. When a test case ends and webdriver.quit is called, a windows prompt pops up detailing that python.exe has crashed. Upon going to the event viewer and looking at one of these errors, I found the following:

-General-
Faulting application name: python.exe, version: 0.0.0.0, time stamp: 0x4cf14060
Faulting module name: IEDriver.dll, version: 0.0.0.0, time stamp: 0x4e2dbecc
Exception code: 0xc0000005
Fault offset: 0x0007f0ae
Faulting process id: 0x2148
Faulting application start time: 0x01cc6ca18a2b2d5a
Faulting application path: C:\Python27\python.exe
Faulting module path: C:\Python27\lib\site-packages\selenium\webdriver\ie\IEDriver.dll
Report Id: e1f5cf3c-d894-11e0-ac1f-782bcb930798

-Detailed-
Log Name:      Application
Source:        Application Error
Date:          9/6/2011 10:31:18 AM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      Balt-002670.SYSALLI.com
Description:
Faulting application name: python.exe, version: 0.0.0.0, time stamp: 0x4cf14060
Faulting module name: IEDriver.dll, version: 0.0.0.0, time stamp: 0x4e2dbecc
Exception code: 0xc0000005
Fault offset: 0x0007f0ae
Faulting process id: 0x2148
Faulting application start time: 0x01cc6ca18a2b2d5a
Faulting application path: C:\Python27\python.exe
Faulting module path: C:\Python27\lib\site-packages\selenium\webdriver\ie\IEDriver.dll
Report Id: e1f5cf3c-d894-11e0-ac1f-782bcb930798
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2011-09-06T14:31:18.000000000Z" />
    <EventRecordID>7302</EventRecordID>
    <Channel>Application</Channel>
    <Computer>Balt-002670.SYSALLI.com</Computer>
    <Security />
  </System>
  <EventData>
    <Data>python.exe</Data>
    <Data>0.0.0.0</Data>
    <Data>4cf14060</Data>
    <Data>IEDriver.dll</Data>
    <Data>0.0.0.0</Data>
    <Data>4e2dbecc</Data>
    <Data>c0000005</Data>
    <Data>0007f0ae</Data>
    <Data>2148</Data>
    <Data>01cc6ca18a2b2d5a</Data>
    <Data>C:\Python27\python.exe</Data>
    <Data>C:\Python27\lib\site-packages\selenium\webdriver\ie\IEDriver.dll</Data>
    <Data>e1f5cf3c-d894-11e0-ac1f-782bcb930798</Data>
  </EventData>
</Event>

Through debugging methods, I have determined that the following line of code is causing the crash:

RemoteWebDriver.quit(self)

This function call is located in the IE version of the webdriver.py module.

System specs:

OS : Windows 7

Browser: IE 9

Selenium version: 2.0

As Tourman suggested, I opened an issue up with the Selenium developers. The issue can be found here:
http://code.google.com/p/selenium/issues/detail?id=2408

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T10:55:16+00:00Added an answer on May 25, 2026 at 10:55 am

    It sounds like a bug in Webdriver, but without a stack trace and the offending function code there’s not a whole lot to look at.

    I would bring it up to the developers:

    http://code.google.com/p/selenium/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

using selenium 2 with webdriver one of my scripts needs to save a report
I'm using Selenium 2/Webdriver with python and I want to click on the first
I'm using Selenium Java 2.0b3 . I have this code: ... WebDriver driver =
I tried Selenium 2.0 (documentation says it's using WebDriver) as so: java -jar selenium-server-standalone-2.0a1.jar
What is the most convenient way using Selenium WebDriver to check if an URL
Is it possible to take a screenshot using Selenium WebDriver? (Note: Not Selenium Remote
i was running a test remotely on internet explorer, and when using navigate().to() selenium
I have been using Selenium Webdriver successfully with JAR downloaded from their pages or
I am using Visual Studio 2010 to write Selenium 2 Webdriver automated tests in
I've been using selenium 1, but now want to migrate to selenium2/webdriver. To be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.