HandyIpc icon indicating copy to clipboard operation
HandyIpc copied to clipboard

长时间运行会出现 attempted to read or write protected memory

Open heartacker opened this issue 2 years ago • 7 comments

Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
   at System.Threading.ThreadPoolWorkQueue.TryDequeueTimeSensitiveWorkItem()
   at System.Threading.ThreadPoolWorkQueue.Dequeue(System.Threading.ThreadPoolWorkQueueThreadLocals, Boolean ByRef)
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool+WorkerThread.WorkerThreadStart()

heartacker avatar Jun 24 '22 02:06 heartacker