Quantcast
Channel: ClearScript
Viewing all articles
Browse latest Browse all 2297

Edited Unassigned: System.AccessViolationException [120]

0
0
I am trying to run my application in a docker container, but it crashes with the following error:

```
Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at std._Func_class<void>.()(_Func_class<void>* )
at Microsoft.ClearScript.V8.NativeCallbackImpl.Invoke()
at Microsoft.ClearScript.Util.MiscHelpers.Try(Action action)
at Microsoft.ClearScript.Util.NativeCallbackTimer.OnTimer(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.TimerQueueTimer.CallCallback()
at System.Threading.TimerQueueTimer.Fire()
at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
```

There are a lot of script code in the application, so it is difficult to find the specific lines of code that causes the crash. Does anyone have any ideas what could cause that or advice how to debug this issue?

Viewing all articles
Browse latest Browse all 2297

Latest Images

Trending Articles





Latest Images