P
psstone
The documentation for Process.WaitForExit() indicates that it will wait
indefinitely for its associated process to exit. It appears that this call
will return after int.MaxValue milliseconds even though the process which it
references is still running.
This is hard to test because it requires waiting a bit less than 25 days to
reproduce the problem but I have observed it on 4 different systems running
both Vista and XPSP2.
Is this a know issue and if so, is there a hot fix available for it?
indefinitely for its associated process to exit. It appears that this call
will return after int.MaxValue milliseconds even though the process which it
references is still running.
This is hard to test because it requires waiting a bit less than 25 days to
reproduce the problem but I have observed it on 4 different systems running
both Vista and XPSP2.
Is this a know issue and if so, is there a hot fix available for it?