-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrectly formated resource request crashes pbs_server #425
Comments
This is fixed in the 6.0.3 release. |
We are seeing this issue in 6.1.1.1. |
Can you provide more information about reproducing this? It should be fixed by fd385d8, but that commit is already present in 6.1.1.1. When I submit a job with ',ppn=X' as you reported, it is rejected immediately. |
mattmix@ln0003 ~>qsub --about 2>&1 | grep Version It looks like it only kicks it back when the nodes/ppn is first. I'm not sure if other options besides walltime before nodes impacts this, and I don't want to crash pbs_server too much. The End of File errors represent a SIGSEGV on pbs_server Here is a backtrace: Program received signal SIGSEGV, Segmentation fault. |
A user typo lead to a segfault on pbs_server:
#PBS -l walltime=24:00:00,nodes=1,ppn=4,mem=30gb
should have been:
#PBS -l walltime=24:00:00,nodes=1:ppn=4,mem=30gb
pbs_server crashes consistently when jobs are submitted with this resource request.
The text was updated successfully, but these errors were encountered: