[poppler] question about libpoppler

Alf naihe2010 at gmail.com
Wed Nov 26 00:55:05 PST 2008


Hi.

I found you are the libpoppler's maintainer, so I contact you to get some
help.

When I use poppler to render some pages in multiple threads, it often cause
crashes.

But, When I use mutex to lock it, like:

pthread_mutex_lock (&rendermutex);
poppler_page_render_to_pixbuf (page, 0, 0, ix, iy, zoom, 0, buf);
pthread_mutex_unlock (&rendermutex);

this problem be solved.

So, I want to known, if libpoppler has some shared resource made use can't
use in multiple threads applications?

and, I use poppler 0.10.0.

Thank you!


-- 
  ,= ,-_-. =.
( (_/)o o(\_) )
   `-'(. .)`-'
       \_/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freedesktop.org/archives/poppler/attachments/20081126/90c22cf1/attachment.htm 


More information about the poppler mailing list