But all of a sudden, I cannot start windbg anymore. The server starts
and runs OK (using the same exact command), but when I start the
client (using the SAME EXACT windbg -remote command as before), it
issues an error message box:
"The debugger could not connect using com:port=1,baud=115200,channel=0
Win32 error 5 Access is denied"
What gives?
Please note: using "com:port=1,baud=115200,channel=0" ran successfully
numerious times before WinDbg started acting funny on me.
I am using WinDbg version 6.6.0007.5.
And I verified that the server is *not* in Secure mode.
Any idea why is that? Could that be a bug in WinDbg?
Thanks,
Victor
I just could think of the possibility that WinDbg, a tool that is
supposed to help me find a nasty bug that causes my application to
refuse to exit (due to a hung MsgWaitForMultipleObjects) - will have
the same exact bug... LOL.
Thanks!
Victor
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"vc6vc6" <vc6...@gmail.com> wrote in message
news:1192649900.9...@i13g2000prf.googlegroups.com...
Don, thanks. Yes - that's exactly what I discovered. It just didn't
occur to me that WinDbg could be running after actually being closed.
All is well now - and am faced with a new challenge (see new posting
regarding !stacks).
Thanks,
Victor