When you say "load a shared library", do you mean calling dlopen() on it?
There is a question in the driver README, in the FAQ section, that covers issues calling dlopen() on shared libraries (on the libGL.so specifically, but due to the problem's cause, I wouldn't be surprised if the same issue would cause problems on libpthread.so too).
|