Opened 8 years ago
Last modified 7 years ago
#1411 new defect
failure with non-ASCII names
Reported by: | dlove | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 8.1.3 |
Severity: | minor | Keywords: | |
Cc: |
Description
Passing qsub a non-ASCII job name (for instance), it reports
Unable to run job: Error reading answer list from qmaster.
whereas a forbidden ASCII character reports, say
Unable to run job: At ('@') not allowed in objectname.
but tracing verify_str_key shows it returning the same in each case, so
the job verification step returns false.
Note: See
TracTickets for help on using
tickets.
Also occurs with a space in the name, even though space seems to be checked the same as @.