[Poppler-bugs] [Bug 50992] library should be thread-safe
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Jun 12 05:42:08 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50992
--- Comment #7 from thomasf <Thomas.Freitag at alfa.de> 2012-06-12 05:42:08 PDT ---
Ups, Albert, You're true, poppler isn't thread safe, although the reason is
slightly different: After thinking a little bit about it I figured out the
reason: It's not parser or the lexer itself, but the sharing of the underlying
file stream.
But it should be quite easy to implement a thread safe Page::displaySliceMT
which dup's the file stream used by xref component.
And because You're also the Okular maintainer: Should we give it a try?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list