-
Notifications
You must be signed in to change notification settings - Fork 802
Closed
Labels
Crashwhenever user reports a crash or app freezewhenever user reports a crash or app freezebugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners
Description
Describe the bug
We have a .NET MAUI game called GnollHack
- Code: https://github.com/hyvanmielenpelit/GnollHack
- Microsoft Store Download: https://apps.microsoft.com/store/detail/9P6SBLH8ZR41
It runs on top of WinUI 3 on Windows. One of our users is reporting that if you try to take a screenshot of the game with Windows 10 Snipping Tool, the game crashes:
- See the issue here: [BUG] Crash when Snipping Tool is used to take screenshot hyvanmielenpelit/GnollHack#2108
In the issue thread, there's a dump log file available, and I ran an analysis on it with WinDbg. The result is below:
0:000> !analyze -v
*******************************************************************************
* *
* Exception Analysis *
* *
*******************************************************************************
KEY_VALUES_STRING: 1
Key : Analysis.CPU.mSec
Value: 3328
Key : Analysis.Elapsed.mSec
Value: 32422
Key : Analysis.IO.Other.Mb
Value: 157
Key : Analysis.IO.Read.Mb
Value: 3
Key : Analysis.IO.Write.Mb
Value: 462
Key : Analysis.Init.CPU.mSec
Value: 4687
Key : Analysis.Init.Elapsed.mSec
Value: 90682
Key : Analysis.Memory.CommitPeak.Mb
Value: 451
Key : Analysis.Version.DbgEng
Value: 10.0.27725.1000
Key : Analysis.Version.Description
Value: 10.2408.27.01 amd64fre
Key : Analysis.Version.Ext
Value: 1.2408.27.1
Key : CLR.Engine
Value: CORECLR
Key : CLR.Version
Value: 9.0.124.61010
Key : Failure.Bucket
Value: STOWED_EXCEPTION_c000027b_Microsoft.UI.Xaml.dll!FailFastWithStowedExceptions
Key : Failure.Hash
Value: {b41462a1-f0f7-3521-e952-3ba8a1f76e65}
Key : Failure.Source.CommitId
Value: 7b09dd9a4d4c9d08beb5ec9f91b9d544ca437a62
Key : Failure.Source.ControlType
Value: git
Key : Failure.Source.FileLine
Value: 1508
Key : Failure.Source.FilePath
Value: C:\__w\1\s\dxaml\xcp\components\base\ErrorContext.cpp
Key : Failure.Source.Project
Value: f05f4dbf-3077-427d-91e0-b66d9e4ca374
Key : Failure.Source.RepoId
Value: 7128736e-d71b-4e83-8e28-3f558a439611
Key : Failure.Source.RepoUrl
Value: microsoft.visualstudio.com
Key : Failure.Source.SourceServerCommand
Value: tf.exe git view /collection:microsoft.visualstudio.com /teamproject:"f05f4dbf-3077-427d-91e0-b66d9e4ca374" /repository:"7128736e-d71b-4e83-8e28-3f558a439611" /commitId:7b09dd9a4d4c9d08beb5ec9f91b9d544ca437a62 /path:"/dxaml/xcp/components/base/ErrorContext.cpp" /output:"C:\ProgramData\Dbg\src\TFS_COMMIT\7b09dd9a\dxaml\xcp\components\base\ErrorContext.cpp" /applyfilters
Key : Timeline.Process.Start.DeltaSec
Value: 24
Key : WER.OS.Branch
Value: vb_release
Key : WER.OS.Version
Value: 10.0.19041.1
Key : WER.Process.Version
Value: 2.14.0.0
FILE_IN_CAB: GnollHackM.exe.39356.dmp
NTGLOBALFLAG: 0
APPLICATION_VERIFIER_FLAGS: 0
CONTEXT: (.ecxr)
rax=000000122a197f60 rbx=000000122a198570 rcx=000000122a197f60
rdx=0000000000000000 rsi=000001a6c7dc65a0 rdi=000000122a197f60
rip=00007ff9f0e841c2 rsp=000000122a197e80 rbp=0000000000000001
r8=0000000000000000 r9=0000000000000000 r10=000001a6c28d45e0
r11=000000122a198570 r12=0000000000000001 r13=0000000000000000
r14=0000000000000002 r15=0000400000000000
iopl=0 nv up ei pl nz na pe nc
cs=0033 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00000200
KERNELBASE!RaiseFailFastException+0x152:
00007ff9`f0e841c2 0f1f440000 nop dword ptr [rax+rax]
Resetting default scope
EXCEPTION_RECORD: (.exr -1)
ExceptionAddress: 00007ff9f0e841c2 (KERNELBASE!RaiseFailFastException+0x0000000000000152)
ExceptionCode: c000027b
ExceptionFlags: 00000001
NumberParameters: 2
Parameter[0]: 000001a6c7dc65a0
Parameter[1]: 0000000000000004
PROCESS_NAME: GnollHackM.exe
ERROR_CODE: (NTSTATUS) 0xc000027b - An application-internal exception has occurred.
EXCEPTION_CODE_STR: c000027b
EXCEPTION_PARAMETER1: 000001a6c7dc65a0
EXCEPTION_PARAMETER2: 0000000000000004
STACK_TEXT:
00000012`2a197e80 00007ff9`f218cd8a : 000001a6`c28d45e8 000001a6`c7dc65a0 000001a6`c28d45e8 00000000`00000000 : KERNELBASE!RaiseFailFastException+0x152
00000012`2a198460 00007ff8`d5f49125 : 00000000`80131509 00007ff9`f218c950 00000012`2a198780 000001a6`c7be0bc0 : combase!RoFailFastWithErrorContextInternal2+0x43a
00000012`2a1986c0 00007ff8`d65d94c5 : 00000000`00000000 00000000`00000000 00000012`2a198780 00000012`2a1987f0 : Microsoft_UI_Xaml!FailFastWithStowedExceptions+0x7d
00000012`2a198730 00007ff8`d65d9b98 : 00000000`80131509 00000000`00000000 00000000`00000000 00000000`00000000 : Microsoft_UI_Xaml!DirectUI::ErrorHelper::ProcessUnhandledError+0x1a9
00000012`2a1987b0 00007ff9`e88eb6aa : 00000000`00000000 00000012`2a198a00 00000000`00000000 000001a6`94be91d0 : Microsoft_UI_Xaml!DirectUI::FinalUnhandledErrorDetectedRegistration::OnFinalUnhandledErrorDetected+0xc8
00000012`2a198840 00007ff9`e88eb6fa : 00000165`dcdf22d0 000001a6`94be91d0 000001a6`78cbde98 00007ff9`f1065fbb : twinapi_appcore!Windows::Internal::Details::GitInvokeHelper<Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>,Windows::Internal::GitPtr,2>::Invoke+0x5a
00000012`2a198870 00007ff9`e88db0af : 000001a6`c28d45e8 00007ff9`e887e801 00000000`00000000 000001a6`94be9360 : twinapi_appcore!Windows::ApplicationModel::Core::UnhandledErrorInvokeHelper::Invoke+0x1a
00000012`2a1988a0 00007ff9`e888b718 : 00000165`dcdf7350 00000012`2a198950 00000012`2a198a00 00000165`dcdf7350 : twinapi_appcore!Microsoft::WRL::InvokeTraits<2>::InvokeDelegates<<lambda_d3aa4dff9873c46d1acd593e89259f7b>,Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64> >+0x4f
00000012`2a1988e0 00007ff9`e888b691 : 00000165`dcdf7350 000001a6`c28d45e8 00000012`2a1989b0 00000000`00000000 : twinapi_appcore!Microsoft::WRL::EventSource<Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>,Microsoft::WRL::InvokeModeOptions<2> >::DoInvoke<<lambda_d3aa4dff9873c46d1acd593e89259f7b> >+0x78
00000012`2a198920 00007ff9`e888b601 : 00000000`00000000 000001a6`c28d45e8 000001a6`94be91d0 00000165`e33b6440 : twinapi_appcore!Microsoft::WRL::EventSource<Windows::Foundation::IEventHandler<Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>,Microsoft::WRL::InvokeModeOptions<2> >::InvokeAll<std::nullptr_t,Windows::ApplicationModel::Core::UnhandledErrorDetectedEventArgs * __ptr64>+0x29
00000012`2a198970 00007ff9`e888bd2d : 000001a6`c28d45e8 00000000`0000002d 000001a6`94be91d0 00000000`00000000 : twinapi_appcore!Windows::ApplicationModel::Core::CoreApplication::ForwardLocalError+0x71
00000012`2a1989f0 00007ff9`f218b80c : 00000000`00000000 000001a6`c28d45e8 000001a6`78cbda90 00000000`00000001 : twinapi_appcore!Windows::ApplicationModel::Core::CoreApplicationFactory::ForwardLocalError+0x6d
00000012`2a198a30 00007ff8`d65d91a8 : 00007ff9`0e11b2c8 000001a6`852eb5e8 00000000`80131509 00000165`e2f27a18 : combase!CallErrorForwarder+0x138
00000012`2a198ac0 00007ff8`d65caa6b : 000001a6`852eb5e8 000001a6`852eb5e8 000001a6`852eb5e0 000001a6`852eb5e0 : Microsoft_UI_Xaml!DirectUI::ErrorHelper::ReportUnhandledError+0x124
00000012`2a198b60 00007ff8`d65c8b88 : 00000000`00000000 000001a6`852eb4f0 000001a6`852eb4f0 00000000`00000000 : Microsoft_UI_Xaml!DirectUI::CFTMEventSource<ABI::Windows::Foundation::ITypedEventHandler<IInspectable *,ABI::Microsoft::UI::Xaml::WindowActivatedEventArgs *>,ABI::Microsoft::UI::Xaml::IWindow,ABI::Microsoft::UI::Xaml::IWindowActivatedEventArgs>::Raise+0xfb
00000012`2a198be0 00007ff8`d65c94a2 : 00000165`dcdf2410 000001a6`852eb4f0 00000000`00000000 00000000`00000001 : Microsoft_UI_Xaml!DirectUI::DesktopWindowImpl::RaiseWindowActivatedEvent+0xc4
00000012`2a198c40 00007ff8`d65c937c : 00000000`00000000 00000000`00000000 00000012`2a198d09 00000000`00000000 : Microsoft_UI_Xaml!DirectUI::DesktopWindowImpl::OnActivate+0xca
00000012`2a198ca0 00007ff8`d65caf98 : 00000000`00000006 00000000`01bb15ea 00000000`01bb15ea 00000000`00000028 : Microsoft_UI_Xaml!DirectUI::DesktopWindowImpl::OnMessage+0x30c
00000012`2a198d70 00007ff9`f150ef5c : 00000000`00000000 000001a6`00000000 00000000`00000001 00000000`01bb15ea : Microsoft_UI_Xaml!BaseWindow<DirectUI::DesktopWindowImpl>::WndProc+0xa8
00000012`2a198df0 00007ff9`f150e9de : 00000000`01bb15ea 00007ff8`d65caef0 00000000`00000006 00007ff9`f105f05b : user32!UserCallWinProcCheckWow+0x50c
00000012`2a198f80 00007ff9`ced09453 : 00000012`2a199068 00000012`2a199059 00000000`00000000 00000000`00000000 : user32!CallWindowProcW+0x8e
00000012`2a198fd0 00007ff9`ced074a4 : 000001a6`860d1ef0 00000000`00000000 000001a6`87a6be30 000001a6`87a70040 : Microsoft_UI_Windowing_Core!CFlat::SehSafe::Execute<<lambda_fc41777ddb63a3c65dfacf75533a1e1f> >+0x4b
00000012`2a199010 00007ff9`cecf54fd : 00000000`00000000 00000000`00000006 00007ff8`d65caef0 00000000`01bb15ea : Microsoft_UI_Windowing_Core!Windowing::Window::DefaultProcessing+0xb0
00000012`2a1990c0 00007ff9`cecf6b42 : 00000000`00000000 00007ff9`cecf6da7 00000012`2a199150 00000012`2a199198 : Microsoft_UI_Windowing_Core!Windowing::DefaultFeature::FeatureProc+0x2d
00000012`2a1990f0 00007ff9`cecf647c : 000001a6`860de1e0 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a199140 00007ff9`ced0120c : ffffffff`fffffffe 00000000`00000000 000001a6`860d1ef0 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199180 00007ff9`7cb8f0ea : 00000012`2a199390 000001a6`87a7e240 000001a6`852ea560 00000165`db0e1f30 : Microsoft_UI_Windowing_Core!DefFeatureProc_Full_ContextThunk+0x6c
00000012`2a1991e0 00007ff9`7cb8f1ed : 000001a6`860d1ef0 00000000`00000006 000001a6`860d1ef0 00000000`00000006 : Microsoft_UI_Input!ContentAppWindowBridge::TopLevelWindowFeatureProc+0x33a
00000012`2a1992c0 00007ff9`ced200ba : 00000012`2a199390 00000000`00000006 00000165`db0e3b90 00000000`00000003 : Microsoft_UI_Input!ContentAppWindowBridge::TopLevelWindowFeatureProcStatic+0x4d
00000012`2a199300 00007ff9`cecf5df4 : 000001a6`860d1ef0 00000000`01bb15ea 00000000`00000000 00007ff9`cecf70f8 : Microsoft_UI_Windowing_Core!Core::YieldAndCall::FeatureProc+0x72
00000012`2a199360 00007ff9`cecf6b42 : 000001a6`858fcf00 00000000`00000006 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::ExternalFeature::FeatureProc+0xc4
00000012`2a1993c0 00007ff9`cecf647c : 000001a6`858fcf00 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a199410 00007ff9`ced0120c : 00000000`00000001 00000000`00000000 000001a6`860d1ef0 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199450 00007ff9`ced200ba : 00000012`2a199540 00000012`2a199540 00000000`00000006 00000000`05570c04 : Microsoft_UI_Windowing_Core!DefFeatureProc_Full_ContextThunk+0x6c
00000012`2a1994b0 00007ff9`cecf5df4 : 000001a6`860d1ef0 00000000`01bb15ea 00000000`00000000 00007ff9`cecf70f8 : Microsoft_UI_Windowing_Core!Core::YieldAndCall::FeatureProc+0x72
00000012`2a199510 00007ff9`cecf6b42 : 000001a6`858fd740 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::ExternalFeature::FeatureProc+0xc4
00000012`2a199570 00007ff9`cecf647c : 000001a6`858fd740 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a1995c0 00007ff9`ced0120c : 00000000`00000084 00000000`00000000 000001a6`860d1ef0 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199600 00007ff9`7cafcb4a : 00000012`2a199750 00000012`2a199750 000001a6`852f0ee0 00007ff9`ced25a3c : Microsoft_UI_Windowing_Core!DefFeatureProc_Full_ContextThunk+0x6c
00000012`2a199660 00007ff9`ced200ba : 00000012`2a199750 00000012`2a199750 00000000`00000006 00000000`00000006 : Microsoft_UI_Input!InputNonClientPointerSourceWinRT::s_FeatureProc+0xaa
00000012`2a1996c0 00007ff9`cecf5df4 : 000001a6`860d1ef0 00000000`01bb15ea 00000000`00000000 00007ff9`cecf70f8 : Microsoft_UI_Windowing_Core!Core::YieldAndCall::FeatureProc+0x72
00000012`2a199720 00007ff9`cecf6b42 : 000001a6`858fcf60 00000012`2a199860 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::ExternalFeature::FeatureProc+0xc4
00000012`2a199780 00007ff9`cecf647c : 000001a6`858fcf60 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a1997d0 00007ff9`cecf16d4 : ffffffff`fffffffe 000001a6`860e6f40 00000000`00000000 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199810 00007ff9`cecf6b42 : 000001a6`858fd680 00000000`00000000 00000012`00000006 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::AppWindowTitleBarFeature::FeatureProc+0x434
00000012`2a199890 00007ff9`cecf647c : 000001a6`858fd680 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a1998e0 00007ff9`ced0120c : 00000000`00000000 00000000`00000000 000001a6`860d1ef0 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199920 00007ff9`cf216c67 : 00000012`2a199a50 00000000`00000000 00000012`2a199a50 00000000`00000000 : Microsoft_UI_Windowing_Core!DefFeatureProc_Full_ContextThunk+0x6c
00000012`2a199980 00007ff9`ced200ba : 00000012`2a199a50 00000000`00000006 00000000`00000006 000001a6`860d1ef0 : Microsoft_UI_Windowing!Windowing::AppWindowFeatureProc+0x57
00000012`2a1999c0 00007ff9`cecf5df4 : 000001a6`860d1ef0 00000000`01bb15ea 00000000`00000000 00007ff9`cecf70f8 : Microsoft_UI_Windowing_Core!Core::YieldAndCall::FeatureProc+0x72
00000012`2a199a20 00007ff9`cecf6b42 : 000001a6`858fd500 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::ExternalFeature::FeatureProc+0xc4
00000012`2a199a80 00007ff9`cecf647c : 000001a6`858fd500 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a199ad0 00007ff9`ced0120c : 00000000`00000000 00000000`00000000 000001a6`860d1ef0 000001a6`860e0800 : Microsoft_UI_Windowing_Core!Windowing::Feature::CallNextHandler+0x70
00000012`2a199b10 00007ff9`cf21a6d7 : 00000012`2a199c40 00000000`00000000 00000012`2a199c40 00000000`00000006 : Microsoft_UI_Windowing_Core!DefFeatureProc_Full_ContextThunk+0x6c
00000012`2a199b70 00007ff9`ced200ba : 00000012`2a199c40 00000000`00000006 00000000`00000006 000001a6`860d1ef0 : Microsoft_UI_Windowing!Windowing::MonitorTrackerFeatureProc+0x57
00000012`2a199bb0 00007ff9`cecf5df4 : 000001a6`860d1ef0 00000000`01bb15ea 00000000`00000000 00007ff9`cecf0000 : Microsoft_UI_Windowing_Core!Core::YieldAndCall::FeatureProc+0x72
00000012`2a199c10 00007ff9`cecf6b42 : 000001a6`858fcae0 00000000`00000000 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::ExternalFeature::FeatureProc+0xc4
00000012`2a199c70 00007ff9`cecf6fa9 : 000001a6`858fcae0 000001a6`860e0800 00000000`00000000 000001a6`815fcd10 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallContext::CallNextHandler+0xca
00000012`2a199cc0 00007ff9`ced082d8 : 000001a6`860e0800 000001a6`860d7340 00000000`00000001 00000000`00000001 : Microsoft_UI_Windowing_Core!Windowing::FeatureCallManager::CallFeatureChain+0x18d
00000012`2a199d30 00007ff9`ced087ab : 00000000`00000000 00000000`00000000 00000000`00000006 00007ff9`0d603540 : Microsoft_UI_Windowing_Core!Windowing::Window::ProcessMessage+0x120
00000012`2a199da0 00007ff9`f150ef5c : 00000000`00000001 00000000`01bb15ea 00000000`80000022 00000000`00000000 : Microsoft_UI_Windowing_Core!EnterContextAndProcessWindowMessage+0x87
STACK_COMMAND: ~0s; .ecxr ; kb
FAULTING_SOURCE_LINE: C:\__w\1\s\dxaml\xcp\components\base\ErrorContext.cpp
FAULTING_SOURCE_FILE: C:\__w\1\s\dxaml\xcp\components\base\ErrorContext.cpp
FAULTING_SOURCE_LINE_NUMBER: 1508
FAULTING_SOURCE_SRV_COMMAND: tf.exe git view /collection:https://microsoft.visualstudio.com /teamproject:"f05f4dbf-3077-427d-91e0-b66d9e4ca374" /repository:"7128736e-d71b-4e83-8e28-3f558a439611" /commitId:7b09dd9a4d4c9d08beb5ec9f91b9d544ca437a62 /path:"/dxaml/xcp/components/base/ErrorContext.cpp" /output:"C:\ProgramData\Dbg\src\TFS_COMMIT\7b09dd9a\dxaml\xcp\components\base\ErrorContext.cpp" /applyfilters
FAULTING_SOURCE_COMMIT_ID: 7b09dd9a4d4c9d08beb5ec9f91b9d544ca437a62
FAULTING_SOURCE_CONTROL_TYPE: git
FAULTING_SOURCE_PROJECT: f05f4dbf-3077-427d-91e0-b66d9e4ca374
FAULTING_SOURCE_REPO_ID: 7128736e-d71b-4e83-8e28-3f558a439611
FAULTING_SOURCE_REPO_URL: microsoft.visualstudio.com
FAULTING_SOURCE_CODE:
No source found for 'C:\__w\1\s\dxaml\xcp\components\base\ErrorContext.cpp'
SYMBOL_NAME: microsoft_ui_xaml!FailFastWithStowedExceptions+7d
MODULE_NAME: Microsoft_UI_Xaml
IMAGE_NAME: Microsoft.UI.Xaml.dll
FAILURE_BUCKET_ID: STOWED_EXCEPTION_c000027b_Microsoft.UI.Xaml.dll!FailFastWithStowedExceptions
OS_VERSION: 10.0.19041.1
BUILDLAB_STR: vb_release
OSPLATFORM_TYPE: x64
OSNAME: Windows 10
IMAGE_VERSION: 3.1.6.0
FAILURE_ID_HASH: {b41462a1-f0f7-3521-e952-3ba8a1f76e65}
Followup: MachineOwner
---------
Any idea what's causing the crash?
Taking a screenshot works with every other tool, such as Windows 11 Snipping Tool.
Steps to reproduce the bug
- Open GnollHack for Windows (downloaded from Microsoft Store).
- Start playing the game (click the Play Game button and so on) so that you are in the game screen and can move around.
- Open Windows 10 Snipping Tool.
- Try to take a screenshot.
- The game crashes.
Expected behavior
The game would not crash.
Screenshots
No response
NuGet package version
None
Windows version
No response
Additional context
- OS: Windows 10
- OS Version: 22H2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Crashwhenever user reports a crash or app freezewhenever user reports a crash or app freezebugSomething isn't workingSomething isn't workingneeds-triageIssue needs to be triaged by the area ownersIssue needs to be triaged by the area owners