Vanathi Arivazhagan
unread,May 18, 2012, 5:55:37 AM5/18/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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:
---------------------------
WinDbg:6.9.0003.113 X86
---------------------------
Could not attach to process 6976, NTSTATUS 0xC0000048
An attempt to set a processes DebugPort or ExceptionPort was made, but a port already exists in the process.
---------------------------
OK
---------------------------
I wanna create a crash dump of the application and to view the values of local variables in it.
I am a beginner. I am sorry if this doubt sounds simple.
Can anyone help me in doing so?
Thanks,
Vanathi