Daily Usage Issues

vs2015 crash (NCrunch...ClipboardHelper)

Started by GreenMoose on 4,587 views

v3.10.0.20 - below stacktrace from event viewer, not sure what I was doing but probably something with copy/paste I guess :)


Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ArgumentNullException
at System.Windows.Forms.Clipboard.SetText(System.String, System.Windows.Forms.TextDataFormat)
at nCrunch.VSAddIn.UI.TextDisplayControl.ClipboardHelper.(System.Object)
at System.Threading.ThreadHelper.ThreadStart_Context(System.Object)
at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)
at System.Threading.ThreadHelper.ThreadStart(System.Object)

I haven't seen this one before. Did you notice any knock-on effects from this? Or did it just show up in the log?
Not really, I think I was about to copy something in the test output windows when vstudio "froze" and after a few seconds crashed.

Post a reply

Log in to reply.