Bug 1657694
Summary: | ghostscript: Regression: Warning: Dropping incorrect smooth shading object (Error: /rangecheck in --run--) | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Osvald 🛹 <mosvald> | ||||
Component: | ghostscript | Assignee: | Martin Osvald 🛹 <mosvald> | ||||
Status: | CLOSED ERRATA | QA Contact: | Petr Sklenar <psklenar> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 7.6 | CC: | fkrska, omejzlik, psklenar, thozza | ||||
Target Milestone: | rc | Keywords: | Patch, Regression, ZStream | ||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | ghostscript-9.25-2.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1657822 (view as bug list) | Environment: | |||||
Last Closed: | 2019-08-06 13:12:44 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1657822 | ||||||
Attachments: |
|
Description
Martin Osvald 🛹
2018-12-10 09:58:18 UTC
Created attachment 1513032 [details] temporary-workaround.patch TEMPORARY WORKAROUND: - either downgrade to ghostscript-9.07-31.el7: ~~~ # yum downgrade ghostscript-9.07-31.el7 ~~~ - or apply the below temporary patch (attached): ~~~ # patch -d /usr/share/ghostscript/9.07/Resource/Init/ < temporary-workaround.patch patching file pdf_draw.ps # ~~~ Note: you can revert the changes introduced by this patch anytime by running the same patch command again: ~~~ # patch -d /usr/share/ghostscript/9.07/Resource/Init/ < temporary-workaround.patch patching file pdf_draw.ps Reversed (or previously applied) patch detected! Assume -R? [n] y # ~~~ Contents of the temporary workaround patch: ~~~ # cat temporary-workaround.patch diff -up /usr/share/ghostscript/9.07/Resource/Init/pdf_draw.ps.bz1657694 /usr/share/ghostscript/9.07/Resource/Init/pdf_draw.ps --- /usr/share/ghostscript/9.07/Resource/Init/pdf_draw.ps.bz1657694 2018-12-10 13:02:27.750638675 +0100 +++ /usr/share/ghostscript/9.07/Resource/Init/pdf_draw.ps 2018-12-10 13:02:44.206987524 +0100 @@ -1133,7 +1133,6 @@ drawopdict begin } { .buildshading_and_shfill } ifelse - .shfill } stopped { pop ( **** Warning: Dropping incorrect smooth shading object.\n) # ~~~ Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:2281 |