Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IE crashes on load reference: #3 #38

Open
Duskfall opened this issue Oct 19, 2015 · 3 comments
Open

IE crashes on load reference: #3 #38

Duskfall opened this issue Oct 19, 2015 · 3 comments

Comments

@Duskfall
Copy link

Windows 7 64 bit
IE 11

When no instance of ie is running the karma can launch IE with no problem.
When already having an instance of IE open, it fails to open an IE window. Case same as #3

@aciccarello
Copy link

I'm running into the same issue. If IE is already open, karma will launch 3 instances of IE and crash.

@thorsten
Copy link

same here

@sspringer82
Copy link

The IE process started by karma is exiting with code 0 but is not terminated properly by windows. Karma has a retry count of 2 in order to start the configured browsers. In all 3 cases the spawn is exited with code 0 but browser instances are still running and not terminated properly.
If you rerun your tests Karma is saying: No captured browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants