Author Topic: SE 2016 gdb issues  (Read 2214 times)

ChrisFurlough

  • New Community Member
  • Posts: 2
  • Hero Points: 0
SE 2016 gdb issues
« on: July 26, 2017, 10:16:09 PM »
Hey guys.  Running SE 2016 for Windows (7-64), and trying to debug some Linux code on a virtualbox VM of Ubuntu 14.04.5. 

I start the gdbserver on Ubuntu, and launch via Debug->Attach Debugger->Attach to Remote Process (GDB).  I get a windows busy spinner, and then this message box: http://imgur.com/LMzzxVa

I turned on logging, and the last, and hopefully pertinent chunk of the log is this:

debug[2017-07-26T14:49:03Z]GDB started 'vs-gdb-proxy' with arguments: C:\PROGRA~1\SLICKE~1.3\win\vs-gdb-proxy.exe -nodelay  -server 10.0.2.15:8000 -listen localhost:8002
debug[2017-07-26T14:49:03Z]======================================
debug[2017-07-26T14:49:03Z]  GDB command_reply: command=-target-select remote localhost:8002
debug[2017-07-26T14:49:03Z]  GDB command_reply: timeout=0
debug[2017-07-26T14:49:03Z]      GDB event: empty event packet
debug[2017-07-26T14:49:03Z]    GDB send: command=-target-select remote localhost:8002
debug[2017-07-26T14:49:17Z]      GDB event: ^error,msg="localhost:8002: The system tried to join a drive to a directory on a joined drive."
debug[2017-07-26T14:49:17Z]      GDB event: (gdb)
debug[2017-07-26T14:49:17Z]      GDB event: found (gdb) prompt
debug[2017-07-26T14:49:17Z]      GDB event: empty event packet
debug[2017-07-26T14:49:17Z]  GDB command_reply: reply=^error,msg="localhost:8002: The system tried to join a drive to a directory on a joined drive."
debug[2017-07-26T14:49:17Z]  GDB command_reply: elapsed=14196
debug[2017-07-26T14:49:17Z]GDB command_reply: DONE
debug[2017-07-26T14:49:17Z]  GDB send: command=-gdb-exit
debug[2017-07-26T14:49:17Z]GDB stopping 'vs-gdb-proxy' process

What does this mean?