Module Name: src Committed By: pooka Date: Mon Sep 23 10:35:20 UTC 2013
Modified Files: src/lib/librumpuser: rumpuser_pth.c Log Message: If pthread_create() fails with EAGAIN, try a few more times with short sleeps in between. If it helps, good. If it doesn't, oh well, at least we tried. pthread_create() returning EAGAIN has been observed in real life at least on Linux (buildrump.sh issue #40) To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/lib/librumpuser/rumpuser_pth.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.