Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 23549)
+++ trunk/ippTasks/chip.pro	(revision 23945)
@@ -202,7 +202,11 @@
   # locked list
   task.exit    crash
-    showcommand crash
-    echo "hostname: $JOB_HOSTNAME"
-    book setword chipPendingImfile $options:0 pantaskState CRASH
+    ### Getting a lot of chip crashes (no idea why), so remove verbosity for now
+    #showcommand crash
+    #echo "hostname: $JOB_HOSTNAME"
+
+    # Set a fault code in the database
+    !chiptool -addprocessedimfile -dbname $DBNAME -chip_id $CHIP_ID -class_id $CLASS_ID -fault $EXIT_CRASH_ERR
+    process_exit chipPendingImfile $options:0 $EXIT_CRASH_ERR
   end
 
