sentry-native
sentry-native copied to clipboard
Crashpad handler is catching and reporting breakpoints (0x80000003) thrown by the app
crashpad_handler.exe on some computers, sometimes at the first launch of the application, cause this error message
build mingw64 (x86 architecture) OS: Windows 7 & Windows 10

Looks like some kind of assert is failing during startup, or even a failed assert is being caught by crashpad's handler and is being exposed via an error like this.
It's possible that sentry itself is throwing this failed assert, but given the repro conditions (sometimes at first launch, sometimes not?) it's a little difficult to track down exactly what could be the cause. I'll leave this open to see if it's possible to figure out a common set of conditions that trigger this, but with the info we have right now it's hard to narrow down what could be the exact cause.
@irov We are cleaning up the backlog and we are closing this due to inactivity.