Closed
Bug 1833890
Opened 2 years ago
Closed 2 years ago
Crash in [@ mozilla::media::TimeUnit::FromSeconds]
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox113 | --- | unaffected |
firefox114 | --- | unaffected |
firefox115 | --- | fixed |
People
(Reporter: dmeehan, Unassigned)
References
(Regression)
Details
(Keywords: crash, regression, topcrash)
Crash Data
Crash report: https://crash-stats.mozilla.org/report/index/9a11c493-04a2-42b3-aedc-ba2c40230518
MOZ_CRASH Reason: MOZ_DIAGNOSTIC_ASSERT(false)
Top 10 frames of crashing thread:
0 xul.dll mozilla::media::TimeUnit::FromSeconds dom/media/TimeUnits.cpp:53
1 xul.dll mozilla::dom::MediaSource::SetLiveSeekableRange dom/media/mediasource/MediaSource.cpp:465
2 xul.dll mozilla::dom::MediaSource_Binding::setLiveSeekableRange dom/bindings/MediaSourceBinding.cpp:713
3 xul.dll mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions> dom/bindings/BindingUtils.cpp:3335
4 xul.dll CallJSNative js/src/vm/Interpreter.cpp:486
4 xul.dll js::InternalCallOrConstruct js/src/vm/Interpreter.cpp:580
4 xul.dll InternalCall js/src/vm/Interpreter.cpp:647
4 xul.dll js::CallFromStack js/src/vm/Interpreter.cpp:652
4 xul.dll js::Interpret js/src/vm/Interpreter.cpp:3395
5 xul.dll MaybeEnterInterpreterTrampoline js/src/vm/Interpreter.cpp:400
Reporter | ||
Comment 1•2 years ago
|
||
:padenot this is a new crash, currently low volume but does it look related to Bug 1703812?
Flags: needinfo?(padenot)
Reporter | ||
Updated•2 years ago
|
Keywords: regression,
regressionwindow-wanted
Comment 2•2 years ago
|
||
Diagnostic assert being hit was added by bug 1817997.
Keywords: regressionwindow-wanted
Regressed by: 1817997
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1817997
status-firefox113:
--- → unaffected
status-firefox114:
--- → unaffected
status-firefox-esr102:
--- → unaffected
Reporter | ||
Comment 4•2 years ago
|
||
Setting firefox115 to Fixed, the regressor Bug 1817997 was backed out of central
Comment 5•2 years ago
|
||
The bug is linked to a topcrash signature, which matches the following criterion:
- Top 10 desktop browser crashes on nightly
For more information, please visit BugBot documentation.
Keywords: topcrash
Comment 6•2 years ago
|
||
This should be fixed by this backout: https://bugzilla.mozilla.org/show_bug.cgi?id=1817997#c36
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Flags: needinfo?(padenot)
You need to log in
before you can comment on or make changes to this bug.
Description
•