-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Workbench stays empty after reload with devtools open #100740
Comments
To repro the node inspector freeze, I tried
which didn't show the freeze, are there other steps to follow ? |
Also do you see this issue only on macOS or any other platform too ? |
I'm seeing this on Windows 1909 as well |
I see this with Insiders on Windows (not running out of source) |
I think root issue cause is same as #100783 |
I did have a markdown file open... |
@joaomoreno when the window stays empty do you see any errors printed to the "Console" tab? |
No errors, no output. |
This seems to happen only with dev tools open. There were no webviews inside Code. So it definitely doesn't seem to be a duplicate of the other issue. This is the same issue @jrieken and I reported last time we updated to E8. It's random and occurs on reload with devtools open. I'll keep trying to get a consistent repro. |
Thanks, removing myself as this seems unrelated to the webview state issue I just pushed a fix for. |
@joaomoreno having a reliable would be great! Also next time you see this, can you take a process dump of the window with https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer , look out for |
I was able to reproduce on Linux, steps:
However this immediately resolved itself once I closed all source tabs that I had opened so it must be related, the ones I had opened were: Another weird thing is that I seem to be having to times |
Output in console until the hang:
|
I have reproducible steps now on Linux with a fresh user data dir:
|
I managed to get minidumps on Windows, attached here (2 due to one being shared process I think): |
It seems to be this one:
|
Opening for #100368 (comment) |
@joaomoreno issue identified by Rob turned out to be a different one #103124 Can we sit down together in a call to debug the issue you are facing. |
Closing as steps don't repro in recent versions. |
I am forced to kill Code and restart
./scripts/code.sh
.Seems related to the Electron 8 update, since it started happening today.
The text was updated successfully, but these errors were encountered: