-
Notifications
You must be signed in to change notification settings - Fork 73
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
Chromedriver stops immediately after launch with vscode 1.51.0 and 1.51.1 #204
Comments
@dcermak can you share the environment this is happening on? I'd like to replicate the circumstances, see if there is a way out of this. |
Sorry for forgetting about this completely… This is in my testing environment for the open-build-service-connector. In theory you should get the same thing as I, if you run |
So, I've come back to this and ran my ui tests on a fresh checkout from the master branch and the same issue is still there: the ui tests fail with vscode newer than 1.51.0. One thing that I'm wondering about: could this be related to me using webpack to bundle my extension? I don't think it should, but I just say #214 and the extension mentioned there uses gulp for minification as far as I know. |
This actually appears to be a crash in vscode that only occurs under chromedriver: microsoft/vscode#114635 |
I have resolved this issue, it was caused by me messing with LD_PRELOAD a bit too much. |
hey @dcermak, I am currently facing the problem described in #214 and we are using webpack and LD_PRELOAD to load into the process refer https://github.com/metalbear-co/mirrord/blob/main/vscode-ext/src/extension.ts . Could you please describe how did you end up fixing your issue? Thanks! |
My test pipeline using vscode-extension-tester has recently been experiencing some problems: vscode simply dies immediately after being launched after about a second. I have tried to debug this issue a bit, but I have been only able to find out that this issue occurs with vscode 1.51.0 and 1.51.1. The previous versions work just fine.
Also, vscode does not appear to really crash. At least there is no coredump or anything else that would indicate that. Instead chromedriver appears to simply just stop. I have tried to increase the logging level of chromedriver via the
logLevel
parameter tosetupAndRunTests
, but the log unfortunately includes no indication what would be the error besides:which just indicates that the chromedriver stops for some reason.
Any idea how to debug this further?
The text was updated successfully, but these errors were encountered: