Changeset 23945
- Timestamp:
- Apr 21, 2009, 5:47:21 PM (17 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
chip.pro (modified) (1 diff)
-
pantasks.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r23549 r23945 202 202 # locked list 203 203 task.exit crash 204 showcommand crash 205 echo "hostname: $JOB_HOSTNAME" 206 book setword chipPendingImfile $options:0 pantaskState CRASH 204 ### Getting a lot of chip crashes (no idea why), so remove verbosity for now 205 #showcommand crash 206 #echo "hostname: $JOB_HOSTNAME" 207 208 # Set a fault code in the database 209 !chiptool -addprocessedimfile -dbname $DBNAME -chip_id $CHIP_ID -class_id $CLASS_ID -fault $EXIT_CRASH_ERR 210 process_exit chipPendingImfile $options:0 $EXIT_CRASH_ERR 207 211 end 208 212 -
trunk/ippTasks/pantasks.pro
r23916 r23945 24 24 $EXIT_PROG_ERR = 4 25 25 $EXIT_DATA_ERR = 5 26 $EXIT_CRASH_ERR = 256 26 27 27 28 # DB lists the database names in use; the default ipprc database … … 377 378 end 378 379 380 # failure related to pantasks 381 if ($exitCode == $EXIT_CRASH_ERR) 382 # stop 383 showcommand "crash error" 384 book setword $bookName $pageName pantaskState CRASH_ERR 385 return 386 end 387 379 388 # any other exit status 380 389 showcommand failure … … 397 406 book delpage $1 -key pantaskState CONFIG_ERR 398 407 book delpage $1 -key pantaskState UNKNOWN_ERR 408 book delpage $1 -key pantaskState CRASH_ERR 399 409 end 400 410 end
Note:
See TracChangeset
for help on using the changeset viewer.
