You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application that exports many commands with structs as arguments. Unfortunately, on Windows machines, the application crashes after the first execution of the any command with the error:
thread 'main' has overflowed its stack
error: process didn't exit successfully: `target\debug\tauri-commands-crash.exe` (exit code: 0xc00000fd, STATUS_STACK_OVERFLOW)
Describe the bug
I have an application that exports many commands with structs as arguments. Unfortunately, on Windows machines, the application crashes after the first execution of the any command with the error:
The same code is working on OSX.
I prepared a repository that shows crash: https://github.com/singerxt/tauri-command-crash
Reproduction
cd tauri-cmmand-crash && pnpm i
pnpm tauri dev
Expected behavior
The application will not crash.
Full
tauri info
outputStack trace
Additional context
The text was updated successfully, but these errors were encountered: