Bug 692519 - [PATCH] Make fitz/mupdf library thread safe
Summary: [PATCH] Make fitz/mupdf library thread safe
Status: RESOLVED FIXED
Alias: None
Product: MuPDF
Classification: Unclassified
Component: fitz (show other bugs)
Version: unspecified
Hardware: PC All
: P4 normal
Assignee: Robin Watts
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-19 18:27 UTC by Lafriks
Modified: 2011-12-06 16:04 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
Patch (part 1) (4.03 KB, patch)
2011-09-19 18:27 UTC, Lafriks
Details | Diff
Patch (part 2) (274.35 KB, patch)
2011-09-19 18:27 UTC, Lafriks
Details | Diff
cmapdump.c fixes (2.30 KB, patch)
2011-09-21 13:37 UTC, Lafriks
Details | Diff
move AA to context (13.03 KB, patch)
2011-09-21 15:00 UTC, Lafriks
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lafriks 2011-09-19 18:27:12 UTC
Created attachment 7901 [details]
Patch (part 1)

I have made changes to http://git.ghostscript.com/user/robin/mupdf.git/.git/ falling_alocs head changes to make MuPdf thread safe.
Comment 1 Lafriks 2011-09-19 18:27:34 UTC
Created attachment 7902 [details]
Patch (part 2)
Comment 2 Lafriks 2011-09-21 13:37:45 UTC
Created attachment 7905 [details]
cmapdump.c fixes
Comment 3 Lafriks 2011-09-21 15:00:01 UTC
Created attachment 7906 [details]
move AA to context
Comment 4 Robin Watts 2011-12-06 16:04:32 UTC
I believe that equivalent changes to these should now be in the context branch in my repo:

  http://git.ghostscript.com/?p=user/robin/mupdf.git/.git;a=summary

If you find anything I've missed please let me know.

Many thanks for the bug report.