[Poppler-bugs] [Bug 100724] pdftocairo: Assertion `!scaled_font->cache_frozen' failed

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Apr 19 16:40:31 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=100724

Jason Crain <jason at aquaticape.us> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #1 from Jason Crain <jason at aquaticape.us> ---
A Type 3 font in this PDF has an empty CharProcs, so of course the font
rendering fails:

    70 0 obj
    <<
      /CharProcs 71 0 R
      ... snip ...
    >>
    endobj

    71 0 obj
    <<
    >>
    endobj

The problem is that cairo does not cope well when it's user font rendering
returns an error (bug #85141).

*** This bug has been marked as a duplicate of bug 85141 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170419/3bd0cb6d/attachment.html>


More information about the Poppler-bugs mailing list