Memory Allocation Failed converting TIFF to PDF
Posted: 2007-09-23T21:35:40-07:00
I am running ImageMagick 6.3.5 and am getting a "convert: Memory allocation failed `test.pdf'" when running "convert test.tif test.pdf"
The machine is running Gentoo. I have an OSX machine at home with the exact same versions of everything (ImageMagick, TIFF libraries, etc.) and it does the conversion perfectly fine. The only difference I can see is that the server I'm having the problem on is 64-bit?
For reference, I tried a sample file from http://www.fileformat.info/format/tiff/sample/index.htm, the CCITT_4.TIF one.
When doing a "convert -debug all test.tif test.pdf" I get the following output:
$ convert -debug all test.tif test.pdf
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/coder.xml"
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/coder.xml"/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/coder.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/coder.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/coder.xml"
[31258]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/coder.xml"
Configure convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "coder.xml"
/unknown/629/Configure
Loading coder map "/usr/local/share/ImageMagick-6.3.5/config/coder.xml" ...
q?*[31258]: module.c/unknown/1046/Module
Searching for module "TIFF" using filename "tiff.la"
q?* convert[31258]: module.c/unknown/588/Module
Searching for coder module file "tiff.la" ...
q?*/1066/Module
Opening module at path "/usr/local/lib/ImageMagick-6.3.5/modules-Q8/coders/tiff.la"
q?*/unknown/1100/Module
Method "RegisterTIFFImage" in module "TIFF" at address 0x2ad71c9d2890
/unknown/1115/Module
Method "UnregisterTIFFImage" in module "TIFF" at address 0x2ad71c9d2850
?i?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
0:01 0.000u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy
?p?*/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/magic.xml"
?p?*/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/magic.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/magic.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/magic.xml"
[31258]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/magic.xml"
Configure convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "magic.xml"
/unknown/678/Configure
Loading magic map "/usr/local/share/ImageMagick-6.3.5/config/magic.xml" ...
?p?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
?p?* 0:01 0.000u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy
?p?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
?p?* 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/499/Coder
Geometry: 1728x2376
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/503/Coder
Bits per sample: 1
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/503/Coder
Bits per sample: 1 0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/505/Coder
Min sample value: 0
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/507/Coder
Max sample value: 1
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/520/Coder
Photometric: MINISWHITE
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/664/Coder
Image depth: 1
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 15.6621mb/15.6621mb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 15.6621mb/15.6621mb/768mb
[31258]: cache.c/unknown/3524/Cache
open test.tif[0] (anonymous memory, 1728x2376 15.6621mb)
convert[31258]: module.c/unknown/1046/Module
Searching for module "PDF" using filename "pdf.la"
Module convert[31258]: module.c/unknown/588/Module
Searching for coder module file "pdf.la" ...
/1066/Module
Opening module at path "/usr/local/lib/ImageMagick-6.3.5/modules-Q8/coders/pdf.la"
module.c/unknown/1100/Module
Method "RegisterPDFImage" in module "PDF" at address 0x2ad71da97470
/unknown/1115/Module
Method "UnregisterPDFImage" in module "PDF" at address 0x2ad71da97450
/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/delegates.xml"
/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/delegates.xml"
/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/delegates.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/delegates.xml"
]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/delegates.xml"
convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "delegates.xml"
/unknown/1165/Configure
Loading delegate map "/usr/local/lib/ImageMagick-6.3.5/config/delegates.xml" ...
0:01 0.210u 6.3.5 Resource convert[31258]: resource.c/unknown/418/Resource
/tmp/magick-XXoJFa9I
0:02 0.410u 6.3.5 Resource convert[31258]: resource.c/unknown/857/Resource
/tmp/magick-XXoJFa9I
/498/Locale
Searching for locale file: "/usr/local/lib/ImageMagick-6.3.5/config/locale.xml"
/498/Locale
Searching for locale file: "/usr/local/share/ImageMagick-6.3.5/config/locale.xml"
/498/Locale
Searching for locale file: "/usr/local/share/doc/ImageMagick-6.3.5/locale.xml"
/unknown/498/Locale
Searching for locale file: "/usr/local/share/ImageMagick-6.3.5/locale.xml"
31258]: locale.c/unknown/498/Locale
Searching for locale file: "/home/dylan/.magick/locale.xml"
Locale convert[31258]: locale.c/unknown/498/Locale
Searching for locale file: "locale.xml"
/unknown/832/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.3.5/config/locale.xml" ...
?/unknown/832/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.3.5/config/english.xml" ...
? 6.3.5 Exception convert[31258]: compress.c/unknown/1023/Exception
Memory allocation failed `test.pdf'
? 0.440u 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 797.07kb/797.07kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 797.07kb/16.4405mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 385x530 797.07kb)
? 0:02 0.440u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 31.8828kb/31.8828kb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 31.8828kb/16.4716mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 31.8828kb)
? 0:02 0.460u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 159.414kb/159.414kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 159.414kb/16.6273mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 385x106 159.414kb)
? 0:02 0.460u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][18x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][23x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+1+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][28x106+0+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+2+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][30x106+8+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+4+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+8+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+16+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][30x106+128+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+32+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+64+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+76+0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 159.414kb/16.4716mb/768mb
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 797.07kb/15.6932mb/768mb
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 31.8828kb/31.8828kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 31.8828kb/15.7244mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 31.8828kb)
0:02 0.710u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 39.8535kb/39.8535kb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 39.8535kb/15.7633mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 39.8535kb)
? 0:02 0.710u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 31.8828kb/15.7322mb/768mb
? 0:02 0.900u 6.3.5 Resource convert[31258]: resource.c/unknown/418/Resource
/tmp/magick-XXXv4xwh
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 39.8535kb/15.6932mb/768mb
? 0:02 0.900u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 0:02 0.900u 6.3.5 Resource convert[31258]: resource.c/unknown/857/Resource
/tmp/magick-XXXv4xwh
? 6.3.5 Exception convert[31258]: compress.c/unknown/1023/Exception
Memory allocation failed `test.pdf'
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 31.8828kb/15.6621mb/768mb
? 0:02 0.900u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
?0:02 0.910u 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 15.6621mb/0b/768mb
? 0:02 0.910u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.tif[0]
convert: Memory allocation failed `test.pdf'.
dylan@pdx ~ $
The machine is running Gentoo. I have an OSX machine at home with the exact same versions of everything (ImageMagick, TIFF libraries, etc.) and it does the conversion perfectly fine. The only difference I can see is that the server I'm having the problem on is 64-bit?
For reference, I tried a sample file from http://www.fileformat.info/format/tiff/sample/index.htm, the CCITT_4.TIF one.
When doing a "convert -debug all test.tif test.pdf" I get the following output:
$ convert -debug all test.tif test.pdf
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/coder.xml"
[31258]: utility.c/unknown/805/Configure
Command line: convert {-debug} {all} {test.tif} {test.pdf}/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/coder.xml"/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/coder.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/coder.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/coder.xml"
[31258]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/coder.xml"
Configure convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "coder.xml"
/unknown/629/Configure
Loading coder map "/usr/local/share/ImageMagick-6.3.5/config/coder.xml" ...
q?*[31258]: module.c/unknown/1046/Module
Searching for module "TIFF" using filename "tiff.la"
q?* convert[31258]: module.c/unknown/588/Module
Searching for coder module file "tiff.la" ...
q?*/1066/Module
Opening module at path "/usr/local/lib/ImageMagick-6.3.5/modules-Q8/coders/tiff.la"
q?*/unknown/1100/Module
Method "RegisterTIFFImage" in module "TIFF" at address 0x2ad71c9d2890
/unknown/1115/Module
Method "UnregisterTIFFImage" in module "TIFF" at address 0x2ad71c9d2850
?i?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
0:01 0.000u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy
?p?*/unknown/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/magic.xml"
?p?*/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/magic.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/magic.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/magic.xml"
[31258]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/magic.xml"
Configure convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "magic.xml"
/unknown/678/Configure
Loading magic map "/usr/local/share/ImageMagick-6.3.5/config/magic.xml" ...
?p?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
?p?* 0:01 0.000u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy
?p?* 0.000u 6.3.5 Blob convert[31258]: blob.c/unknown/2320/Blob
read 4096 magic header bytes
?p?* 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/499/Coder
Geometry: 1728x2376
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/503/Coder
Bits per sample: 1
?eS 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/501/Coder
Interlace: 1 0:01 0.000u 6.3.5 Coder convert[31258]: tiff.c/unknown/503/Coder
Bits per sample: 1 0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/505/Coder
Min sample value: 0
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/507/Coder
Max sample value: 1
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/520/Coder
Photometric: MINISWHITE
0:01 0.010u 6.3.5 Coder convert[31258]: tiff.c/unknown/664/Coder
Image depth: 1
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 15.6621mb/15.6621mb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 15.6621mb/15.6621mb/768mb
[31258]: cache.c/unknown/3524/Cache
open test.tif[0] (anonymous memory, 1728x2376 15.6621mb)
convert[31258]: module.c/unknown/1046/Module
Searching for module "PDF" using filename "pdf.la"
Module convert[31258]: module.c/unknown/588/Module
Searching for coder module file "pdf.la" ...
/1066/Module
Opening module at path "/usr/local/lib/ImageMagick-6.3.5/modules-Q8/coders/pdf.la"
module.c/unknown/1100/Module
Method "RegisterPDFImage" in module "PDF" at address 0x2ad71da97470
/unknown/1115/Module
Method "UnregisterPDFImage" in module "PDF" at address 0x2ad71da97450
/482/Configure
Searching for configure file: "/usr/local/lib/ImageMagick-6.3.5/config/delegates.xml"
/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/config/delegates.xml"
/482/Configure
Searching for configure file: "/usr/local/share/doc/ImageMagick-6.3.5/delegates.xml"
/unknown/482/Configure
Searching for configure file: "/usr/local/share/ImageMagick-6.3.5/delegates.xml"
]: configure.c/unknown/482/Configure
Searching for configure file: "/home/dylan/.magick/delegates.xml"
convert[31258]: configure.c/unknown/482/Configure
Searching for configure file: "delegates.xml"
/unknown/1165/Configure
Loading delegate map "/usr/local/lib/ImageMagick-6.3.5/config/delegates.xml" ...
0:01 0.210u 6.3.5 Resource convert[31258]: resource.c/unknown/418/Resource
/tmp/magick-XXoJFa9I
0:02 0.410u 6.3.5 Resource convert[31258]: resource.c/unknown/857/Resource
/tmp/magick-XXoJFa9I
/498/Locale
Searching for locale file: "/usr/local/lib/ImageMagick-6.3.5/config/locale.xml"
/498/Locale
Searching for locale file: "/usr/local/share/ImageMagick-6.3.5/config/locale.xml"
/498/Locale
Searching for locale file: "/usr/local/share/doc/ImageMagick-6.3.5/locale.xml"
/unknown/498/Locale
Searching for locale file: "/usr/local/share/ImageMagick-6.3.5/locale.xml"
31258]: locale.c/unknown/498/Locale
Searching for locale file: "/home/dylan/.magick/locale.xml"
Locale convert[31258]: locale.c/unknown/498/Locale
Searching for locale file: "locale.xml"
/unknown/832/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.3.5/config/locale.xml" ...
?/unknown/832/Configure
Loading locale map "/usr/local/lib/ImageMagick-6.3.5/config/english.xml" ...
? 6.3.5 Exception convert[31258]: compress.c/unknown/1023/Exception
Memory allocation failed `test.pdf'
? 0.440u 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 797.07kb/797.07kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 797.07kb/16.4405mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 385x530 797.07kb)
? 0:02 0.440u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 31.8828kb/31.8828kb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 31.8828kb/16.4716mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 31.8828kb)
? 0:02 0.460u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 159.414kb/159.414kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 159.414kb/16.6273mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 385x106 159.414kb)
? 0:02 0.460u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][18x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][23x106+0+0]
0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+1+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][28x106+0+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+2+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][30x106+8+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+4+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+8+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+16+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/3969/Cache
test.pdf[0][30x106+128+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+32+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+64+0]
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/4885/Cache
test.pdf[0][1x106+76+0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 159.414kb/16.4716mb/768mb
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 797.07kb/15.6932mb/768mb
? 0:02 0.480u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 31.8828kb/31.8828kb/1024mb
? 6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 31.8828kb/15.7244mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 31.8828kb)
0:02 0.710u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Area: 39.8535kb/39.8535kb/1024mb
6.3.5 Resource convert[31258]: resource.c/unknown/216/Resource
Memory: 39.8535kb/15.7633mb/768mb
?[31258]: cache.c/unknown/3524/Cache
open test.pdf[0] (anonymous memory, 77x106 39.8535kb)
? 0:02 0.710u 6.3.5 Cache convert[31258]: cache.c/unknown/1927/Cache
memory => memory
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 31.8828kb/15.7322mb/768mb
? 0:02 0.900u 6.3.5 Resource convert[31258]: resource.c/unknown/418/Resource
/tmp/magick-XXXv4xwh
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 39.8535kb/15.6932mb/768mb
? 0:02 0.900u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
? 0:02 0.900u 6.3.5 Resource convert[31258]: resource.c/unknown/857/Resource
/tmp/magick-XXXv4xwh
? 6.3.5 Exception convert[31258]: compress.c/unknown/1023/Exception
Memory allocation failed `test.pdf'
? 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 31.8828kb/15.6621mb/768mb
? 0:02 0.900u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.pdf[0]
?0:02 0.910u 6.3.5 Resource convert[31258]: resource.c/unknown/824/Resource
Memory: 15.6621mb/0b/768mb
? 0:02 0.910u 6.3.5 Cache convert[31258]: cache.c/unknown/2161/Cache
destroy test.tif[0]
convert: Memory allocation failed `test.pdf'.
dylan@pdx ~ $