-
Notifications
You must be signed in to change notification settings - Fork 46
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
cannot launch Chrome app if test suite is interrupted #38
Comments
This happens on my system too: |
I'm wondering whether this has something to do with older versions of OSX |
I actually upgraded to 10.15 and still experience this. If I run tests, and then ctrl-c and stop the tests, I see that the process of Chrome was not killed. |
I've seen this as well on macOS 10.15.5. My daily driver is Chrome Canary, but I use stable Chrome for video calls and the like. Apparition uses stable Chrome (which is what I'd want), so I might not notice this for a day or two. I do have to really kill RSpec to trigger this. Pressing Ctrl-C once will interrupt RSpec and it will shut down cleanly. Pressing it twice will kill it immediately, and that's when the rogue Chrome processes will stick around. Our test suite also spins up some Redis instances that exhibit the same behavior in the same circumstances, so this may not be an Apparition-specific issue. |
Mac OS X 10.10.5
Chrome Version 79.0.3945.130 (Official Build) (64-bit)
Steps to reproduce:
Observe the chrome icon bounces a single time but app does not launch.
ps shows that chrome is not running, yet it will not launch without a reboot.
The text was updated successfully, but these errors were encountered: