托管WCF的Windows服务因System.OutOfMemoryException而崩溃

时间:2014-05-08 11:01:11

标签: c# multithreading wcf

我有一个Windows服务,托管在Windows Server 2008 R2上部署的多个WCF服务。它每隔几天随机崩溃,并提供以下信息:

Application: Gibunco.Peninsula.Business.ServiceHost.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.OutOfMemoryException
Stack:
   at System.Runtime.Fx+IOCompletionThunk.UnhandledExceptionFrame(UInt32, UInt32, System.Threading.NativeOverlapped*)
   at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)

我尝试使用可用的堆栈跟踪来研究问题,但找不到任何线索。不幸的是,这给实时用户带来了问题。

有人对此有任何想法吗?

0 个答案:

没有答案