Microsoft KB Archive/928569

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 18:34, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 928569

Article Last Modified on 12/3/2007



APPLIES TO

  • Microsoft .NET Framework 2.0



SYMPTOMS

In a Microsoft ASP.NET Web application that is configured to run under the Microsoft .NET Framework 2.0, the first common language runtime (CLR) thread pool worker thread is never initialized for Microsoft COM+. ASP.NET uses an unmanaged thread pool API, and the CLR is not initiated yet when ASP.NET queues the first work item.

RESOLUTION

Hotfix information

A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely affected by this problem, we recommend that you wait for the next .NET Framework 2.0 service pack that contains this hotfix.

To resolve this problem immediately, contact Microsoft Customer Support Services to obtain the hotfix. For a complete list of Microsoft Customer Support Services telephone numbers and information about support costs, visit the following Microsoft Web site:

Note In special cases, charges that are ordinarily incurred for support calls may be canceled if a Microsoft Support Professional determines that a specific update will resolve your problem. The usual support costs will apply to additional support questions and issues that do not qualify for the specific update in question.

Prerequisites

You must have the .NET Framework 2.0 installed before you apply this hotfix.

Restart requirement

You do not have to restart the computer after you apply this hotfix.

Hotfix replacement information

This hotfix does not replace any other hotfixes.

File information

The English version of this hotfix has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

File name File version File size Date Time
Mscorjit.dll 2.0.50727.238 299,520 10-Nov-2006 00:25
Mscorlib.dll 2.0.50727.238 3,952,640 15-Nov-2006 19:37
Mscorpe.dll 2.0.50727.238 102,912 10-Nov-2006 00:23
Mscorwks.dll 2.0.50727.238 5,703,168 15-Nov-2006 19:36
Normalization.dll 2.0.50727.238 15,360 10-Nov-2006 00:25
Normidna.nlp Not Applicable 59,342 27-Mar-2006 17:58
Normnfc.nlp Not Applicable 45,794 21-Jun-2006 23:38
Normnfd.nlp Not Applicable 39,284 21-Jun-2006 23:38
Normnfkc.nlp Not Applicable 66,384 21-Jun-2006 23:38
Normnfkd.nlp Not Applicable 60,294 21-Jun-2006 23:38
Peverify.dll 2.0.50727.238 136,192 10-Nov-2006 00:25
Sos.dll 2.0.50727.238 382,464 10-Nov-2006 00:29


STATUS

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

MORE INFORMATION

This problem provides an opportunity for any unmanaged code on the thread to initialize the thread to the single-threaded apartment (STA) by calling the CoInitialize function. After the unmanaged code initializes the thread to the STA, the CLR behaves as if the thread is still initialized to the multithreaded apartment (MTA). Therefore, the CLR does not pump messages as expected, and the CLR may block the finalizer thread indefinitely. When the finalizer thread is blocked indefinitely, out-of-memory (OOM) errors may occur. Additionally, the Comsvcs.dll file may cause an access violation if the thread is changed to the STA in the middle of a COM+ call.

All the other thread pool worker threads are explicitly initialized to the MTA. On those threads, a call to the CoInitialize function fails instead of actually initializing the thread to the STA.

Note When a call to the CoInitialize function fails, it is common for the unmanaged code to try to initialize the thread to the STA first and then to try to initialize the thread to the MTA.

For more information, click the following article number to view the article in the Microsoft Knowledge Base:

824684 Description of the standard terminology that is used to describe Microsoft software updates



Additional query words: C1382

Keywords: kbfix kbqfe kbpubtypekc kbhotfixserver KB928569