[FFmpeg-trac] #3358(swresample:new): swr_convert crash

FFmpeg trac at avcodec.org
Tue Jan 28 00:31:40 CET 2014


#3358: swr_convert crash
-------------------------------------+-------------------------------------
             Reporter:  TheSHEEEP    |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  swresample
             Keywords:               |               Resolution:
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------

Comment (by TheSHEEEP):

 I disabled sse (--disable-sse, sse2 and sse3) to see if that was the issue
 and I think it is not. I do now get a crash in the same function
 (swri_audio_convert), but the part that is called when sse is not
 available:

 {{{
 ctx->conv_f(po+off*os, pi+off*is, is, os, end);
 }}}

 And conv_f seems to point to this:


 {{{
 conv_AV_SAMPLE_FMT_FLT_to_AV_SAMPLE_FMT_S16 (po=0x1000 <Address 0x1000 out
 of bounds>, pi=0x3f25b680
 \"\3708J8\331\225\\036\\070\362@\3527\317$\\f8\360\242L8\334oz88\250\2248]\\033\\271\\070v&\3258l\276\3448\275T\3738\353b\\004\\071\\262\\037\3628\\f.\3108\341\\215\2278\\201\267\\016\\070.|\237\267\\aL\227\270\255\332\\005\\271\252\314K\271\\230\265\\210\\271\356\\025\246\271U\320\304\271d\\231\350\271\271P\\004\272\234\203\\017\272\324\\230\\027\272\322\365\\033\272V\\006\\032\272\245_\\024\272\241Y\\016\272\236\317\\004\272\310\267\353\271A+\313\2711\376\246\271\",
 is=4, os=2, end=0x1480 <Address 0x1480 out of bounds>)
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/3358#comment:2>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list