* pinfo.cc (pinfo::init): Remove assertion.
This commit is contained in:
parent
8f946e7bf1
commit
4acb2ffac7
|
@ -1,3 +1,7 @@
|
|||
2012-08-26 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* pinfo.cc (pinfo::init): Remove assertion.
|
||||
|
||||
2012-08-23 Christopher Faylor <me.cygwin2012@cgf.cx>
|
||||
|
||||
* pinfo.cc (_pinfo::exists): Don't consider a process with no state to
|
||||
|
|
|
@ -316,7 +316,6 @@ pinfo::init (pid_t n, DWORD flag, HANDLE h0)
|
|||
|
||||
if (procinfo->process_state & PID_EXECED)
|
||||
{
|
||||
assert (i == 0);
|
||||
pid_t realpid = procinfo->pid;
|
||||
debug_printf ("execed process windows pid %d, cygwin pid %d", n, realpid);
|
||||
if (realpid == n)
|
||||
|
|
Loading…
Reference in New Issue