PRB: General Protection Fault Occurs On VSS LaunchLast reviewed: December 18, 1996Article ID: Q159775 |
The information in this article applies to:
SYMPTOMSUnder certain conditions, you may receive a General Protection Fault when attempting to open Visual SourceSafe. When running on Windows NT, this message may appear as:
The exception unknown software exception (0xc00000fd) occurred in the application at location <address>. Click OK to terminate the application Click on CANCEL to debug the application.where <address> is any hexadecimal memory address. When running on Windows 95, this message may appear as:
This program has performed and illegal operation and will be shut down. If the problem persists, contact the program vendor. CAUSEOne possible cause of this error is if the SRCSAFE.INI file's #include statements are cyclical in nature. In a typical client server SourceSafe installation, both the client and the server will have an SRCSAFE.INI file. The client's SRCSAFE.INI file usually contains a single #INCLUDE entry that points to the server's SRCSAFE.INI file. An example would be:
#INCLUDE \\Server\Share\VSS\srcsafe.iniIf a user or administrator inadvertently modifies or adds a #INCLUDE statement to one or more SRCSAFE.INI file(s) that result in a cyclic relationship, the above errors will occur.
RESOLUTIONRemoving the cyclic #INCLUDE statements and replacing them with correctly formatted #INCLUDE statements will resolve this problem.
STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
KBCategory: kbprg kberrmsg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |