Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

FIX: An access violation occurs when you start an application that runs on the CLR


View products that this article applies to.

Symptoms

When you start an application that runs on the common language runtime (CLR), an access violation occurs. This problem occurs when the following conditions are true:
  • The computer has more than 32 Itanium (IA-64) processors.
  • Server garbage collection is enabled.

↑ Back to the top


Cause

When server garbage collection is enabled on the Itanium-based system, there is an array that has 32 elements to store the heap. Before an allocation on a thread is made, the heap should be determined by the index that corresponds to current CPU. When the CPU number exceeds 32, an access violation occurs.

↑ Back to the top


Resolution

Hotfix Replacement Information

The hotfix that corresponds to KB961881 has been superseded with the hotfix KB981574, which contains all fixes that were previously included in KB961881. You should use the hotfix KB981574 to fix the issues described in KB961881. For more information, click the following article number to view the article in the Microsoft Knowledge Base:
981574 The splash screen stays open longer than usual when you try to start Excel on a computer that has the .NET Framework 3.5 SP1 installed

↑ Back to the top


Workaround

To work around this problem, you can enable workstation garbage collection instead of server garbage collection.

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


References

For more information about how to configure garbage collection on the server, visit the following Microsoft Web site:

↑ Back to the top


Keywords: kbhotfixserver, kbnotautohotfix, kbhotfixdev, kbexpertiseadvanced, kbqfe, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 961881
Revision : 2
Created on : 9/26/2018
Published on : 9/26/2018
Exists online : False
Views : 343