[FFmpeg-trac] #4414(undetermined:closed): FFMPEG.EXE and all software packages written around it crash on my computers.

FFmpeg trac at avcodec.org
Tue Mar 31 05:41:37 CEST 2015


#4414: FFMPEG.EXE and all software packages written around it crash on my
computers.
-------------------------------------+-------------------------------------
             Reporter:  mstrait      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:               |               Resolution:  invalid
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
Changes (by 11rcombs):

 * status:  new => closed
 * resolution:   => invalid


Comment:

 That's an illegal instruction; it probably indicates that the executable
 used SSE or some other extension that your CPU doesn't support. This is
 most likely due to you using a build of ffmpeg meant for newer processors;
 try building it yourself using {{{-march=native}}} or the equivalent arg
 for your compiler; reopen this ticket if the issue persists.

 Also, note that while as far as I'm aware nobody's officially deprecated
 support for pre-SSE CPUs and Windows XP, you might have a hard time
 finding anyone willing to work on fixes for either.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4414#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list