Closed
Bug 1160156
Opened 11 years ago
Closed 10 years ago
SIGSEGV in mozilla::GStreamerReader::ReadMetadata after playing many MP3 files
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: torsten.roemer, Unassigned)
References
Details
Attachments
(1 file)
|
3.77 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:37.0) Gecko/20100101 Firefox/37.0
Build ID: 20150417180400
Steps to reproduce:
Playing many (ca. 600+) small MP3 audio files using <audio> tag within an hour or two on Ubuntu 14.04 LTS Firefox 37.0.2 with package "ubuntu-restricted-addons" (gstreamer, ...) installed, so Firefox supports MP3 audio.
Actual results:
It works well until always the same crash occurs, always after playing roughly the same amount of audio files.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x94bbdb40 (LWP 4681)]
mozilla::GStreamerReader::ReadMetadata (this=this@entry=0x834da400,
aInfo=aInfo@entry=0x94bbd014, aTags=aTags@entry=0x835a1c08)
at /build/buildd/firefox-37.0.2+build1/dom/media/gstreamer/GStreamerReader.cpp:428
Please see attached backtrace.
Expected results:
Segmentation fault should not happen.
| Reporter | ||
Comment 1•11 years ago
|
||
Crash does not seem to happen when playing OGG instead of MP3 files.
Updated•10 years ago
|
Priority: -- → P5
Updated•10 years ago
|
Component: Untriaged → Audio/Video
Product: Firefox → Core
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 2•10 years ago
|
||
gstreamer is going in bug 1234092
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•