[Poppler-bugs] [Bug 50992] library should be thread-safe
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Jun 14 00:26:59 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=50992
--- Comment #9 from thomasf <Thomas.Freitag at alfa.de> 2012-06-14 00:26:59 PDT ---
Success! It was how I thought: the problem was fetching objects over xref with
the underlying file stream which cannot be shared. But at least under windows
we cannot use dup and fdopen to get a thread safe reading, because it seems to
share the underlying buffering, so I had to change a little bit more.
And because the document xref cannot be shared, it also means a few changes in
the output devices, i.e. on reading embedded fonts. Therefore I put the patch
at the end of my queue, because patch committing is not thread safe, too :-)
--
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