Bug 1749661
| Summary: | Error OFFENDING command STACK: in outputted postscript file | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zdenek Dohnal <zdohnal> | ||||||
| Component: | ghostscript | Assignee: | Martin Osvald 🛹 <mosvald> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 29 | CC: | deekej, mosvald, twaugh, zdohnal | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2019-09-06 10:21:14 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Zdenek Dohnal
2019-09-06 07:37:23 UTC
Created attachment 1612226 [details]
Output of gs - with error in it
It would be good to get the exact error the mentioned ps code prints to stdout because the generated code looks correct.
I just compared the produced code on our 9.26-5 and it is exactly the same as for the current upstream master/b5e5ed8620f348e0fa619171d6f05a966a4bcf83.
~~~
$ diff -y --suppress-common-lines master-b5e5ed8620f348e0fa619171d6f05a966a4bcf83-out2.ps out2-error-from-BZ.ps
%%Invocation: gs -q -dNOPAUSE -dBATCH -dSAFER -dNOMEDIAATTRS <
%%Creator: GPL Ghostscript GIT PRERELEASE 929 (ps2write) | %%Creator: GPL Ghostscript 926 (ps2write)
%%CreationDate: D:20190906044406-04'00' | %%CreationDate: D:20190906083545+02'00'
pagesave restore <
/pagesave save def <
> /pagesave save def
> pagesave restore
> %%PageTrailer
$
~~~
and when displaying both of them through gs they show all the elements correctly/the same like it is with the input pdf file.
It looks as if the problem with mangled page arose somewhere else during the process of printing.
I'm sorry the garbled pdf was actually caused by sending a file which was preprocessed with other driver than driver which was used for printing. Meaning: I ran filters which created pdf file for one ppd, but then I printed result with other ppd. |