[FFmpeg-trac] #423(undetermined:open): ffmpeg.exe MOV to WebM x64 crash

FFmpeg trac at avcodec.org
Wed Aug 31 13:54:20 CEST 2011


#423: ffmpeg.exe MOV to WebM x64 crash
---------------------------+---------------------------
Reporter:  mrgenie         |       Owner:  michael
    Type:  defect          |      Status:  open
Priority:  important       |   Component:  undetermined
 Version:  unspecified     |  Resolution:
Keywords:  webM x64 crash  |  Blocked By:
Blocking:                  |  Reproduced:  0
Analyzed:  0               |
---------------------------+---------------------------

Comment (by mrgenie):

 If you encounter a crash bug, please provide the gdb output, backtrace and
 disassembly using the the ffmpeg_g debug binary as follows:

     gdb ffmpeg_g

 In gdb, type 'r' for run, along with the rest of the ffmpeg command line:

     r <rest of command line>

 When gdb encounters its problem, run the following commands and copy/paste
 the output into your bug report:

     bt
     disass $pc-32,$pc+32
     info all-registers

 With older gdb versions, use disass $pc-32 $pc+32.

 I have no idea how to do this. I'm just using the ffmpeg.exe

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


More information about the FFmpeg-trac mailing list