Description:
Microsoft Windows Debugging Tools newsgroup.
|
|
|
Socket disconnected while a request was being sent
|
| |
I have a Kernel mode driver and i am sending a wdf request packet over SOCKET. i see that when the request has been sent, the socket seemed to have disconnected. Is there a way i can handle this situation where a socket is diconnected in the middle of a send
|
|
Timestamp of the dll does not match
|
| |
I have a mini dump of the application. I analyzed the mini dump and
got the time stamp of the module using lmvm command. But when I see
the actual DLL on the disk, the time stamp is different. Am I doing
anything wrong, why the time stamp of the module in WinDbg and the
actual DLL on the disk are not matching.... more »
|
|
64-bit Dbg extension on 32-bit platform
|
| |
This is probably a stupid question, but to be certain: I’m trying to debug a 64-bit target from a winXP/32-bit host. For the most part WinDbg works fine. However, I’m trying to write a windbg extension that would require 64-bit addresses. I seem to be getting an exception from the extension (even in just reading the args) if I use the #define KDEXT_64BIT. If I don’t use the KDEXT_64BIT, then the ReadMemory() routine doesn’t accept 64-bit addresses. Seems like my options are limited in this arrangement. Any suggestions?... more »
|
|
Break point on physical adress
|
| |
Hi All, Is it possible to put a breakpoint on physical address? i used to check physical address's in windbg like !dd 80000000+4444. i want to break into debugger when some function writes the value to it. Thanks
|
|
Unable to attach to procee
|
| |
I have created a crash dump of a simple c++ application using Visual studio by choosing Debug -> Save dump As.
When I open this dump using Windbg, I am not able to view the local variables.
When I try to create the crash dump from windbg by choosing File-> Attach to process, I am getting the following error:... more »
|
|
execute till return and follow in dump
|
| |
Hi all,
usually i use immunity/olly debugger, i decided to start with windbg
so i would like to know which is the windbg command as "execute till
return" in immunity/olly, probably gu.. is it?
The 2nd question is related to "follow in dump", someone know which is
the same command in windbg
thanks a lot!!... more »
|
|
SymGetSymFromAddr64() returns error 487
|
| |
I'm writing a small debugger tool, using dbghelp to get the callstack. To check how to use dbghelp, i've written a the test app, which is inspired by one in the Codeproject website. Here is my test app: http://
codepad.org/J7K2U4mg
When I run it, I get those messages:
SymGetSymFromAddr64() failed ( 487) Attempt to access invalid address.... more »
|
|
Big Bertha Thing astronomy
|
| |
Big Bertha Thing astronomy Cosmic Ray Series
Possible Real World System Constructs
[link] Access page to 600K ZIP file
Astrophysics net ring access site
Newsgroup Reviews including sci.astro.amateur
Postings potentially suitable for fowarding to SRF Classical Astronomy... more »
|
|
|