Crash in [@ RaiseFailFastException]
Categories
(Core :: Widget: Win32, defect)
Tracking
()
People
(Reporter: sefeng211, Unassigned)
References
Details
(Keywords: crash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/2da1dfa2-8b19-4c26-9ba0-5193c0210902
Reason: ERROR_FAIL_FAST_EXCEPTION
Top 10 frames of crashing thread:
0 kernelbase.dll RaiseFailFastException
1 textinputframework.dll void FailFastWithHR
2 textinputframework.dll TextInputClient::CheckUpdateLengthWithResult
3 textinputframework.dll <lambda_a9a7134d78115cf8551f1ffffdd30c8b>::operator
4 textinputframework.dll virtual long CQueryTextAsync::RunContinuation
5 textinputframework.dll long CAsyncTaskScheduler::ContinueTask
6 textinputframework.dll long CQueryTextAsync::Then
7 textinputframework.dll long TextInputClient::NotifyTextChangedInternal
8 textinputframework.dll long TextInputClient::NotifyTextChanged
9 textinputframework.dll long TextInputClient::EditControlTextChanged
Honestly, I don't know if this is something that we need to deal with. However I think I should file it.
Seems quite common.
Comment 1•4 years ago
|
||
I think there's multiple crashes under this signature, we should probably look at a sample and maybe add RaiseFailFastException to the prefix/irrelevant list.
Updated•4 years ago
|
Comment 2•4 years ago
|
||
(In reply to Gabriele Svelto [:gsvelto] from comment #1)
I think there's multiple crashes under this signature, we should probably look at a sample and maybe add
RaiseFailFastExceptionto the prefix/irrelevant list.
filed as bug 1741764
Comment 3•3 years ago
|
||
Resolving as incomplete since as of the landing of bug 1741764, these crashes will now show up under different signature(s).
Description
•