Steven Edwards schrieb:
If you attempt to spawn one cmd session after another you will run in to this crash after about 14 instances:
Failed to tell csrss about new process. Expect trouble.
This message (look above) comes from CreateProcess. CsrReply.Status returns STATUS_INSUFFICIENT_RESOURCES. There exist three positions in csrss which return directly STATUS_INSUFFICIENT_RESOURCES.
- Hartmut