[Swift-commit] r3200 - trunk/libexec

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Dec 17 14:31:27 CST 2009


Author: wozniak
Date: 2009-12-17 14:31:27 -0600 (Thu, 17 Dec 2009)
New Revision: 3200

Modified:
   trunk/libexec/vdl-int.k
Log:
Report executable bit problem to user. 


Modified: trunk/libexec/vdl-int.k
===================================================================
--- trunk/libexec/vdl-int.k	2009-12-17 19:52:18 UTC (rev 3199)
+++ trunk/libexec/vdl-int.k	2009-12-17 20:31:27 UTC (rev 3200)
@@ -550,6 +550,10 @@
 					catch("^(?!Abort$).*"
 						vdl:setprogress("Failed but can retry")
 						log(LOG:DEBUG, "APPLICATION_EXCEPTION jobid={jobid} - Application exception: ", exception)
+						if(matches(exception,".*executable bit.*")
+     					           generateError(exception)
+						)
+
 						vdl:cacheUnlockFiles(stagein, sharedDir, rhost, force=false
 							cleanupFiles(cacheFilesToRemove, rhost)
 						)




More information about the Swift-commit mailing list