[mingw] Exception thrown when closing app #5057
Replies: 1 comment 2 replies
-
If you look at the function, it is quite clearly stating "HEAP: Free Heap block 00000263F55E5380 modified at 00000263F55E5488 after it was freed" would indicate that this is a use after free bug. The code linked also works in Visual C++ without failing. So I would suggest checking the GCC command line, especially opting into thread safe initialisation if it doesn't do that already. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to build https://github.com/driver1998/WinUI-MinGW. However, I get an exception when closing the app (e.g., clicking the close button at the top right). I have no idea how to fix this, it looks like it is thrown from system dll. Other than this everything works fine.


The compiled result: bin.zip
Beta Was this translation helpful? Give feedback.
All reactions