[FFmpeg-trac] #6192(swscale:new): bus error core dump in swscale optimizations on arm
    FFmpeg 
    trac at avcodec.org
       
    Wed Mar  1 22:06:11 EET 2017
    
    
  
#6192: bus error core dump in swscale optimizations on arm
--------------------------------------+-----------------------------------
             Reporter:  peterbennett  |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  swscale
              Version:  3.2.1         |               Resolution:
             Keywords:  crash         |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+-----------------------------------
Comment (by peterbennett):
 In FFMPEG build directory
 {{{
 pi at tardis ~/proj/github.com/FFmpeg/FFmpeg $ grep NEON config.h
 #define HAVE_NEON 1
 #define HAVE_NEON_EXTERNAL 0
 #define HAVE_NEON_INLINE 0
 #define HAVE_INTRINSICS_NEON 0
 #define CONFIG_NEON_CLOBBER_TEST 0
 }}}
 In MythTV build directory where I build the local copy of ffmpeg for
 MythTV
 {{{
 pi at tardis ~/proj/github.com/bennettpeter/mythtv/mythtv/external/FFmpeg $
 grep NEON config.h
 #define HAVE_NEON 1
 #define HAVE_NEON_EXTERNAL 0
 #define HAVE_NEON_INLINE 0
 #define HAVE_INTRINSICS_NEON 0
 #define CONFIG_NEON_CLOBBER_TEST 0
 }}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6192#comment:12>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
    
    
More information about the FFmpeg-trac
mailing list