#2677 closed defect (fixed)
Crash when trying to read a .tta audio file
Reported by: | cyril | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | tta crash SIGSEGV regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug: ffplay crashes when trying to read a .tta audio file. I used the latest Zeranoe build, it was working fine with previous builds from 2-3 weeks ago. Regression is maybe related to the fix for ticket #2635.
Tested file: http://towerofbabel.free.fr/test/music.ape.tta
How to reproduce:
% ffplay.exe music.ape.tta ffplay version N-54036-g6c4516d Copyright (c) 2003-2013 the FFmpeg developers built on Jun 15 2013 13:04:51 with gcc 4.7.3 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab le-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetyp e --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --ena ble-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-l ibopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libsp eex --enable-libtheora --enable-libtwolame --enable-libvo-aacenc --enable-libvo- amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs -- enable-libxvid --enable-zlib libavutil 52. 35.101 / 52. 35.101 libavcodec 55. 16.100 / 55. 16.100 libavformat 55. 8.102 / 55. 8.102 libavdevice 55. 2.100 / 55. 2.100 libavfilter 3. 77.101 / 3. 77.101 libswscale 2. 3.100 / 2. 3.100 libswresample 0. 17.102 / 0. 17.102 libpostproc 52. 3.100 / 52. 3.100 nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
Change History (4)
comment:1 by , 11 years ago
Component: | FFplay → avcodec |
---|---|
Keywords: | tta crash SIGSEGV regression added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Summary: | ffplay crashes when trying to read a .tta audio file → Crash when trying to read a .tta audio file |
comment:2 by , 11 years ago
Another detail: I have the same audio file but with id3v2 metadata instead of ape metadata. The id3v2 version doesn't have any issue: http://towerofbabel.free.fr/test/music.id3.tta
Sorry, I don't have a smaller sample...
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed in 9ea7ff7955192c38ac277a19920a96deed510be1.
comment:4 by , 11 years ago
Component: | avcodec → avformat |
---|
Note:
See TracTickets
for help on using tickets.
Regression since 55121f3