Pontus Netler
Pontus Netler
- Crashpad (default) - /GS - /STACK was previously missing (ie 1Mb), now explicitly set to 2Mb - Our application is 32-bit only, hence no information about 64-bit. - Other...
I've now confirmed that usage of `_alloca` is the trigger.
Any information on when fix for this will be included in SDK?
For our product, where the integration with Sentry is in a separate DLL, we hooked thread-level injection via DllMain: ``` extern "C" BOOL WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved)...
Fair limitations, to my understanding there is no alternative method to inject code for thread initialization in Windows. For most applications I would assume Sentry is among first things to...
We had similar issues errors. Our problem was that the datafolder was reused with different language settings for WebView2 between instances of our application. Now we generate a hash based...
We recently tracked a major performance problem to this bug. Our application host WebView2 in WS_EX_COMPOSITED parent, which results in infinite stream of WM_PAINT. This in turn affected interprocess communication...