Bug 689042

Summary: PS error with specific pages when converting with device tiffg4
Product: Ghostscript Reporter: Jean-Luc Hofman <jean-luc.hofman>
Component: GeneralAssignee: Default assignee <ghostpdl-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal CC: donnayf
Priority: P4    
Version: 8.54   
Hardware: PC   
OS: Windows 2000   
Customer: Word Size: ---
Attachments: page causing the crash
Standard output after crash caused by handling page119.pdf
another page causing the crash
Standard output after crash caused by handling page130.pdf

Description Jean-Luc Hofman 2007-01-11 07:46:58 UTC
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
Comment 1 Jean-Luc Hofman 2007-01-11 07:49:09 UTC
Created attachment 2675 [details]
page causing the crash
Comment 2 Jean-Luc Hofman 2007-01-11 07:50:32 UTC
Created attachment 2676 [details]
Standard output after crash caused by handling page119.pdf
Comment 3 Jean-Luc Hofman 2007-01-11 07:50:56 UTC
Created attachment 2677 [details]
another page causing the crash
Comment 4 Jean-Luc Hofman 2007-01-11 07:51:22 UTC
Created attachment 2678 [details]
Standard output after crash caused by handling page130.pdf
Comment 5 Francois Donnay 2007-02-06 03:39:17 UTC
Do you have reproduced the problem?    

Do you need any other informations?    



Thanks,
Francois.
Comment 6 Alex Cherepanov 2007-02-06 18:33:51 UTC
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 ***
Comment 7 Francois Donnay 2007-02-06 23:35:37 UTC
Thank you very much