BUG: Multithreaded applications can deadlock because of asynchronous cleanup (327443)
The information in this article applies to:
- Microsoft Windows .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Enterprise Services (included with the .NET Framework) 1.0
- Microsoft COM+ 1.0
This article was previously published under Q327443 SYMPTOMS Under certain conditions, a class that is derived from the System.EnterpriseServices.ServicedComponent class that runs in a COM+ application may stop responding
(deadlock). CAUSE This problem is caused by an Activity deadlock. Activities
can deadlock on multithreaded applications because of an asynchronous cleanup
of component references.RESOLUTIONTo
resolve this problem, the client of the COM+ objects should systematically call the Dispose method. This call enables deterministic cleanup of the COM+
objects. You must call the Dispose method when you have finished using ServicedComponent objects.STATUSMicrosoft has confirmed that this is a bug in the Microsoft products that are listed in the "Applies to" section.REFERENCES
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
318000
FIX: Various problems when you call transactional COM+ components from ASP.NET
312118 The system memory usage and the handle counts increase more than you may expect when your application contains components that are derived from the System.EnterpriseServices.ServicedComponent class
For more information about Enterprise Services
(COM+) in .NET, visit the following Microsoft Web site:
Modification Type: | Major | Last Reviewed: | 9/9/2005 |
---|
Keywords: | kbbug kbGarbageCollect kbnofix KB327443 |
---|
|