Index: trunk/ippTasks/stack.pro
===================================================================
--- trunk/ippTasks/stack.pro	(revision 26985)
+++ trunk/ippTasks/stack.pro	(revision 27008)
@@ -357,5 +357,9 @@
   task.exec
     if ($LABEL:n == 0) break
-    $run = stacktool -revertsumskyfile
+    # Only revert failures with fault=2 (SYS_ERROR), which tend to be
+    # temporary filesystem problems.  Every other fault type is
+    # interesting and should be kept for debugging (and so it doesn't
+    # continue to occur).
+    $run = stacktool -revertsumskyfile -fault 2
     if ($DB:n == 0)
       option DEFAULT
