|
Bugzilla – Full Text Bug Listing |
| Summary: | gs segfaults when pcl3 driver is used in CMYK mode | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Johannes Meixner <jsmeix> |
| Component: | Printing | Assignee: | Johannes Meixner <jsmeix> |
| Status: | RESOLVED FIXED | QA Contact: | Johannes Meixner <jsmeix> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsmeix |
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Found By: | Development | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | "strace -f" for the above command which leads to a segfault | ||
Created attachment 47337 [details]
"strace -f" for the above command which leads to a segfault
Fixed but needs testing if the coloring for -sColorModel=CMY, -sColorModel=CMY+K, -sColorModel=Gray, -sColorModel=RGB, and -sColorModel=CMYK really works. see /work/src/done/STABLE/ghostscript-library.werner/ will test it... I built and installed /work/src/done/STABLE/ghostscript-library.werner/ on my x86_64 machine caps.suse.de Now all ColorModels (CMYK, CMY+K, CMY, RGB, Gray) work for me (using a HP DeskJet 990C) and all "pcl3" PPD files pass my test. |
I have beta2 installed on x86_64 machine caps.suse.de gs segfaults when pcl3 driver is used in CMYK mode: root@caps # gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE \ -sDEVICE=pcl3 -sSubdevice=unspec -sColorModel=CMYK \ -sOutputFile=/tmp/pcl3 \ /usr/share/doc/packages/ghostscript/examples/colorcir.ps get_encode_color: no color encoding information set_cinfo_polarity: different polarity already set set_cinfo_polarity: different polarity already set Segmentation fault The CMYK mode is used by default in many PPD files for the pcl3 driver. It works when using -sColorModel=CMY -sColorModel=CMY+K -sColorModel=Gray.