Summary: | GS seg fault | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | John Haggerty <haggerty> |
Component: | PDF Interpreter | Assignee: | Ken Sharp <ken.sharp> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | 9.25 | ||
Hardware: | Macintosh | ||
OS: | MacOS X | ||
Customer: | Word Size: | --- | |
Attachments: | Example file to crash Ghostscript |
Description
John Haggerty
2018-12-08 05:24:50 UTC
Almost certainly a duplicate of this bug *** This bug has been marked as a duplicate of bug 700315 *** When you say 'building from source' which SHA1 do you mean ? You've put 9.25 in the version field (I appreciate we've forgotten to add 9.26), is that the version you used, or are you building from the current or recent HEAD ? (In reply to Ken Sharp from comment #2) > When you say 'building from source' which SHA1 do you mean ? You've put 9.25 > in the version field (I appreciate we've forgotten to add 9.26), is that the > version you used, or are you building from the current or recent HEAD ? I did a brew install ghostscript which gave me 9.26 built by the brew gods, then I tried a --build-from-source build, then a --HEAD, but I'm not expert enough to know what versions I'm actually getting (other than the 9.26 that gs reports). My searches somehow didn't show up that other bug report, it looks like you already squashed this bug, thanks! (In reply to John Haggerty from comment #3) > I did a brew install ghostscript which gave me 9.26 built by the brew gods, > then I tried a --build-from-source build, then a --HEAD, but I'm not expert > enough to know what versions I'm actually getting (other than the 9.26 that > gs reports). OK if its reporting 9.26 then you aren't using the current HEAD from our repository, because that self-identifies as 9.17 pre-release. > My searches somehow didn't show up that other bug report, it looks like you > already squashed this bug, thanks! It does sound like it, there have been several duplicates of this problem. If you can clone from our Git repository you should be able to build that. Alternatively, if you take the existing source you have and apply the patch here: http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=fae21f1668d2b44b18b84cf0923a1d5f3008a696 and rebuild, then that will probably solve your problem. *** This bug has been marked as a duplicate of bug 700315 *** |