-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Iframe webview: search can crash the process #126729
Comments
I currently suspect both crashes are the same. |
Both crashes are same with
|
I still get a crash when trying scenario 1: I haven't tried scenario 2, nor have I symbolicated the file yet. |
@rzhao271 which build of electron are you using with OSS ? The crash report indicates you are not using the internal version published recently for |
Can confirm you are using older version of Debt: add a |
I confirmed it works now. Thanks! |
Extracted from #125856 (for #96307)
I can reproduce 2 scenarios where a crash occurs:
Crash when document changes
0045564b-de8d-4298-972c-37c9c6e6650a.dmp.zip
Crash when reopening preview
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 whenwebiew
is enabled I think).The text was updated successfully, but these errors were encountered: