On Wed, Jul 10, 2013 at 6:36 PM, Brian Gernhardt
[off-list ref] wrote:
I am somewhat stuck on how to fix it. Any ideas?
I don't have anything to reproduce here, but usually I start
investigating this kind of problems by attaching the hung process with
gdb to see the current state (if it's stuck in a specific state), or
to investigate the end-less loop.
That usually help finding a good starting point.
Cheers,
Antoine