Index: trunk/ippTasks/pstamp.pro
===================================================================
--- trunk/ippTasks/pstamp.pro	(revision 21411)
+++ trunk/ippTasks/pstamp.pro	(revision 23230)
@@ -97,4 +97,8 @@
     end
 
+    task.exit   crash
+        showcommand crash
+    end
+
     task.exit   timeout
         showcommand timeout
@@ -136,4 +140,8 @@
     end
 
+    task.exit   crash
+        showcommand crash
+    end
+
     task.exit   timeout
         showcommand timeout
@@ -178,4 +186,9 @@
         showcommand failure
         process_exit pstampRequest $options:0 $JOB_STATUS
+    end
+
+    task.exit crash
+        showcommand crash
+        book setword pstampRequest $options:0 pantaskState CRASH
     end
 
@@ -219,4 +232,8 @@
     end
 
+    task.exit   crash
+        showcommand crash
+    end
+
     task.exit   timeout
         showcommand timeout
@@ -263,4 +280,9 @@
         process_exit pstampFinish $options:0 $JOB_STATUS
         showcommand failure
+    end
+
+    task.exit crash
+        showcommand crash
+        book setword pstampFinish $options:0 pantaskState CRASH.run
     end
 
@@ -307,4 +329,8 @@
     end
 
+    task.exit   crash
+        showcommand crash
+    end
+
     task.exit   timeout
         showcommand timeout
@@ -362,4 +388,11 @@
     end
 
+    task.exit crash
+        echo pstamp.job.run task.crash $JOB_ID status: $JOB_STATUS
+        process_exit pstampJob $options:0 $JOB_STATUS
+        showcommand crash
+        book setword pstampJob $options:0 pantaskState CRASH
+    end
+
     task.exit timeout
         echo pstamp.job.run task.timeout $JOB_ID status: $JOB_STATUS
