RaspberryDebugger icon indicating copy to clipboard operation
RaspberryDebugger copied to clipboard

Crash when trying to start the debugging

Open aroenK opened this issue 3 years ago • 13 comments

I am trying to start the debugging of a remote PI with RaspberryDebugger. When starting up the connection visual studio keeps shutting down.

In the event viewer I get the following stack trace: Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.NullReferenceException at RaspberryDebugger.Connection+<UploadProgramAsync>d__17.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at RaspberryDebugger.DebugHelper+<InitializeConnectionAsync>d__6.MoveNext() at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(System.Threading.Tasks.Task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task) at RaspberryDebugger.DebugStartCommand+<Execute>d__12.MoveNext() at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__6_0(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(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 MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr).

Raspberry Debugger version : 1.6

aroenK avatar Apr 11 '21 07:04 aroenK

Thanks for submitting this issue: What version of Visual Studio are you running?

jefflill avatar Apr 11 '21 21:04 jefflill

I have include a screenshot of the the visual studio that i am using to develop the app.

image

aroenK avatar Apr 13 '21 08:04 aroenK

Thanks for developing this extension. It is great!!! I also now experience the VS crash, but it always happens when I try to select the target with Project->Raspberry Debug Settings, a few seconds after pressing the OK. The selected device verifies fine under Debug->Options->Rasperry Debugger. I'm currently using VS Community Edition (latest issue to date) 16.9.4

hbraasch avatar Apr 19 '21 05:04 hbraasch

The problem only occurs with older projects. My workaround for this now is to create a new console project, select the device, and test. If it works, I add the old project to the solution, set that as the active project, and delete the new console app. Then I'm ready to go again.

hbraasch avatar Apr 19 '21 23:04 hbraasch

Sorry, I've been banging my head on another project and haven't been watching this repo recently.

Is there any chance you could send me one of these older projects so I could try to see what's going on here, perhaps show a warning or something? I could have a look this weekend.

jefflill avatar Apr 21 '21 18:04 jefflill

Thanks for looking into this. Much appreciated.

I'm attaching a project that currently experiences this problem. LoraPi.zip

I'm also attaching a short video demonstrating the effect, for what its worth. https://user-images.githubusercontent.com/7484186/115632512-3d39b980-a34b-11eb-9e81-c7595b5712dd.mp4

Let me know if you need more files and info. Will be happy to supply.

hbraasch avatar Apr 21 '21 23:04 hbraasch

Hardcoding the device with its ip address does not help, in case you wonder.

hbraasch avatar Apr 21 '21 23:04 hbraasch

@jefflill Hi, did you manage to get a look at it? :-) Regards

hbraasch avatar Apr 28 '21 04:04 hbraasch

I am facing the same problem.

flavioperucchi avatar May 11 '21 08:05 flavioperucchi

Thanks for this great project @jefflill , I've started using it yesterday. I could replicate a scenario where VS crashes when the IP of my pi changed, as I didn't have it static, and I trying to use yesterday setting pointing to an IP that is not valid today. I'm using latest version of VS and NetCore 5.0

joaozorro avatar Jun 02 '21 10:06 joaozorro

My other (day) project has reached a bit of a milestone so I'm finally going to pop up and have a look at these. I'm going to create a new issue for the @joaozorro issue.

jefflill avatar Jun 04 '21 17:06 jefflill

Thanks for this great project @jefflill , I've started using it yesterday. I could replicate a scenario where VS crashes when the IP of my pi changed, as I didn't have it static

I use the name of the pi, not the dynamic IP from DHCP to avoid this and it works fine.

MagicAndre1981 avatar Jun 16 '21 08:06 MagicAndre1981

I'm having the exact same problem. This is with a new project and does it regardless of using ip address or raspberrypi.local as the address. VS version is:

image

aholland1973 avatar Nov 23 '21 21:11 aholland1973