bakape / thumbnailer

Go media thumbnailer
MIT License
153 stars 36 forks source link

Ghostscript crashing program #27

Closed bakape closed 6 years ago

bakape commented 6 years ago

Thumbnailing this PDF crashes the program somehow with Magick: "gs" "-q" "-dBATCH" "-dSAFER" "-dMaxBitmap=50000000" "-dNOPAUSE" "-sDEVICE=pnmraw" "-dTextAlphaBits=4" "-dGraphicsAlphaBits=4" "-r72x72" "-sOutputFile=/tmp/gmizbT7x" "--" "/tmp/gm7SOzEA" "-c" "quit" (child process quit due to signal 9). sO_o.pdf

bakape commented 6 years ago

Possibly due to incorrect use or implementation of Image::subrange() and/or Image::subImage().

bakape commented 6 years ago

Could also explain gif-related errors.

bakape commented 6 years ago

Can not reproduce for some fucking reason. Even on the same machine.