Skip to content
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

Create minidump when crashed on Windows #58

Open
ultimaweapon opened this issue Jan 9, 2023 · 3 comments
Open

Create minidump when crashed on Windows #58

ultimaweapon opened this issue Jan 9, 2023 · 3 comments
Labels
T-enhancement Type: Enhancement

Comments

@ultimaweapon
Copy link
Member

So we can see the stack trace when user reporting an issue. We may also need to enable PDB file for the release build.

@VocalFan
Copy link
Member

We can have a log file of sorts. Warnings, errors, exceptions, all that.

@ultimaweapon
Copy link
Member Author

That one we already have. Logging only tell roughly what going on but does not provide the exact location where the crash happened. With minidump we can see everything like variable value, stack trace, etc. #48 is the example case that minidump will be useful. If we have minidump we will know the root cause immediately.

@ultimaweapon
Copy link
Member Author

We may use this library https://github.com/rust-minidump/minidump-writer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-enhancement Type: Enhancement
Development

No branches or pull requests

2 participants