1
1

Remove a incorrect callback, which was based on the old source base without WMI. This makes no harm on 32 bit Windows, but it seems causing exceptions on 64 bit Windows sometimes. What this callback does is just waiting on the given pid which actually is a remote pid, so it won't work as expected.

cmr:v1.4.2
cmr:v1.5

This commit was SVN r22549.
Этот коммит содержится в:
Shiqing Fan 2010-02-04 10:47:28 +00:00
родитель b5e391251f
Коммит bbcf1f71c4

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

@ -1321,11 +1321,6 @@ int orte_plm_process_launch(orte_job_t *jdata)
}
OPAL_THREAD_UNLOCK(&mca_plm_process_component.lock);
/* setup callback on sigchild - wait until setup above is complete
* as the callback can occur in the call to orte_wait_cb
*/
orte_wait_cb(pid, orte_plm_process_wait_daemon, NULL);
/* if required - add delay to avoid problems w/ X11 authentication */
if (0 < opal_output_get_verbosity(orte_plm_globals.output)
&& mca_plm_process_component.delay) {