Description
Hiya,
I've gotten sentry-native integrated into my VST3 / AU project, and managed to get super readable stack traces on Windows when the plugin crashes in a host by uploading the PDB debug symbols to the project with sentry-cli, which is great, (I temporarily made the callback from a mouseDown event just dereference a nullptr for testing) but on macOS (Ventura, M1 chip) with the same setup, (except DSYM files instead of PDBs), I end up with something along these lines:
Report Version: 104
Exception Type: Unknown (SIGILL)
Application Specific Information:
IllegalInstruction
EOF
and this warning at the top of the issue page:
Wondering if I'm missing something super obvious here, I'm using the inproc backend to avoid having to ship extra files, and my setup is very minimal, literally just setting some options and calling sentry_init
in my constructor, and sentry_shutdown
in my destructor,
Let me know if you have any ideas of where to start looking or need more info!
Metadata
Metadata
Assignees
Type
Projects
Status
Status
Status