Index: trunk/ippTasks/detrend.reject.pro
===================================================================
--- trunk/ippTasks/detrend.reject.pro	(revision 19465)
+++ trunk/ippTasks/detrend.reject.pro	(revision 23230)
@@ -83,7 +83,11 @@
   end
 
+  task.exit    crash
+    showcommand crash
+  end
+
   # operation times out?
   task.exit    timeout
-    showcommand failure
+    showcommand timeout
   end
 end
@@ -143,4 +147,11 @@
   end
 
+  # locked list
+  task.exit    crash
+    showcommand crash
+    echo "hostname: $JOB_HOSTNAME"
+    book setword detRejectExp $options:0 pantaskState CRASH
+  end
+
   # operation times out?
   task.exit    timeout
