* pinfo.cc (pinfo::init): Sleep before retrying open_shared().
This commit is contained in:
parent
f834829dee
commit
40c125cf38
@ -1,3 +1,7 @@
|
||||
2005-07-29 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* pinfo.cc (pinfo::init): Sleep before retrying open_shared().
|
||||
|
||||
2005-07-29 Arto Huusko <arto.huusko@wmdata.fi>
|
||||
|
||||
* fork.cc (fork_parent): Fix null deref if pinfo creation fails.
|
||||
|
@ -233,8 +233,7 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0)
|
||||
case ERROR_INVALID_ADDRESS:
|
||||
mapaddr = NULL;
|
||||
}
|
||||
|
||||
debug_printf ("MapViewOfFileEx h0 %p, i %d failed, %E", h0, i);
|
||||
low_priority_sleep (0);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user