Index: trunk/pstamp/scripts/pstamp_checkdependent.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 30850)
+++ trunk/pstamp/scripts/pstamp_checkdependent.pl	(revision 30851)
@@ -360,4 +360,9 @@
     my $chip_id;
     foreach my $chip (@$data) {
+        my $cam_fault = $chip->{cam_fault};
+        if (defined $cam_fault and $cam_fault > 0) {
+            print STDERR "camRun for $warp_id skycell_id $skycell_id is faulted: $cam_fault\n";
+            return $PSTAMP_GONE;
+        }
         $chip_id = $chip->{chip_id};
 
