GNOME Bugzilla – Bug 572004
seek with AVC crashes
Last modified: 2009-03-04 19:14:49 UTC
Steps to reproduce: 1. pipeline with AVC decoder 2. seek event 3. crash Stack trace: 0:00:00.316764720 18208 0xa1b9780 ERROR ffmpeg :0:: Error decoding AAC frame header. 0:00:00.317316000 18208 0xa1b2e78 ERROR ffmpeg :0:: AVC: Consumed only 2373 bytes instead of 2376 0:00:00.350962680 18208 0xa1b9780 ERROR ffmpeg :0:: invalid sampling rate index 0 0:00:00.361162800 18208 0xa1b9780 ERROR ffmpeg :0:: Error decoding AAC frame header. 0:00:00.364115080 18208 0xa1b9780 ERROR ffmpeg :0:: Reserved bit set. 0:00:00.364236280 18208 0xa1b9780 ERROR ffmpeg :0:: Error decoding AAC frame header. 0:00:00.367944320 18208 0xa1b9780 ERROR ffmpeg :0:: Error decoding AAC frame header. 0:00:00.428619680 18208 0xa1b2e78 ERROR ffmpeg :0:: AVC: Consumed only 1009 bytes instead of 1012 0:00:00.445572840 18208 0xa1b2e78 ERROR ffmpeg :0:: AVC: Consumed only 1413 bytes instead of 1416 0:00:00.479091520 18208 0xa1b2e78 ERROR ffmpeg :0:: AVC: Consumed only 9021 bytes instead of 9024 0:00:00.763425560 18208 0xa1b2e78 ERROR ffmpeg :0:: AVC: Consumed only 1849 bytes instead of 1852 Other information:
Thanks for taking the time to report this bug. Without a stack trace from the crash it's very hard to determine what caused it. Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
+ Trace 212599
Thread 3013606288 (LWP 19182)
Actually a crash in the audio decoder, which is probably AAC. I don't think the FAAD decoder is installed, hence the fallback to gst-ffmpeg's AAC decode.
does this bug also happen with the faad decoder? ffmpeg decoders are known to be buggy and crashy.
*** This bug has been marked as a duplicate of 566250 ***