all devices regression report - 2018-01-11-11:58:39 - eb59c64085552ef0f98c1afdaae3c39ad4e5d421
[email protected] Thu, 11 Jan 2018 11:58:40 -0800 (PST)
| Newsgroups | gmane.comp.printing.ghostscript.regression |
|---|---|
| Message-ID | <20180111195840.72FDB204061D@i7> |
Differences in all devices errors using gs/examples files Previous Revision: 9b3b93ca92f8b9370d4cb5a4e6176df1a06afeda Current Revision: eb59c64085552ef0f98c1afdaae3c39ad4e5d421 commit eb59c64085552ef0f98c1afdaae3c39ad4e5d421 Author: Ray Johnston <[email protected]> AuthorDate: Wed Jan 10 20:52:35 2018 -0800 CommitDate: Thu Jan 11 08:34:31 2018 -0800 Fix stale pointer de-reference during GC due to restore. If a CIEBasedDEF or DEFG colorspace was set in a save level, a restore would free the Table memory, but the pgs->icc_profile_cache still had a (stale) pointer to that area. Fix by copying the Table to memory that is not subject to save/restore (stable_memory). Rely on the GC to free up the previous table data since we have no idea what allocator was used for it (from PostScript it would be local or global VM). Seen with: -Z:?@$ -r300 -sDEVICE=psdcmyk -o x.psd tests_private/comparefiles/Bug688308.ps psi/zcie.c new errors: errors that went away: errors that are not whitelisted: === ghostpdl/examples/transparency_example.ps === cp50 === === ghostpdl/examples/transparency_example.ps === psdrgb ===