Bug 692556 - GS Crash while interpreting PDF
Summary: GS Crash while interpreting PDF
Status: NOTIFIED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: PDF Interpreter (show other bugs)
Version: master
Hardware: PC Windows XP
: P4 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 08:29 UTC by Thomas
Modified: 2011-10-29 09:11 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Test PDF to reproduce (2.70 MB, application/pdf)
2011-09-29 08:29 UTC, Thomas
Details

Note You need to log in before you can comment on or make changes to this bug.
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!