Closed
Bug 1479089
Opened 7 years ago
Closed 4 years ago
Crash in mozilla::AudioStream::GetUnprocessed
Categories
(Core :: Audio/Video: Playback, defect, P2)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: froydnj, Unassigned)
Details
(Keywords: crash)
Crash Data
This bug was filed from the Socorro interface and is
report bp-7294652e-4b83-4182-8c26-f4a7d0180727.
=============================================================
Top 9 frames of crashing thread:
0 libxul.so mozilla::AudioStream::GetUnprocessed /usr/include/x86_64-linux-gnu/bits/string3.h:52
1 libxul.so mozilla::AudioStream::DataCallback dom/media/AudioStream.cpp:660
2 libxul.so <futures_cpupool::MySender<F, core::result::Result<<F as futures::future::Future>::Item, <F as futures::future::Future>::Error>> as futures::future::Future>::poll media/audioipc/client/src/stream.rs:98
3 libxul.so std::sys_common::backtrace::__rust_begin_short_backtrace third_party/rust/futures/src/future/mod.rs:113
4 libxul.so <F as alloc::boxed::FnBox<A>>::call_box src/libstd/thread/mod.rs:409
5 libxul.so std::sys::unix::thread::Thread::new::thread_start src/liballoc/boxed.rs:650
6 libpthread-2.23.so libpthread-2.23.so@0x76b9
7 libxul.so _fini
8 libc-2.23.so libc-2.23.so@0x10741c
=============================================================
This crash stack was already filed and fixed as bug 1414623, but I think there's a different bug afoot, because I've seen five crashes in the last hour or so with this stack:
https://crash-stats.mozilla.com/report/index/4c0cf58c-be74-49c5-aaf9-83ed80180727
https://crash-stats.mozilla.com/report/index/5cb98438-5e63-4306-bd74-d3b5e0180727
https://crash-stats.mozilla.com/report/index/c1004294-23c0-4c05-a8af-301220180727
https://crash-stats.mozilla.com/report/index/5f7e4f7d-9875-4cc6-a34d-be2120180727
https://crash-stats.mozilla.com/report/index/7294652e-4b83-4182-8c26-f4a7d0180727
I don't have any obvious audio-playing sites open, AFAICT, so I'm not sure what's causing this. Maybe pings from new hangouts messages in gmail or something like that?
Updated•7 years ago
|
Rank: 15
Priority: -- → P2
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 1•6 years ago
|
||
I found a new signature with almost identical stacks in nightly.
Crash Signature: [@ mozilla::AudioStream::GetUnprocessed] → [@ mozilla::AudioStream::GetUnprocessed]
[@ libc-2.29.so@0xa2f85]
Comment 2•4 years ago
|
||
Hello Gabriele! Is this crash signature still present in the latest builds?
If not can we close this issue?
Flags: needinfo?(gsvelto)
Comment 3•4 years ago
|
||
Yes, the few remaining crashes are all over the place and look just like people with bad hardware. I'd close this as INCOMPLETE and move on.
Flags: needinfo?(gsvelto)
Comment 4•4 years ago
|
||
Hello Gabriele and thank you for the answer!
As per the last comment I will close the issue with RESOLVED->INCOMPLETE, if the issue occurs again please feel free to reopen this one or file another bug.
Thank you and have a nice day!
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•