On Fri, Oct 25, 2013 at 7:49 PM, diego souza <dsouza@c0d3.xxx> wrote:
Yeah, it was my first thought too, but I didn't see anything like this
in the strace output.
What I do see, though, are two additional forks when using -threaded
that seems that die early. This could very well explain why I'm
loosing the lock.
If this is Linux then you also want to track clone() calls. It's possible, depending on Linux kernel and/or glibc version, that you are seeing threads.