Opened 12 years ago

Closed 12 years ago

#1397 closed defect (fixed)

sonic crash

Reported by: ami_stuff Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: sonic crash fpe
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

http://www.datafilehost.com/download-d2b7d207.html

(gdb) r -acodec sonic -strict -2 -i test.flac -f null -
Starting program: d:\mingw\msys\1.0\ffmpeg-head-ab7d6cb\ffmpeg_g.exe -acodec son
ic -strict -2 -i test.flac -f null -
[New Thread 1504.0x57c]
ffmpeg version 0.10.2.git-ab7d6cb Copyright (c) 2000-2012 the FFmpeg developers
  built on May 30 2012 13:37:47 with gcc 4.6.1
  configuration: --disable-ffprobe --enable-gpl
  libavutil      51. 55.100 / 51. 55.100
  libavcodec     54. 23.100 / 54. 23.100
  libavformat    54.  6.101 / 54.  6.101
  libavdevice    54.  0.100 / 54.  0.100
  libavfilter     2. 77.100 /  2. 77.100
  libswscale      2.  1.100 /  2.  1.100
  libswresample   0. 15.100 /  0. 15.100
  libpostproc    52.  0.100 / 52.  0.100
[sonic @ 03bbc7c0] Warning: not compiled with thread support, using thread emula
tion

Program received signal SIGFPE, Arithmetic exception.
0x00b30a61 in sonic_decode_init (avctx=0x3bbc7c0) at libavcodec/sonic.c:803
803         s->block_align = (int)(2048.0*s->samplerate/44100)/s->downsampling;
(gdb) bt
#0  0x00b30a61 in sonic_decode_init (avctx=0x3bbc7c0)
    at libavcodec/sonic.c:803
#1  0x00540fbc in avcodec_open2 (avctx=0x3bbc7c0, codec=<optimized out>,
    options=0x3bc16a0) at libavcodec/utils.c:925
#2  0x00477e8c in avformat_find_stream_info (ic=0x3bb2340, options=0x3bc16a0)
    at libavformat/utils.c:2485
#3  0x0040ab87 in opt_input_file (o=0x22fdc8, opt=0x3bc0eb9 "i",
    filename=<optimized out>) at ffmpeg.c:4327
#4  0x00413a7f in parse_option (optctx=0x22fdc8, opt=<optimized out>,
    arg=0x3bc0ebb "test.flac", options=0xb74bc0) at cmdutils.c:305
#5  0x00413ce2 in parse_options (optctx=0x22fdc8, argc=10,
    argv=<optimized out>, options=0xb74bc0,
    parse_arg_function=0x410748 <opt_output_file>) at cmdutils.c:338
#6  0x00b12ef5 in main (argc=10, argv=0x3bc0e00) at ffmpeg.c:5906
(gdb)

Change History (2)

comment:1 by Carl Eugen Hoyos, 12 years ago

Component: undeterminedavcodec
Keywords: sonic crash fpe added
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by Michael Niedermayer, 12 years ago

Resolution: fixed
Status: openclosed
Note: See TracTickets for help on using tickets.