On windows 2000 and windows XP, ghostscript 8.54 crashes while using the device "tiffg4" on specific pages of a PDF file. I would like to communicate these specific pages by e-mail The command used is gswin32c -sOutputFile#p119.tif -dNOPAUSE -dBATCH -sDEVICE#tiffg4 -r300 p119.pdf The standard error is : AFPL Ghostscript 8.54: Unrecoverable error, exit code 1 The standard output is : AFPL Ghostscript 8.54 (2006-05-17) Copyright (C) 2005 artofcode LLC, Benicia, CA. All rights reserved. This software comes with NO WARRANTY: see the file PUBLIC for details. Processing pages 1 through 1. Page 1 Error: /ioerror in --token-- Operand stack: --dict:7/7(L)-- --nostringval-- 2 --dict:82/82(ro)(G)-- --nostringval-- Execution stack: %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostringval-- --nostringval-- false 1 %stopped_push 1 3 %oparray_pop 1 3 %oparray_pop 1 3 %oparray_pop --nostringval-- --nostringval-- 2 1 1 --nostringval-- %for_pos_int_continue --nostringval-- --nostringval-- --nostringval-- --nostringval-- %array_continue --nostringval-- false 1 %stopped_push --nostringval-- %loop_continue --nostringval-- Dictionary stack: --dict:1124/1686(ro)(G)-- --dict:2/20(G)-- --dict:75/200(L)-- --dict:75/200(L)-- --dict:105/127(ro)(G)-- --dict:253/347(ro)(G)-- --dict:21/24(L)-- --dict:4/6(L)-- --dict:25/32(L)-- Current allocation mode is local Last OS error: No such file or directory
Created attachment 2675 [details] page causing the crash
Created attachment 2676 [details] Standard output after crash caused by handling page119.pdf
Created attachment 2677 [details] another page causing the crash
Created attachment 2678 [details] Standard output after crash caused by handling page130.pdf
Do you have reproduced the problem? Do you need any other informations? Thanks, Francois.
First, Ghostscript did't crash - it reported a PostScript error. Second, the problem is already fixed in the current development code (rev. 6811). See the first bug report for details. You can get the current development version by svn co http://svn.ghostscript.com:8080/ghostscript/trunk/gs *** This bug has been marked as a duplicate of 688716 ***
Thank you very much