Hi,

Am 28.02.2012 um 01:26 schrieb Michael Hoffman:

> Our system administrators recently upgraded our GridEngine
> installation to 6.2u5. Now I find that using %s in a qsub command line
> results in an immediate SIGSEGV. For example:
> 
> $ qsub -b y -sync y echo %s
> Your job 1620936 ("echo") has been submitted
> Job 1620936 exited because of signal SIGSEGV

for me it's working fine. I ran it on 32 and 64 bit. Do you use any job prolog, 
wrapper, what shell startup mode, which shell...

Maybe it gets confused in your case as echo is also a shell builtin. Does using 
/bin/echo change it?

-- Reuti


> This happens when I use -sync n as well, but it is easier to see the
> results this way. This works:
> 
> $ qsub -b y -sync y echo %%s
> Your job 1620937 ("echo") has been submitted
> Job 1620937 exited with exit code 0.
> 
> Unfortunately, the latter case does not escape the percent--it results
> in %%s being echoed, so I cannot simply replace "%s" in my scripts
> with "%%s."
> 
> Do you know what causes this?
> 
> Many thanks,
> Michael Hoffman
> _______________________________________________
> users mailing list
> [email protected]
> https://gridengine.org/mailman/listinfo/users


_______________________________________________
users mailing list
[email protected]
https://gridengine.org/mailman/listinfo/users

Reply via email to