We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This was just added to mozilla's minidump-stackwalk: mozilla-services/minidump-stackwalk#29
JSON Schema addition:
"mac_crash_info" : { "num_records" : 2, "records" : [ { "message" : "CryptKit fatal error: Raise test exception from _pthread_cond_wait(2)", "module" : "/System/Library/Frameworks/Security.framework/Versions/A/Security" }, { "message" : "abort() called", "module" : "/usr/lib/system/libsystem_c.dylib" } ] },
The information is in a new MOZ_MACOS_CRASH_INFO_STREAM section.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
This was just added to mozilla's minidump-stackwalk: mozilla-services/minidump-stackwalk#29
JSON Schema addition:
The information is in a new MOZ_MACOS_CRASH_INFO_STREAM section.
The text was updated successfully, but these errors were encountered: