You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting a webview to show HTML content on a Windows flutter app we get the crash in release mode. If we run the same code in debug mode the webview is working fine.
According to the call stack
Unhandled exception at 0x00007FF9D83F2AF0 (msvcp140.dll) in XXXXXX.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
The text was updated successfully, but these errors were encountered:
dickverweij
changed the title
Webview crashing on Windows 11 in mtx_do_lock
Webview crashing on Windows 11 in mtx_do_lock (release mode)
Jul 18, 2024
When starting a webview to show HTML content on a Windows flutter app we get the crash in release mode. If we run the same code in debug mode the webview is working fine.
According to the call stack
![image](https://private-user-images.githubusercontent.com/8133838/349991717-5143318f-3465-42f0-b684-b55dcf5c7f6e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MzQyNDEsIm5iZiI6MTczODkzMzk0MSwicGF0aCI6Ii84MTMzODM4LzM0OTk5MTcxNy01MTQzMzE4Zi0zNDY1LTQyZjAtYjY4NC1iNTVkY2Y1YzdmNmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTMxMjIxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9ZTg0MjAyOTBlMTFkMDM3ZWNkYjliNGQ1ZTIzZmE1ZjVmNjBhODJiMDgyODI1MzQ5YTYyMGZjZTgyNGRlM2NhNyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.rUB61uqqRgXIAArqH8P1x4BvhfTBvrI32D2iGsdz_QQ)
Unhandled exception at 0x00007FF9D83F2AF0 (msvcp140.dll) in XXXXXX.exe: 0xC0000005: Access violation reading location 0x0000000000000000.
The text was updated successfully, but these errors were encountered: