-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
electronIssues and items related to ElectronIssues and items related to Electronfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderssandboxRunning VSCode in a node-free environmentRunning VSCode in a node-free environmentverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues
Milestone
Description
Extracted from #125856 (for #96307)
I can reproduce 2 scenarios where a crash occurs:
Crash when document changes
- open preview
- open file as well
- start search in preview
- change file by e.g. adding a word that is searched
- 💥 crash
0045564b-de8d-4298-972c-37c9c6e6650a.dmp.zip
Crash when reopening preview
- open a preview
- open find and start typing
- quickly close the preview
- open preview again
- 💥 crash
03b9b157-63f0-4749-b3e4-699582f41fad.dmp.zip
I am not sure if both crashes are the same.
For the second crash, I wonder if we are missing to call stopFind
once the editor closes (we do not even call this when webiew
is enabled I think).
Metadata
Metadata
Assignees
Labels
electronIssues and items related to ElectronIssues and items related to Electronfreeze-slow-crash-leakVS Code crashing, performance, freeze and memory leak issuesVS Code crashing, performance, freeze and memory leak issuesinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code InsiderssandboxRunning VSCode in a node-free environmentRunning VSCode in a node-free environmentverifiedVerification succeededVerification succeededwebviewWebview issuesWebview issues