Open
Description
Steps to reproduce:
- create a tauri app (in my case with sveltekit, but i don't think it matters)
- use the
open
Dialog from@tauri-apps/plugin-dialog
somewhere - build the app (eg
npm run tauri build -- --no-bundle
) - execute the binary (eg
./src-tauri/target/release/tauri-dialog-core-dump
) - open and close the dialog
- close the main window
Aborted (core dumped)
OS: openSUSE Tumbleweed x86_64
"Minimal" example : https://github.com/onlyJakob/tauri-dialog-core-dump