1
1

Fix CID 752 - if we can't find the daemon job object, we have to ensure we exit without attempting to dereference it

This commit was SVN r18647.
Этот коммит содержится в:
Ralph Castain 2008-06-11 14:49:58 +00:00
родитель 13ea4e4673
Коммит 1f41069ac9

Просмотреть файл

@ -691,6 +691,7 @@ static void terminated(int trigpipe, short event, void *arg)
*/
orte_show_help("help-orterun.txt", "orterun:no-orted-object-exit",
true, orterun_basename);
goto finish;
}
/* did any daemons fail to respond? Remember we already
@ -725,6 +726,7 @@ static void terminated(int trigpipe, short event, void *arg)
}
}
finish:
/* now clean ourselves up and exit */
/* whack any lingering session directory files from our jobs */