Changes between Initial Version and Version 2 of Ticket #1577
- Timestamp:
- 08/03/2012 01:56:28 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1577
- Property Status changed from new to open
- Property Reproduced by developer set
- Property Component changed from undetermined to avformat
- Property Summary changed from ffmpeg crashes with double free or corruption when encode is interupted with 'q' to ffmpeg crashes with double free or corruption when stream copying timecode track
- Property Priority changed from normal to important
- Property Owner set to ubitux
- Property Version changed from unspecified to git-master
- Property Keywords crash tmcd added
-
Ticket #1577 – Description
initial v2 3 3 I have also attached a sample of the file that crashes. 4 4 5 {{{ 5 6 $ ffmpeg -i side_effects_graded.mov -vcodec prores -profile:v 3 -vf crop=2048:872:0:140 -s 2048x872 -dcodec copy -map 0:0 -map 0:1 -threads 4 /media/Media/Projects/Side\ Effects/side_effects_graded_crop.mov 6 7 ffmpeg version N-41701-g0c142e4 Copyright (c) 2000-2012 the FFmpeg developers … … 214 215 7f439c720000-7f439c78a000 r-xp 00000000 08:11 3015103 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3 215 216 7f439c78a000-7f439c989000 ---p 0006a000 08:11 3015103 /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3Aborted (core dumped) 217 }}} 216 218 217 219 {{{ 218 220 (gdb) bt 219 221 #0 0x00007ffff562e445 in raise () from /lib/x86_64-linux-gnu/libc.so.6 … … 327 329 0xdfb5, 0x4046, 0x0, 0x0, 0x0, 0x0}, v4_int32 = {0x16f209c0, 0x4046dfb5, 0x0, 0x0}, v2_int64 = {0x4046dfb516f209c0, 0x0}, uint128 = 0x00000000000000004046dfb516f209c0} 328 330 mxcsr 0x1fa0 [ PE IM DM ZM OM UM PM ] 331 }}}


