Closed
Bug 1637347
Opened 5 years ago
Closed 5 years ago
Crash in [@ cubeb_coreaudio::backend::get_buffer_size]
Categories
(Core :: Audio/Video: cubeb, defect, P1)
Core
Audio/Video: cubeb
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | wontfix |
firefox77 | --- | wontfix |
firefox78 | --- | wontfix |
firefox79 | --- | fixed |
People
(Reporter: achronop, Assigned: chunmin)
References
(Blocks 1 open bug)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
This bug is for crash report bp-2855fd52-74f2-4e4a-9179-4c2920200510.
Top 10 frames of crashing thread:
0 XUL RustMozCrash mozglue/static/rust/wrappers.cpp:17
1 XUL mozglue_static::panic_hook mozglue/static/rust/lib.rs:89
2 XUL core::ops::function::Fn::call src/libcore/ops/function.rs:72
3 XUL std::panicking::rust_panic_with_hook src/libstd/panicking.rs:474
4 XUL rust_begin_unwind src/libstd/panicking.rs:378
5 XUL std::panicking::begin_panic_fmt src/libstd/panicking.rs:332
6 XUL cubeb_coreaudio::backend::get_buffer_size third_party/rust/cubeb-coreaudio/src/backend/mod.rs:1140
7 XUL cubeb_coreaudio::backend::set_buffer_size_sync third_party/rust/cubeb-coreaudio/src/backend/mod.rs:1178
8 XUL cubeb_coreaudio::backend::CoreStreamData::setup third_party/rust/cubeb-coreaudio/src/backend/mod.rs:2745
9 XUL <cubeb_coreaudio::backend::AudioUnitContext as cubeb_backend::traits::ContextOps>::stream_init third_party/rust/cubeb-coreaudio/src/backend/mod.rs:2227
Started in 20200309095159
Assignee | ||
Comment 1•5 years ago
|
||
It hit an assertion that check the queried buffer-frame-size cannot be 0
, when setting the new buffere-frame-size.
We can simply remove that assertion and just make sure the buffer-frame-size we set is not 0
.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Landed via bug 1644080
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
status-firefox77:
--- → wontfix
status-firefox78:
--- → wontfix
status-firefox79:
--- → fixed
status-firefox-esr68:
--- → unaffected
status-firefox-esr78:
--- → wontfix
Depends on: 1644080
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•