Opened 7 years ago
#17265 new defect
Error fetching directory count. (TIFFRewriteDirectory)
Reported by: | varp | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.1.30 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Guest machine vagrant/xenial64. Latest box update is installed. Host machine is macOS Sierra 10.12.6.
GraphicsMagick 1.3.25 2016-09-05 Q16 http://www.GraphicsMagick.org/ Copyright (C) 2002-2016 GraphicsMagick Group. Additional copyrights and licenses apply to this software. See http://www.GraphicsMagick.org/www/Copyright.html for details.
Feature Support:
Native Thread Safe yes Large Files (> 32 bit) yes Large Memory (> 32 bit) yes BZIP yes DPS no FlashPix no FreeType yes Ghostscript (Library) no JBIG yes JPEG-2000 no JPEG yes Little CMS yes Loadable Modules no OpenMP yes (201307) PNG yes TIFF yes TRIO no UMEM no WebP yes WMF yes X11 yes XML yes ZLIB yes
Host type: x86_64-pc-linux-gnu
apt-cache show libtiff5 Package: libtiff5 Architecture: amd64 Version: 4.0.6-1ubuntu0.2
The is appear when I run the following command which writes tiff file to a shared folder. Example command:
gm convert -type Bilevel -density 300 -colorspace Gray -colors 2 /app/uploads/2nd_phase_10_1510393003.pdf -compress group4 /app/uploads/2nd_phase_10_1510393003.tiff
The folder /app is shared folder. When I change the command and writing to folder than shared one, then everything is OK