-
Notifications
You must be signed in to change notification settings - Fork 701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(NTSTATUS) 0xc0000374 Crash #10195
Comments
Can you provide a repro app? |
We also experience the same bug in Windows App SDK 1.5.240607001. It appears to happen randomly and thus is not reproducible. WinDbg gives an almost identical stack trace:
|
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
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
The text was updated successfully, but these errors were encountered: