*map was still NULL in the else statement, inducing a segmentation fault when a field of the structure was accessed to.
This commit was SVN r18642.
Этот коммит содержится в:
родитель
1a422995ae
Коммит
67cd1849f7
@ -78,7 +78,8 @@ int orte_rmaps_base_map_job(orte_job_t *jdata)
|
||||
/* assign the map object to this job */
|
||||
jdata->map = map;
|
||||
} else {
|
||||
if (!map->display_map) {
|
||||
map = jdata->map;
|
||||
if (!map->display_map) {
|
||||
map->display_map = orte_rmaps_base.display_map;
|
||||
}
|
||||
}
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user