sentry-native icon indicating copy to clipboard operation
sentry-native copied to clipboard

Crashpad handler is catching and reporting breakpoints (0x80000003) thrown by the app

Open irov opened this issue 4 years ago • 2 comments

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

photo_2021-11-11_11-22-18

irov avatar Nov 13 '21 16:11 irov

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.

relaxolotl avatar Nov 18 '21 21:11 relaxolotl

Here is the assembly that caused such problems (the previous one also caused)

crashpad_handler.zip

irov avatar Nov 19 '21 00:11 irov

@irov We are cleaning up the backlog and we are closing this due to inactivity.

ashwoods avatar Nov 10 '23 12:11 ashwoods