PRB: Local Reboot (CTRL+ALT+DEL) Doesn't Work Under Win32sLast reviewed: January 15, 1997Article ID: Q121092 |
The information in this article applies to:
SYMPTOMSThe Windows local reboot feature (CTRL+ALT+DEL) should terminate a hung application. However, if the application is a Win32-based application, using CTRL+ALT+DEL exits Windows.
CAUSEThis is a limitation of Win32s. When the VxD that handles hung applications tries to access the application stack, it uses ss:sp, instead of ss:esp, as if the application were a 16-bit application. This causes the VxD to crash, and when the VxD crashes, the whole system terminates.
STATUSThis behavior is by design.
|
KBCategory: kbenv kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |