The information in this article applies to:
SYMPTOMSA 32-bit APPC application that initiates multiple conversations and uses the WinAPPCSetBlockingHook() call causes a general protection fault (GP fault) in Wappc32.dll on a computer running Windows 95 and using the SNA Server Client for Windows 95. The GP fault will be similar to the following:
CAUSEThe 32-bit APPC library does not correctly handle the case where the WinAPPCSetBlockingHook() call returns FALSE on multiple threads. WORKAROUND
If the WinAPPCSetBlockingHook() call is being used to cancel one
conversation when the MC_ALLOCATE() takes too long. The application should
call WinAPPCCancelBlockingCall() from within the WinAPPCSetBlockingHook()
call. If this is done, the WinAPPCSetBlockingHook() call would continue to
return TRUE instead of FALSE.
Another alternative is to have the application use the Asynchronous APPC
API and the WinAPPCCancelAsyncRequest() call.
STATUS
Microsoft has confirmed this to be a problem in SNA Server versions 2.11,
2.11 Service Pack 1, 2.11 Service Pack 2, 3.0, 3.0 Service Pack 1, 3.0
Service Pack 2.
S E R V P A C KA supported fix for SNA Server version 2.11 is now available, but has not been fully regression tested and should be applied only to systems experiencing this specific problem. Unless you are severely impacted by this specific problem, Microsoft recommends that you wait for the next Service Pack that contains this fix. Contact Microsoft Technical Support for more information. Additional query words: Application Exception AE
Keywords : snaappc snacpic kbbug3.00 snaprog kbbug3.00.sp2 kbfix3.00.sp3 kbbug2.11 kbbug2.11.sp1 kbbug2.11.sp2 kbbug3.00.sp1 snawin95 |
Last Reviewed: November 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |