[Pixman] [PATCH] glyphs: Check the return code from _pixman_implementation_lookup_composite()

Søren Sandmann sandmann at cs.au.dk
Sun Jan 13 01:44:52 PST 2013


Juan Francisco Cantero Hurtado <iam at juanfra.info> writes:

> OpenBSD and gcc 4.2 (the default compiler) don't support thread local
> storage.

In that case, it should fall back to pthread_setspecific(). Can you try
putting in a #error above "#include <pthread.h>" in pixman-compiler.h
and see if compilation fails.

It's possible there is a bug in the pthread_setspecific() fallback in
pixman, but if so, I couldn't reproduce it on Linux by forcing
pthread_setspecific() and running the test suite.

Does the test suite pass for you if you run "make check"?


Søren


More information about the Pixman mailing list