Module Name: src Committed By: pooka Date: Tue Dec 16 17:00:17 UTC 2014
Modified Files: src/lib/librumpuser: rumpuser_pth.c Log Message: With glibc on ARM kthread_exit() aborts because pthread_exit() fails to unwind the stack. Add a temporary workaround where we simply don't allow the thread to exit (a kernel thread exit is a relatively uncommon event in a rump kernel anyway). To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 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.