-
Notifications
You must be signed in to change notification settings - Fork 177
Fix crashpad on macOS. #1407
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
Fix crashpad on macOS. #1407
Conversation
The following links are available: build (ubuntu-18.04, full)
build (macOS-10.15, full) build (windows-latest, full) build (self-hosted_debian-11_aarch64, full)
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works fine on Windows 10, built from source.
So this is an easy fix and looks like a no-brainer, but it still confuses me why it worked on Windows without the Unfortunately I wasn't able to test this on Windows because I only have a VM available right now, and it fails too quickly. @digisomni Did you test triggering a crash and seeing if a report is made? |
You have tried looking in the command line, right? Or I guess you want to go all the way with the test and actually send a crash to Sentry. |
Yes, of course. Unfortunately I get no console output, and it doesn't seem to get to the point of writing to the log file. This is probably fixable but I'll probably need to fiddle with something to build interface as a commandline application so that it actually outputs to the terminal. |
This PR fixes finding crashpad on macOS.
Fixes #1399