Opera crashes when opening FileSystemDirectoryHandle serliazied in IndexedDB
-
jozefchutka last edited by
Opera 118 on Win 10 Home 22H2 crashes when opening FileSystemDirectoryHandle serliazied in IndexedDB. To reproduce:
- visit https://vscode.dev
- click "Open Folder"
- Create a new folder like "Tmp" inside ~Downloads and select
- vscode has now opened the directory
- close Opera app
- open Opera
- visit https://vscode.dev
- click "Open Recent"
- pick again the already listed "Tmp" directory
- Opera crashes/closes/reopens
This only happens with Opera, while Chrome and Edge works ok without crashes using the same chromium version.
Being able to reproduce the same on my project, my guess is, that this crash is related to reading FileSystemDirectoryHandle stored in IndexedDB.
-
leocg