Fix segv when the shell is not recognized. Thanks to Mostyn Lewis for
noticing the problem. This commit was SVN r14483.
Этот коммит содержится в:
родитель
2d04298002
Коммит
0674bbd001
@ -575,7 +575,7 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
|
|||||||
}
|
}
|
||||||
if ( i == ORTE_PLS_RSH_SHELL_UNKNOWN ) {
|
if ( i == ORTE_PLS_RSH_SHELL_UNKNOWN ) {
|
||||||
opal_output(0, "WARNING: local probe returned unhandled shell:%s assuming bash\n",
|
opal_output(0, "WARNING: local probe returned unhandled shell:%s assuming bash\n",
|
||||||
orte_pls_rsh_shell_name[i]);
|
sh_name);
|
||||||
local_sh = true;
|
local_sh = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user