Guest User

Powershell crash

a guest
Jul 24th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Unhandled Exception: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
  2. at System.Management.Automation.AmsiUtils.AmsiNativeMethods.AmsiCloseSession(IntPtr amsiContext, IntPtr amsiSession)
  3. at System.Management.Automation.AmsiUtils.CloseSession()
  4. at System.Management.Automation.Runspaces.PipelineBase..ctor(Runspace runspace, String command, Boolean addToHistory, Boolean isNested)
  5. at System.Management.Automation.Runspaces.LocalPipeline..ctor(LocalRunspace runspace, String command, Boolean addToHistory, Boolean isNested)
  6. at System.Management.Automation.Runspaces.LocalRunspace.CoreCreatePipeline(String command, Boolean addToHistory, Boolean isNested)
  7. at System.Management.Automation.Runspaces.RunspaceBase.Pulse()
  8. at System.Management.Automation.PSLocalEventManager.PulseEngine()
  9. at System.Management.Automation.PSLocalEventManager.AddAction(EventAction action, Boolean processSynchronously)
  10. at System.Management.Automation.PSLocalEventManager.ProcessNewEventImplementation(PSEventArgs newEvent, Boolean processSynchronously)
  11. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  12. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
  13. at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
  14. at System.Threading.ThreadPoolWorkQueue.Dispatch()
Advertisement
Add Comment
Please, Sign In to add comment