IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2009, 5:47:21 PM (17 years ago)
Author:
Paul Price
Message:

Attempt to fix ticket 1223: change database state when crash detected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r23549 r23945  
    202202  # locked list
    203203  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
    207211  end
    208212
Note: See TracChangeset for help on using the changeset viewer.