Question about Identify failure ?

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Locked
KadenAra
Posts: 1
Joined: 2018-07-17T20:46:06-07:00
Authentication code: 1152

Question about Identify failure ?

Post by KadenAra »

It seems during a multi-thousand file operation something in the filename must have been overwrote something in "identify".

Using Fedora_64 with standard installs for IM and GS.

ImageMagick 6.6.4-1 2011-11-03 Q16

GPL Ghostscript 8.71

When strace "identify" on a pdf file I get a -or just "identify".
CODE: SELECT ALL

clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0x7fff2de3e900) = 19570
wait4(19570, Error: /undefinedfilename in (ICE=VICE=pbmraw)
If I run verbose I get no issues.

It seems it should be calling (DEVICE=xxx) vs the (ICE=VICE=xxx).

I can't find the location of that call anywhere. I've looked through every file in the /init and /usr/bin .

Thanks,
KadenAra
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Question about Identify failure ?

Post by fmw42 »

sDEVICE=... is used in the delegates.xml file, which may be found in /etc. See http://www.imagemagick.org/script/resources.php
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Question about Identify failure ?

Post by snibgo »

The OP is spam, a copy-paste of an old post. The spammer is now banned and the thread is locked.
snibgo's IM pages: im.snibgo.com
Locked