Hi Daniel, > I have a problem with all my threads in a multi-threaded program > dead-locking on some (cancelable) lock in ld.lib.so. At this point it
I wonder if this problem may be related to an issue that was recently fixed: https://github.com/genodelabs/genode/commit/764a3656a1385185e635bb4fdac8e8fca857ed74 The symptom was a deadlock in the cxx library that occurred when an exception was thrown during a memory allocation. See the comment in the commit for more details. > is difficult to tell what is happening. Is there a way to force libc to > link statically? Generally, this is possible by removing the 'SHARED_LIB = yes' declaration from the respective build-description file. In your case, that would be 'libports/lib/mk/libc.mk'. Cheers Norman -- Dr.-Ing. Norman Feske Genode Labs http://www.genode-labs.com · http://genode.org Genode Labs GmbH · Amtsgericht Dresden · HRB 28424 · Sitz Dresden Geschäftsführer: Dr.-Ing. Norman Feske, Christian Helmuth ------------------------------------------------------------------------------ Own the Future-Intel® Level Up Game Demo Contest 2013 Rise to greatness in Intel's independent game demo contest. Compete for recognition, cash, and the chance to get your game on Steam. $5K grand prize plus 10 genre and skill prizes. Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d _______________________________________________ Genode-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/genode-main
