Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 21464)
+++ trunk/ippTasks/chip.pro	(revision 23230)
@@ -111,4 +111,8 @@
   task.exit    default
     showcommand failure
+  end
+
+  task.exit    crash
+    showcommand crash
   end
 
@@ -188,4 +192,11 @@
   end
 
+  # locked list
+  task.exit    crash
+    showcommand crash
+    echo "hostname: $JOB_HOSTNAME"
+    book setword chipPendingImfile $options:0 pantaskState CRASH
+  end
+
   # operation timed out?
   task.exit    timeout
@@ -235,4 +246,8 @@
   end
 
+  task.exit    crash
+    showcommand crash
+  end
+
   # operation times out?
   task.exit    timeout
@@ -291,4 +306,8 @@
   end
 
+  task.exit    crash
+    showcommand crash
+  end
+
   # operation times out?
   task.exit    timeout
@@ -344,4 +363,9 @@
   end
 
+  task.exit    crash
+    showcommand crash
+    book setword chipPendingCleanup $options:0 pantaskState CRASH
+  end
+
   # operation timed out?
   task.exit    timeout
