Crash in [@ RtlpFreeHeapInternal | RtlFreeHeap | free_base | CPoolableObject::`vector deleting destructor'] and [@ CPlatform::PutWorkItem_NoPlatformLock]
Categories
(Core :: Graphics, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox99 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | disabled |
firefox102 | --- | fixed |
People
(Reporter: aryx, Assigned: sotaro)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: crash, regression)
Crash Data
20 crashes from 20 installations, all on Windows 10 or 11. Oldest build ID reported is Firefox 101.0a1 20220407212910. 4/4 crashes checked had modules of Intel drivers loaded.
Is this related to bug 1763280?
Crash report: https://crash-stats.mozilla.org/report/index/ae518c14-60b1-448f-a7ea-064810220414
Reason: STATUS_HEAP_CORRUPTION
Top 10 frames of crashing thread:
0 ntdll.dll RtlReportFatalFailure
1 ntdll.dll RtlReportCriticalFailure
2 ntdll.dll RtlpHeapHandleError
3 ntdll.dll RtlpHpHeapHandleError
4 ntdll.dll RtlpLogHeapFailure
5 ntdll.dll RtlpFreeHeapInternal
6 ntdll.dll RtlFreeHeap
7 ucrtbase.dll free_base
8 msvp9dec_store.dll virtual void* CPoolableObject::`vector deleting destructor'
9 msvp9dec_store.dll virtual void CPoolableObject::_FinalRelease
Reporter | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo me if it's about an intermittent or backout) from comment #0)
20 crashes from 20 installations, all on Windows 10 or 11. Oldest build ID reported is Firefox 101.0a1 20220407212910. 4/4 crashes checked had modules of Intel drivers loaded.
Is this related to bug 1763280?
Yes, it seems to be related to bug 1763280.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
•
|
||
Majority of crashes happened under the following function calls. Then the crash might be related to hw decoder shutdown.
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
•
|
||
I wonder if all IMFSamples need to be released before destroying video MFTDecoder. And created Bug 1766203 for it.
Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
The crash seemed to be addressed by Bug 1766203.
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Description
•