tauri-apps / plugins-workspace

All of the official Tauri plugins in one place!
https://tauri.app
Apache License 2.0
930 stars 260 forks source link

[bug] [dialog] core dump on window close, when using open dialog #1635

Open onlyJakob opened 2 months ago

onlyJakob commented 2 months ago

Steps to reproduce:

  1. create a tauri app (in my case with sveltekit, but i don't think it matters)
  2. use the open Dialog from @tauri-apps/plugin-dialog somewhere
  3. build the app (eg npm run tauri build -- --no-bundle)
  4. execute the binary (eg ./src-tauri/target/release/tauri-dialog-core-dump)
  5. open and close the dialog
  6. close the main window
  7. Aborted (core dumped)

OS: openSUSE Tumbleweed x86_64 "Minimal" example : https://github.com/onlyJakob/tauri-dialog-core-dump

onlyJakob commented 3 weeks ago

still reproducible in the tauri v2 release https://github.com/onlyJakob/tauri-dialog-core-dump/commit/1a87686eeb3c957eb50b21766955d39a90876d94