We are getting Heapcorruptions in our application. When doing
0:000> !VerifyHeap
308.328 objects verified, 0 errors.
No heap corruption detected.
We see two main reasons for this happening in our app. But it all seems to come down to
FAILURE_BUCKET_ID: HEAP_CORRUPTION_ACTIONABLE_BlockNotBusy_DOUBLE_FREE always from
Microsoft_Graphics_Canvas!ABI::Microsoft::Graphics::Canvas::UI::Xaml::CanvasImageSource::`scalar deleting destructor'+0x26
Describe the bug
We are getting Heapcorruptions in our application. When doing 0:000> !VerifyHeap
We see two main reasons for this happening in our app. But it all seems to come down to FAILURE_BUCKET_ID: HEAP_CORRUPTION_ACTIONABLE_BlockNotBusy_DOUBLE_FREE always from Microsoft_Graphics_Canvas!ABI::Microsoft::Graphics::Canvas::UI::Xaml::CanvasImageSource::`scalar deleting destructor'+0x26
KB gives use
or
Steps to reproduce the bug
Happens random. Unable to reprodom
Expected behavior
No response
Screenshots
No response
NuGet package version
WinUI 3 - Windows App SDK 1.6.3: 1.6.241114003
Windows version
Windows 10 (1809): Build 17763
Additional context
No response