Bug 692556

Summary: GS Crash while interpreting PDF
Product: Ghostscript Reporter: Thomas <thomas>
Component: PDF InterpreterAssignee: Alex Cherepanov <alex>
Status: NOTIFIED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: PC   
OS: Windows XP   
Customer: Word Size: ---
Attachments: Test PDF to reproduce

Description Thomas 2011-09-29 08:29:46 UTC
Created attachment 7945 [details]
Test PDF to reproduce

The Attached PDF Document crashes GS.
The File contains Transparency and 2 Spotcolors and worked with GIT Prerelease around 1st of September.

Commandline for testing:
gswin32.exe ^
-sDEVICE=tiffsep ^
-r72x72 ^
-o "C:\Crash_tiffsep.tif" ^
"c:\Faber_Sep_Spot_P1.pdf"
Comment 1 Alex Cherepanov 2011-10-29 01:43:56 UTC
This problem has been recently fixed.
Please try to compile the current snapshot.
Comment 2 Thomas 2011-10-29 09:11:47 UTC
Alex,

with the current git version it works as expected.
Thanks!