Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

unhandle exception

$
0
0

SharpDevelop Version : 5.1.0.5134-RC-d5052dc5

.NET Version         : 4.5.50709

OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1

Current culture      : Chinese (Simplified, PRC) (zh-CN)

Current UI language  : en

Running under WOW6432, processor architecture: x86-64

Working Set Memory   : 204500kb

GC Heap Memory       : 71800kb

 

Exception thrown:

Debugger.DebuggerException: Evaluation can not be stopped

   at Debugger.Eval.WaitForResult()

   at Debugger.Eval.InvokeMethod(Thread evalThread, IMethod method, Value thisValue, Value[ args)

   at Debugger.Value.InvokeToString(Thread evalThread, Int32 maxLength)

   at Debugger.AddIn.TreeModel.ValueNode.GetValueAndUpdateUI()

   at Debugger.AddIn.TreeModel.ValueNode..ctor(IImage image, String name, Func`1 getValue, Action`1 setValue)

   at Debugger.AddIn.TreeModel.ValueNode.<GetLocalVariables>d__14.MoveNext()

   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)

   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)

   at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.RefreshPad()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.RefreshPads()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass13_0.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass6_1.<EnqueueCall>b__0()

   at Debugger.MTA2STA.PerformCall()

   at Debugger.MTA2STA.PerformAllCalls()

   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)

   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

 

---- Recent log messages:

15:03:22.949 [19] DEBUG - Received command ReportEvent

15:03:23.187 [19] DEBUG - Received command ReportEvent

15:03:23.188 [19] DEBUG - Received command ReportEvent

15:03:23.188 [19] DEBUG - Received command BuildDone

15:03:23.188 [19] INFO - Finished building CANDownload, success=True

15:03:23.195 [1] INFO - Debugger Command: Start (withDebugger=True)

15:03:23.196 [1] INFO - Saving layout file: C:\Users\Duan\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Default.xml

15:03:23.200 [1] INFO - Loading layout file: C:\Users\Duan\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml, hideAllLostPads=False

15:03:23.394 [1] DEBUG - ChooseLayoutCommand.LayoutChanged(object,EventArgs)

15:03:23.394 [1] DEBUG - ChooseLayoutCommand.Run()

15:03:23.395 [1] INFO - Saving layout file: C:\Users\Duan\AppData\Roaming\ICSharpCode\SharpDevelop5\layouts\Debug.xml

15:03:33.187 [21] DEBUG - Telling worker process to exit

15:03:33.187 [21] DEBUG - Waiting for thread-join

15:03:33.189 [19] DEBUG - Cannot read from WorkerProcess 192916: end of stream

15:03:33.190 [19] DEBUG - Stopped reading from WorkerProcess 192916.

15:03:33.190 [19] DEBUG - Telling worker process to exit

15:03:33.190 [19] DEBUG - End of reader thread on WorkerProcess 192916.

15:03:33.191 [21] DEBUG - Joined!

15:03:33.841 [1] INFO - Open file d:\SharpDevelop\project\CANDownload\StateMachine.cs

15:03:33.906 [1] INFO - Evaluated node 'data' in 24 ms

15:03:33.946 [1] INFO - Evaluated node 'canobj' in 39 ms

15:03:33.952 [1] INFO - Evaluated node 'trans_totalms' in 5 ms

15:03:33.952 [1] INFO - Evaluated node 'trans_status' in 0 ms

15:03:33.957 [1] INFO - Evaluated node 'trans_start' in 5 ms

15:03:43.206 [1] ERROR - ThreadException caught

--> Exception:

Debugger.DebuggerException: Evaluation can not be stopped

   at Debugger.Eval.WaitForResult()

   at Debugger.Eval.InvokeMethod(Thread evalThread, IMethod method, Value thisValue, Value[ args)

   at Debugger.Value.InvokeToString(Thread evalThread, Int32 maxLength)

   at Debugger.AddIn.TreeModel.ValueNode.GetValueAndUpdateUI()

   at Debugger.AddIn.TreeModel.ValueNode..ctor(IImage image, String name, Func`1 getValue, Action`1 setValue)

   at Debugger.AddIn.TreeModel.ValueNode.<GetLocalVariables>d__14.MoveNext()

   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)

   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)

   at ICSharpCode.SharpDevelop.Gui.Pads.LocalVarPad.RefreshPad()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.RefreshPads()

   at ICSharpCode.SharpDevelop.Services.WindowsDebugger.debuggedProcess_DebuggingPaused(Object sender, DebuggerPausedEventArgs e)

   at Debugger.Process.OnPaused(DebuggerPausedEventArgs e)

   at Debugger.ManagedCallback.<>c__DisplayClass13_0.<ExitCallback>b__0()

   at Debugger.MTA2STA.<>c__DisplayClass6_1.<EnqueueCall>b__0()

   at Debugger.MTA2STA.PerformCall()

   at Debugger.MTA2STA.PerformAllCalls()

   at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)

   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.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)

   at System.Windows.Forms.Control.InvokeMarshaledCallbacks()

 

---- Post-error application state information:

Installed 3rd party AddIns: 

ProjectService.CurrentSolution: [Solution D:\SharpDevelop\project\CANDownload\CANDownload.sln with 1 projects]

ProjectService.CurrentProject: [CSharpProject: CANDownload]

Workbench.ActiveContent: [AvalonEditViewContent D:\SharpDevelop\project\CANDownload\StateMachine.cs]


Viewing all articles
Browse latest Browse all 1764

Trending Articles