Mike Nordell schrieb:
After starting up Shell=Explorer and crashing the seemingly not-enough-(P)SEH-using Explorer (trying to view the RPC Control branch of the NT Objects namespace is a sure way), I get the following. Disregarding the crashing Explorer that I only included for completeness, could this be related to the recent work of having a separate thread doing the shutdown?
This is a result of my shutdown changes. Previous my changes, there was no delay between terminating all threads and halting the system. I've add a delay of 1 sec to give the system the possibility to terminate all threads. The delay and the separate thread are necessary to give the caller of NtShutdownSystem the possibility to do some reprocessing.
- Hartmut