Index: trunk/psLib/src/sys/psThread.c
===================================================================
--- trunk/psLib/src/sys/psThread.c	(revision 33089)
+++ trunk/psLib/src/sys/psThread.c	(revision 34153)
@@ -343,5 +343,8 @@
             psThread *thread = pool->data[i];
             if (thread->fault) {
+		// we had a fault on this thread -- clear the fault and keep going, but record
+		// the fault.
                 numFaults++;
+		thread->fault = false;
             }
         }
