Arpad Borsos

Results 349 comments of Arpad Borsos

There used to be a PR in the sentry-native repo about this: https://github.com/getsentry/sentry-native/pull/363 This pretty much stalled, but I can try to reopen it.

I think this has to ideally be fixed upstream by pulling in updated header definitions. These definitions were added to `minidumpapiset.h` at some point, though not sure when exactly, it...

https://github.com/getsentry/sentry-native/blob/90966cc1022b8155681b6899539b35466baccf2c/include/sentry.h#L1070-L1079 The `sentry_reinstall_backend` function is there specifically for the situation where another part of the program overrides the crash handlers. However, I am not entirely sure this will work in...

As you have mentioned yourself, this might be related to other libraries overwriting the global unhandled exception filter. I’m not too familiar with Qt, how it handles things internally or...

We did release a new sentry version recently, which also brought with it a code bump of crashpad. Since you say you have an earlier version around that works fine,...

`set_debug` is the right thing, yes. By default it logs to stderr, not sure if that is the right thing for it to end up in the MSVC output window....

@arijith96 Thank you for the detailed analysis! As you have shown, something inside of Qt, or one of its dependencies messes with the UnhandledExceptionFilter. I would say this is an...

Wow, thanks for the detailed analysis here! I’m afraid in this case there is even less that we can do about this :-( There is no "you have been unhooked"...

That is indeed interesting and might work, though I think it might be a bit fragile, and probably not something we would want to actively maintain probably. Also we would...

So by "crash report", you mean the Sentry Event that is being created? Can you link me to one of those? And do you have a UE4 crash report file...