Closed HomyeeKing closed 1 month ago
Please explain what that video is showing
Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.
Happy Coding!
I search something at the extension detail page, then switch the tab, vscode got crash and exit
only can reproduce w/ the search operation(command + f), disable all the extension will be fine
This looks possibly like a crash from the iframe search changes we did?
@HomyeeKing Can you please follow the steps in https://github.com/Microsoft/vscode/wiki/Native-Crash-Issues to get at more details around the crash and attach the result here? Thanks!
cc @deepak1556
no offend, doesn't the dump file contain some private information?
can you reproduce the issue at local and get the dmp
yourself?
It should not contain private information, for example it does not contain any memory, but @deepak1556 can confirm.
Looks like there's a regression in the iframe search code symbolicated-58-2.log
Repro steps
You can reproduce the issue also without switching tabs.
Makes searching for keywords in different extension pages quite frustrating.
Please explain what that video is showing
Do you still need additional information ?
Any updates on this issue?
Any updates? It's very annoying bug. Imagine you need to go through long documentation written in markdown:
@rzhao271 I just confirmed that the simple repro in https://github.com/microsoft/vscode/issues/177046#issuecomment-1821088181 still crashes today's Insiders. Perhaps once you're through the current endgame you can take a fresh look at this and try to get it fixed. In my experience it's very rare for VS Code to crash as comprehensively as it does with this repro.
Thanks for the ping. I just noticed that Sandeep closed some duplicates of this issue in the last few months, too. Considering this bug most likely has to do with the patched version of Electron that VS Code uses, I'd like to see if I can get this assigned as a plan item for next iteration.
Is there a workaround for custom webviews such that VS Code does not crash even when enabling the "Find Widget"?
I don't want to disable this feature since it is very useful for our webviews...
Today I also faced this issue when I open preview for markdown file and then do some search then vs code crashes
The current workaround is to close the find widget before switching away from the Markdown preview to prevent a crash. I am reviewing some implementation details but have not had the time to create a patch in VS Code's Electron yet.
No longer reproducible after Electron 32 bump 👍
Version: 1.95.0-insider Commit: af6645a661a5402af586154207ee2ea3742f3bea Date: 2024-10-04T12:46:44.894Z Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code-Insiders/1.95.0-insider Chrome/128.0.6613.162 Electron/32.1.2 Safari/537.36
I'm not sure if this is the same issue, but when I often switch tabs, the whole window will freeze.
Version: 1.94.2 Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Linux x64 6.11.4-amd64 (wayland)
@mro95 if you mean editor tabs, that definitely sounds like a different issue. Could you file a new issue and attach a gif or video of the issue, please?
I faced this issue today. when I move between a readme and its preview, the vs code crashed. it happens so many times and still is happening.
@0xcoinymous what version are you using?
@0xcoinymous what version are you using?
Version: 1.94.2 (system setup) Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.19045
Please update to the current release, 1.95.1
Does this issue occur when all extensions are disabled?: No
I search something at the extension detail page, then switch the tab, vscode got crash and exit
only can reproduce w/ the search operation(command + f), disable all the extension will be fine
Steps to Reproduce:
https://user-images.githubusercontent.com/49113249/224913712-5d54a2cb-d6f4-4a7f-a9da-39e8effca8c1.mov