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

minidump-stackwalk errors are not handled #1

Open
xparadoxical opened this issue Apr 28, 2024 · 0 comments
Open

minidump-stackwalk errors are not handled #1

xparadoxical opened this issue Apr 28, 2024 · 0 comments

Comments

@xparadoxical
Copy link

xparadoxical commented Apr 28, 2024

  1. Download the example crashdump (geode discord)
  2. minidump-stackwalk.exe --output-file out.log --symbols-url https://symbols.xyze.dev/ Crash_2024-04-27_13.07.05.dmp --log-file log.log - this is the command the bot uses + logging redirected to a file
    • for reference, I used v0.21.1
  3. out.log is empty, log.log contains ERROR MissingThreadList - Error processing dump: The thread list stream was not found.
  4. Now the bot would send the empty out.log with a success text.

The bot should find any errors in the log and report them instead. minidump-stackwalk's log messages have a log level prefix. By default, verbosity is set to error. The line with the error can easily be found, the remainder of the line can be extracted, and an exception can be thrown before L66.

Reporting this for @iArtie, who said the dump is from Bluestacks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant