On Mon, Apr 30, 2012 at 3:13 PM, Andreas Kloeckner
<lists(a)informa.tiker.net> wrote:
Can you strace that program, see what it's doing when it hangs?
Sure. Here are the last 5 lines of strace. It hangs after this like before.
write(1, "DERP1\n", 6DERP1
) = 6
futex(0x7fc4c9c17f2c, FUTEX_WAKE, 1) = 1
futex(0x7fc4c9c17eac, FUTEX_WAKE, 1) = 1
futex(0x3c45ef4, FUTEX_WAIT_PRIVATE, 1, NULL
-- Devin