Mikhail Paulyshka

Results 45 comments of Mikhail Paulyshka

>I’m not entirely sure if mingw ships its own copy of the windows headers Yep, MinGW has their own implementation of WinAPI headers. > or if we have to work...

>There is no "you have been unhooked" callback if the 3D driver overrides the installed handler. Well, you can try to hook `SetUnhandledExceptionFilter()` and rejects other filters :D Something like...

Yeah, that's a way too hacky to be a part of sentry-native, but might be a working solution for @arijith96

Is `sentry_options_set_database_path()` helps you? https://github.com/getsentry/sentry-native/blob/master/include/sentry.h#L845-L875

But in case of `%LOCALAPPDATA%` it is OK to restrict other users access to the file. Each user will have its own database in his `%USERPROFILE%/AppData/Local` folder.

I think it should be covered with #735

I think `SENTRY_BUILD_STATIC` define is missing. Please try to add it to the project defines

@michael-roe Thank you a lot, struggling with the decoding issues for a week. We encountered this bug when decoding CCSDS TM packets (~10% of corrupted bytes after several 10^7 symbols...