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

Support Mac Crash info #175

Closed
Gankra opened this issue May 19, 2021 · 0 comments · Fixed by #201
Closed

Support Mac Crash info #175

Gankra opened this issue May 19, 2021 · 0 comments · Fixed by #201

Comments

@Gankra
Copy link
Collaborator

Gankra commented May 19, 2021

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.

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

Successfully merging a pull request may close this issue.

1 participant