Bug 698286 - 29cb4a2040860ce0a5e825aa6bcf10a0825d4831 commit broke rendering of most (but not all) PDFs
Summary: 29cb4a2040860ce0a5e825aa6bcf10a0825d4831 commit broke rendering of most (but ...
Status: RESOLVED INVALID
Alias: None
Product: MuPDF
Classification: Unclassified
Component: mupdf (show other bugs)
Version: master
Hardware: PC Linux
: P4 normal
Assignee: MuPDF bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-24 23:01 UTC by clamky
Modified: 2017-07-27 12:07 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description clamky 2017-07-24 23:01:03 UTC
Example document that is broken by updated lcms2 - pdf_reference_1-7.pdf
Comment 1 Robin Watts 2017-07-25 02:08:03 UTC
(In reply to moosotc from comment #0)
> Example document that is broken by updated lcms2 - pdf_reference_1-7.pdf

Broken in what way? On what page? To what device?
Comment 2 clamky 2017-07-25 04:08:19 UTC
(In reply to moosotc from comment #0)
> Example document that is broken by updated lcms2 - pdf_reference_1-7.pdf

(In reply to Robin Watts from comment #1)
> (In reply to moosotc from comment #0)
> > Example document that is broken by updated lcms2 - pdf_reference_1-7.pdf
> 
> Broken in what way? On what page? To what device?

What I've seen was all white (or semi rendered) page while doing:
$ mupdf-[x11|gl] pdf_reference_1-7.pdf 
during fruitful bisection.

However after `git clean -dfx' inside mupdf I can no longer reproduce it,
sorry for the noise.
Comment 3 Robin Watts 2017-07-27 12:07:31 UTC
(In reply to moosotc from comment #2)
> However after `git clean -dfx' inside mupdf I can no longer reproduce it,
> sorry for the noise.

Ah, cool. Thanks for letting us know.