SuperSocket icon indicating copy to clipboard operation
SuperSocket copied to clipboard

异常信息: System.OutOfMemoryException又发现了一个线上的问题,请问这是什么导致的呢

Open hellofengge opened this issue 2 years ago • 3 comments

Framework 版本: v4.0.30319 说明: 由于未经处理的异常,进程终止。 异常信息: System.OutOfMemoryException 在 Microsoft.Win32.RegistryKey.InternalGetValue(System.String, System.Object, Boolean, Boolean) 在 Microsoft.Win32.RegistryKey.GetValue(System.String) 在 System.Diagnostics.PerformanceMonitor.GetData(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetPerformanceData(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetCategorySample(System.String) 在 System.Diagnostics.PerformanceCounterLib.GetCategorySample(System.String, System.String) 在 System.Diagnostics.PerformanceCounter.NextSample() 在 System.Diagnostics.PerformanceCounter.NextValue() 在 SuperSocket.SocketEngine.ProcessPerformanceCounterHelper.Collect(SuperSocket.SocketBase.StatusInfoCollection) 在 SuperSocket.SocketEngine.PerformanceMonitor.OnPerformanceTimerCallback(System.Object) 在 System.Threading.TimerQueueTimer.CallCallbackInContext(System.Object) 在 System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 在 System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) 在 System.Threading.TimerQueueTimer.CallCallback() 在 System.Threading.TimerQueueTimer.Fire() 在 System.Threading.TimerQueue.FireNextTimers() 在 System.Threading.TimerQueue.AppDomainTimerCallback(Int32)

hellofengge avatar Jun 27 '22 03:06 hellofengge

也是 1.6 版吗?我的出遇到同样的问题了, 一直不知道怎么解决

jacdy avatar Oct 28 '22 02:10 jacdy

Please troubleshooting with WinDbg, maybe you can refer to https://www.cnblogs.com/sheng-jie/p/9503650.html

chucklu avatar Oct 28 '22 02:10 chucklu

也是 1.6 版吗?我的出遇到同样的问题了, 一直不知道怎么解决

是的

hellofengge avatar Nov 10 '22 17:11 hellofengge