Re: [FFmpeg-trac] #7196(ffplay:new): ffplay crashes on seeking

2018-05-13 Thread FFmpeg
#7196: ffplay crashes on seeking
+--
 Reporter:  aleks   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  ffplay
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--

Comment (by aleks):

 No, prebuilt ffmpeg works fine.

 {{{
 C:\path\ffmpeg-4.0-win32-shared\bin>ffmpeg
 ffmpeg version 4.0 Copyright (c) 2000-2018 the FFmpeg developers
   built with gcc 7.3.0 (GCC)
   configuration: --disable-static --enable-shared --enable-gpl --enable-
 version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls
 --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype
 --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb
 --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy
 --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx
 --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265
 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp
 --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-
 libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-
 libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va
 --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
   libavutil  56. 14.100 / 56. 14.100
   libavcodec 58. 18.100 / 58. 18.100
   libavformat58. 12.100 / 58. 12.100
   libavdevice58.  3.100 / 58.  3.100
   libavfilter 7. 16.100 /  7. 16.100
   libswscale  5.  1.100 /  5.  1.100
   libswresample   3.  1.100 /  3.  1.100
   libpostproc55.  1.100 / 55.  1.100
 Hyper fast Audio and Video encoder
 }}}

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7196(ffplay:new): ffplay crashes on seeking

2018-05-10 Thread FFmpeg
#7196: ffplay crashes on seeking
+--
 Reporter:  aleks   |Owner:
 Type:  defect  |   Status:  new
 Priority:  normal  |Component:  ffplay
  Version:  git-master  |   Resolution:
 Keywords:  |   Blocked By:
 Blocking:  |  Reproduced by developer:  0
Analyzed by developer:  0   |
+--

Comment (by cehoyos):

 Can you reproduce the crash with a Zeranoe binary?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


[FFmpeg-trac] #7196(ffplay:new): ffplay crashes on seeking

2018-05-10 Thread FFmpeg
#7196: ffplay crashes on seeking
---+--
 Reporter:  aleks  | Type:  defect
   Status:  new| Priority:  normal
Component:  ffplay |  Version:  git-master
 Keywords: |   Blocked By:
 Blocking: |  Reproduced by developer:  0
Analyzed by developer:  0  |
---+--
 Summary of the bug:

 I tried to compile ffmpeg myself. I'm on windows 7, 32 bit, used msys2 to
 compile it. The compiled version almost works, but when I use right arrow
 to seek forward, ffplay crashes, producing ffplay.exe.stackdump file.
 Console output contains this afterwards:

 {{{
 Segmentation fault (стек памяти сброшен на диск)B sq=0B f=0/0
 }}}

 This means something like "stack of memory dropped on disk".

 Version:
 {{{
 $ ffmpeg
 ffmpeg version 3.4.git Copyright (c) 2000-2018 the FFmpeg developers
   built with gcc 7.3.0 (GCC)
   configuration: --enable-shared --enable-gpl --enable-version3 --enable-
 nonfree --disable-doc
   libavutil  56. 18.100 / 56. 18.100
   libavcodec 58. 19.101 / 58. 19.101
   libavformat58. 13.102 / 58. 13.102
   libavdevice58.  4.100 / 58.  4.100
   libavfilter 7. 21.100 /  7. 21.100
   libswscale  5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc55.  2.100 / 55.  2.100
 Hyper fast Audio and Video encoder
 usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
 outfile}...

 Use -h to get full help or, even better, run 'man ffmpeg'
 }}}

 msys2 packets were recently updated, week ago.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac