-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[bug] tauri dev periodically crashes with no stack trace or log #8284
Comments
Note, there are two of |
I wonder if it's related to #8183 🤔 |
I'm not sure if it's the same issue, but I'm having a similar problem as well. No idea what it means, couldn't find anything whatsoever on the internet, and I don't know how to fix it. |
Not quite same, I didn't see output like |
Might be related to #8177 |
Why do you think it might be related to #8177? I only ask because my app uses events very heavily. To give you an idea of just how heavily, I'm making a file explorer app which uses tauri events to send file system update events to the frontend. If I were to guess, in some cases upwards of 20 file system events would be being sent in only a second (this is especially bad in react strict mode). |
@Jamzy01 try the mitigation I described here: #8177 (comment) |
I've just tried this. Before and after running 'npm run tauri dev' it results in a BSOD saying APC_INDEX_MISMATCH |
It worked just fine for me. Although I can't test if it actually fixed the issue since my app isn't currently in a state where I can test it; additionally, it only happened randomly, so it's not easy for me to reproduce. |
Think this was a system issue for myself actually - No issues now |
Describe the bug
When run
tauri dev
, it crashes periodically without any log/stacktrace.Project source: https://github.com/lightsing/PromptStudio
Reproduction
pnpm install
RUST_LOG=trace
andRUST_BACKTRACE=1
pnpm tauri dev
Expected behavior
at some point, it will crash or the window disappears
the console will print things like:
there won't be any like Rust panic traces or any ERROR level log.
The log will also store in
%localappdata%\lightsing\gpt-editor\cache
Platform and versions
Stack trace
Additional context
No response
The text was updated successfully, but these errors were encountered: