Closed
Bug 839493
Opened 13 years ago
Closed 13 years ago
Firefox OOM when seeking to already buffered stream [ogg theora]
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 834667
People
(Reporter: jhorak, Unassigned)
Details
We've encountered OOM problem when seeking to already buffered stream.
Reproduction steps:
1. Use Firefox 17.0.2 ESR
2. go to http://people.xiph.org/~maikmerten/demos/bigbuckbunny-videoonly.html
3. press Play
4. wait till some stream is buffered (brighter progressbar)
5. seek forward to already buffered stream
6. wait till OOM crash (very fast)
It looks like in nsOggReader::DecodeTheora it is added a lot of VideoData objects to mVideoQueue and it is never popped out. Until seek, there's only ~9 objects in mVideoQueue, after seek, number of objects in queue starts to rise to few hundreds before OOM.
This bug is valid for Firefox 17.0.2 ESR.
| Reporter | ||
Updated•13 years ago
|
Summary: Firefox OOM when seeking to already buffered stream → Firefox OOM when seeking to already buffered stream [ogg theora]
Comment 1•13 years ago
|
||
I believe this is bug 834667, fixed a week ago. Could you give us the revision from which your build is build (available in about:buildconfig)?
Flags: needinfo?(jhorak)
| Reporter | ||
Comment 2•13 years ago
|
||
I'm using source tarball from:
ftp://ftp.mozilla.org/pub/firefox/nightly/17.0.2esr-candidates/build3/
I don't get any OOM with applied patch from bug 834667, so this looks like dup. Thanks for pointing me to right direction.
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: needinfo?(jhorak)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•