Assertion failure: frames == computedFrames, at /builds/worker/checkouts/gecko/dom/media/webcodecs/AudioData.cpp:698
Categories
(Core :: Audio/Video: Web Codecs, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | wontfix |
| firefox128 | --- | wontfix |
| firefox129 | --- | wontfix |
| firefox130 | --- | verified |
People
(Reporter: tsmith, Assigned: padenot)
References
(Blocks 1 open bug, Regressed 1 open bug, Regression)
Details
(4 keywords, Whiteboard: [bugmon:bisected,confirmed])
Crash Data
Attachments
(5 files, 1 obsolete file)
Found while fuzzing m-c 20240613-bfd01427a5e8 (--enable-debug --enable-fuzzing)
To reproduce via Grizzly Replay:
$ pip install fuzzfetch grizzly-framework --upgrade
$ python -m fuzzfetch -d --fuzzing -n firefox
$ python -m grizzly.replay.bugzilla ./firefox/firefox <bugid>
Assertion failure: frames == computedFrames, at /builds/worker/checkouts/gecko/dom/media/webcodecs/AudioData.cpp:698
#0 0x76ac3132e5b6 in mozilla::dom::AudioData::ToAudioData() const /builds/worker/checkouts/gecko/dom/media/webcodecs/AudioData.cpp:698:3
#1 0x76ac31356967 in CreateInputInternal /builds/worker/checkouts/gecko/dom/media/webcodecs/AudioEncoder.cpp:357:17
#2 0x76ac31356967 in mozilla::dom::EncoderTemplate<mozilla::dom::AudioEncoderTraits>::EncodeAudioData(mozilla::dom::AudioData&, mozilla::ErrorResult&) /builds/worker/checkouts/gecko/dom/media/webcodecs/EncoderTemplate.cpp:158:7
#3 0x76ac2f185ad5 in mozilla::dom::AudioEncoder_Binding::encode(JSContext*, JS::Handle<JSObject*>, void*, JSJitMethodCallArgs const&) /builds/worker/workspace/obj-build/dom/bindings/./AudioEncoderBinding.cpp:1188:38
#4 0x76ac30139157 in bool mozilla::dom::binding_detail::GenericMethod<mozilla::dom::binding_detail::NormalThisPolicy, mozilla::dom::binding_detail::ThrowExceptions>(JSContext*, unsigned int, JS::Value*) /builds/worker/checkouts/gecko/dom/bindings/BindingUtils.cpp:3268:13
#5 0x76ac33907f04 in CallJSNative(JSContext*, bool (*)(JSContext*, unsigned int, JS::Value*), js::CallReason, JS::CallArgs const&) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:487:13
#6 0x76ac339076ef in js::InternalCallOrConstruct(JSContext*, JS::CallArgs const&, js::MaybeConstruct, js::CallReason) /builds/worker/checkouts/gecko/js/src/vm/Interpreter.cpp:581:12
#7 0x76ac3443c466 in js::jit::DoCallFallback(JSContext*, js::jit::BaselineFrame*, js::jit::ICFallbackStub*, unsigned int, JS::Value*, JS::MutableHandle<JS::Value>) /builds/worker/checkouts/gecko/js/src/jit/BaselineIC.cpp:1670:10
#8 0x8dfdb635a5e ([anon:js-executable-memory]+0x2ba5e)
Comment 1•2 years ago
|
||
Got a crash from the latest Nightly on the testcase: https://crash-stats.mozilla.org/report/index/b290e2c4-5e5c-428d-9ab8-99a1c0240629
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Verified bug as reproducible on mozilla-central 20240708220117-162448b8b7cd.
The bug appears to have been introduced in the following build range:
Start: f8ac03b3c764017d5704deed413c8d35c99978fd (20240327214448)
End: 58dd31405d200bdd0a2d81caa466c16bcb43b84b (20240327155832)
Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f8ac03b3c764017d5704deed413c8d35c99978fd&tochange=58dd31405d200bdd0a2d81caa466c16bcb43b84b
Updated•2 years ago
|
Comment 10•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dcbe5bbf111b
https://hg.mozilla.org/mozilla-central/rev/e7ad55566453
https://hg.mozilla.org/mozilla-central/rev/5684c604d1f2
https://hg.mozilla.org/mozilla-central/rev/19898505b953
https://hg.mozilla.org/mozilla-central/rev/336d18e0fd55
Comment 11•2 years ago
|
||
Verified bug as fixed on rev mozilla-central 20240712220645-c2bbd19af8dc.
Removing bugmon keyword as no further action possible. Please review the bug and re-add the keyword for further analysis.
Description
•