Any idea why I can’t connect to by debug server?
I’m using Windbg 6.2.0013.0. I start windbg (server) with the command
line “windbg.exe -Server npipe:pipe=DebugOatBag” and attach to a debuggee
via the COM port.
Then, I start windbg on my main machine (client) with the command line
“windbg.exe -remote npipe:server=oatbag,pipe=DebugOatBag” but I recieve
the error, “The debuger could not connect using
'npipe:server=oatbag,pipe=DebugOatBag, Win32 error 1265. The system
detected a possible attempt to compromise security. Please ensure that
you can contact the server that authenticated you.”
Further, I can ping the debug server (named ‘oatbag’…see below) but
cannot see the server via kd.exe or cdb.exe.
C:\tools\debugging tools for windows>kd -QR \oatbag
Servers on \oatbag:
Unable to query \oatbag
C:\tools\debugging tools for windows>ping oatbag
Pinging oatbag [10.0.13.65] with 32 bytes of data:
Reply from 10.0.13.65: bytes=32 time<1ms TTL=128
Reply from 10.0.13.65: bytes=32 time<1ms TTL=128
Reply from 10.0.13.65: bytes=32 time<1ms TTL=128
Reply from 10.0.13.65: bytes=32 time<1ms TTL=128
Ping statistics for 10.0.13.65:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms