On Fri, Mar 22, 2013 at 7:27 AM, nan noncopyable@gmail.com wrote:
Tested both libtest.so and my library, loading/unloading libtest.so was fine. So i tried removing shared dependencies of my library (i actually had 4 shared libraries, cffi dynamically loads one of them, the one that dynamically linked to other 3) After converting 3 of 4 shared libraries to static library loading/unloading works.
Interesting. Any clue why the shared dependencies are tickling the glibc assertion?