Menu

malloc error during conversion

Help
2010-01-12
2013-05-02
  • Christopher Andrews

    I've recently started to have a problem with VideoMonkey, which may or may not be related to a recent upgrade to Snow Leopard (at least this never happened before the upgrade). I would put in a collection of videos to convert, the first two would run just fine, but then on the third one, the CPU utilization would drop down and progress would stop. When I reran the job (minus the two completed videos), the video that hung it up before worked fine and it got stuck on the third video again. I looked in the console (the system one, not the integrated one - that one showed normal ffmpeg output and nothing else) I found this:

    1/12/10 2:08:15 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   ============================================================================
    1/12/10 2:08:15 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Begin transcode: test_vid.avi --> test_vid.mp4
    1/12/10 2:08:16 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] 
    1/12/10 2:08:16 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] Command to execute:
    1/12/10 2:08:16 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0]     ffmpeg -threads 2 -y -i "/Volumes/Valhalla/cpa/Movies/test_vid.avi" -vcodec libx264 -b 1148392.2839164734 -s 640x464 -aspect 640:464 -r 29.97 -async 50 -acodec libfaac -ab 128000 -ar 48000 -ac 2 -vpre hq-pass1 -pass 1 -passlogfile "/tmp/0x36f310-tmppass.log" -bf 0 -coder 0 -flags2 -wpred-dct8x8 "/Volumes/Valhalla/cpa/Movies/test_vid.mp4"
    1/12/10 2:08:16 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] 
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> FFmpeg version SVN-r18075, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   configuration: --disable-ffplay --disable-ffserver --enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libavutil     50. 0. 0 / 50. 0. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libavcodec    52.22. 0 / 52.22. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libavformat   52.32. 0 / 52.32. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libavdevice   52. 1. 0 / 52. 1. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libavfilter    0. 4. 0 /  0. 4. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libswscale     0. 7. 1 /  0. 7. 1
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   libpostproc   51. 2. 0 / 51. 2. 0
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   built on Mar 20 2009 07:27:34, gcc: 4.0.1 (Apple Inc. build 5493)
    1/12/10 2:08:20 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Warning: not compiled with thread support, using thread emulation
    1/12/10 2:08:22 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/1001) -> 29.97 (2997/100)
    1/12/10 2:08:22 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Input #0, avi, from '/Volumes/Valhalla/cpa/Movies/test_vid.avi':
    1/12/10 2:08:22 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   Duration: 00:42:09.52, start: 0.000000, bitrate: 3479 kb/s
    1/12/10 2:08:22 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->     Stream #0.0: Video: mpeg4, yuv420p, 720x480 [PAR 10:11 DAR 15:11], 29.97 tbr, 29.97 tbn, 29.97 tbc
    1/12/10 2:08:22 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->     Stream #0.1: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
    1/12/10 2:08:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]using SAR=1/1
    1/12/10 2:08:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]using cpu capabilities: MMX2 Cache64
    1/12/10 2:08:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]profile Baseline, level 3.0
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Output #0, mp4, to '/Volumes/Valhalla/cpa/Movies/test_vid.mp4':
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->     Stream #0.0: Video: libx264, yuv420p, 640x464 [PAR 1:1 DAR 40:29], q=10-51, pass 1, 1148 kb/s, 2997 tbn, 29.97 tbc
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->     Stream #0.1: Audio: libfaac, 48000 Hz, stereo, s16, 128 kb/s
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Stream mapping:
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   Stream #0.0 -> #0.0
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] -->   Stream #0.1 -> #0.1
    1/12/10 2:08:26 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> Press [q] to stop encoding
    1/12/10 2:30:17 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> video:356330kB audio:39513kB global headers:1kB muxing overhead 0.384565%
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]slice I:943   Avg QP:22.56  size: 18916
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]slice P:74867 Avg QP:26.19  size:  4635
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]mb I  I16..4: 43.6%  0.0% 56.4%
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]mb P  I16..4: 20.5%  0.0%  0.0%  P16..4: 53.0%  0.0%  0.0%  0.0%  0.0%    skip:26.5%
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]final ratefactor: 25.77
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]SSIM Mean Y:0.9628369
    1/12/10 2:30:18 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 0] --> [libx264 @ 0x1051200]kb/s:1154.0
    1/12/10 2:30:21 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] 
    1/12/10 2:30:21 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] Command to execute:
    1/12/10 2:30:21 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1]     ffmpeg -threads 2 -y -i "/Volumes/Valhalla/cpa/Movies/test_vid.avi" -vcodec libx264 -b 1148392.2839164734 -s 640x464 -aspect 640:464 -r 29.97 -async 50 -acodec libfaac -ab 128000 -ar 48000 -ac 2 -vpre hq -pass 2 -passlogfile "/tmp/0x36f310-tmppass.log" -bf 0 -coder 0 -flags2 -wpred-dct8x8 "/Volumes/Valhalla/cpa/Movies/test_vid.mp4"
    1/12/10 2:30:21 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] 
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> FFmpeg version SVN-r18075, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   configuration: --disable-ffplay --disable-ffserver --enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-libfaac --enable-libfaad --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libx264 --enable-libxvid
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libavutil     50. 0. 0 / 50. 0. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libavcodec    52.22. 0 / 52.22. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libavformat   52.32. 0 / 52.32. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libavdevice   52. 1. 0 / 52. 1. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libavfilter    0. 4. 0 /  0. 4. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libswscale     0. 7. 1 /  0. 7. 1
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   libpostproc   51. 2. 0 / 51. 2. 0
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   built on Mar 20 2009 07:27:34, gcc: 4.0.1 (Apple Inc. build 5493)
    1/12/10 2:30:23 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Warning: not compiled with thread support, using thread emulation
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Seems stream 0 codec frame rate differs from container frame rate: 29.97 (30000/1001) -> 29.97 (2997/100)
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Input #0, avi, from '/Volumes/Valhalla/cpa/Movies/test_vid.avi':
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   Duration: 00:42:09.52, start: 0.000000, bitrate: 3479 kb/s
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->     Stream #0.0: Video: mpeg4, yuv420p, 720x480 [PAR 10:11 DAR 15:11], 29.97 tbr, 29.97 tbn, 29.97 tbc
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->     Stream #0.1: Audio: mp2, 48000 Hz, stereo, s16, 224 kb/s
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> [libx264 @ 0x1051200]using SAR=1/1
    1/12/10 2:30:24 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> [libx264 @ 0x1051200]using cpu capabilities: MMX2 Cache64
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> [libx264 @ 0x1051200]profile Baseline, level 3.0
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Output #0, mp4, to '/Volumes/Valhalla/cpa/Movies/test_vid.mp4':
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->     Stream #0.0: Video: libx264 (hq), yuv420p, 640x464 [PAR 1:1 DAR 40:29], q=10-51, pass 2, 1148 kb/s, 2997 tbn, 29.97 tbc
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->     Stream #0.1: Audio: libfaac, 48000 Hz, stereo, s16, 128 kb/s
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Stream mapping:
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   Stream #0.0 -> #0.0
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] -->   Stream #0.1 -> #0.1
    1/12/10 2:30:35 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]       [Command 1] --> Press [q] to stop encoding
    1/12/10 2:32:59 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:32:59 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:32:59 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:00 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:00 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:01 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:01 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:01 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:01 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:01 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:02 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:02 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:02 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:02 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:02 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:03 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:03 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:04 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:04 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:04 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:06 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:06 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:07 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:07 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:07 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:07 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:07 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:08 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:08 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:08 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:08 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:08 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:09 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:09 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:09 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:09 AM  VideoMonkey[31104]  CGImageDestinationFinalize failed for output type 'public.tiff'
    1/12/10 2:33:09 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   TIFFWriteBufferSetup: tiff data provider: No space for output buffer.
    1/12/10 2:33:10 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:10 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:10 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:10 AM  VideoMonkey[31104]  CGImageDestinationFinalize failed for output type 'public.tiff'
    1/12/10 2:33:10 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   TIFFWriteBufferSetup: tiff data provider: No space for output buffer.
    1/12/10 2:33:10 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:10 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:11 AM  VideoMonkey[31104]  CGImageDestinationFinalize failed for output type 'public.tiff'
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   tiff data provider: No space to read tag value.
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   TIFFWriteBufferSetup: tiff data provider: No space for output buffer.
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:11 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:11 AM  VideoMonkey[31104]  CGImageDestinationFinalize failed for output type 'public.tiff'
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   tiff data provider: No space to read tag value.
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xa03c2500) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   TIFFWriteBufferSetup: tiff data provider: No space for output buffer.
    1/12/10 2:33:11 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   Tue Jan 12 02:33:11 Thor-2.local VideoMonkey[31104] <Error>: CGImageSourceCreateWithData: data parameter is nil
    1/12/10 2:33:15 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   VideoMonkey(31104,0xb0103000) malloc: *** mmap(size=16777216) failed (error code=12)
    1/12/10 2:33:15 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** error: can't allocate region
    1/12/10 2:33:15 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   *** set a breakpoint in malloc_error_break to debug
    1/12/10 2:33:15 AM  VideoMonkey[31104]  *** -[NSConcreteData initWithBytes:length:copy:freeWhenDone:bytesAreVM:]: absurd length: 4294967295, maximum size: 2147483648 bytes
    1/12/10 9:55:01 AM  [0x0-0x347347].org.VideoMonkey.VideoMonkey[31104]   FAILED with error code: 255
    
     
  • Chris Marrin

    Chris Marrin - 2010-01-12

    I've seen the same thing sometimes. Looks like uninitialized memory or something. I will look into it. Can you open a bug on this issue?

     

Log in to post a comment.