Geekpedia Programming Tutorials






Microsoft Debugging Tools For Windows Newsgroups Microsoft Debugging Tools For Windows Newsgroups

1 2
(82 threads in 2 pages)
RSS Feed RSS Feed     KlipFolio Klip Klip     Add to Google    Add to My Yahoo!    Subscribe in NewsGator Online    Add To Windows Live    Subscribe with Bloglines   

Crash Visual Studio 2008 When Trying To Debug

Det h?r ?r ett flerdelat meddelande i MIME-format. ------=_NextPart_000_0009_01CA554D.1E3DA680 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer...

On Sunday, October 25th 2009 at 03:28 AM by Johan Karlsson | 1 Reply

Help With Setting Symbol Path For One Module

Hi, I have my _NT_SYMBOL_PATH env. variable set to srv*D:\symbols*http://msdl.microsoft.com/download/symbols I am trying to use Appverifier.exe. WinDbg is using the symbol file for the 'vfbasics...

On Wednesday, October 7th 2009 at 11:11 AM by Anonymous | No Replies

Seeking MSCTF.pdb 5.1.2409.9 (TSF Redist V1.0)

Hi, I'm looking for this symbol file to debug a hanging condition caused by something related to the Mutex MSUIM.GlobalLangBarEventSink.Mutex, which should be exists in the TSF redistributable v1.0...

On Tuesday, September 8th 2009 at 07:17 AM by nothize | No Replies

Symbols For Windows Server 2008 X64 RC?

Are there any symbols available for Windows Server 2008 x64 RC? Many thanks,

On Tuesday, May 5th 2009 at 11:49 AM by Anonymous | 1 Reply

6.11.1.404 Symstore With Pointer Files Will Not Cache Symbol Local

Hello We have a public symbol server with symbol files and a private symbol server with pointer files. With windbg 6.11.1.404 the symbols do not cache locally any longer when using ptr files but...

On Thursday, April 16th 2009 at 03:05 PM by Anonymous | No Replies

Windbg Stack Trace Issue

Hello everyone, I am debugging a crash dump of managed code, when using !threads to show all threads here, a couple of threads has Exception field value with various exceptions. My question...

On Tuesday, February 24th 2009 at 12:20 PM by Anonymous | No Replies

Identifying Driver From The Address Of A Routine

Hi, We are debugging bugcheck 0x96 (INVALID_WORK_QUEUE_ITEM). The document says that : "Arg4: If this is an ExWorkerQueue (which it usually is), this is the address of the worker routine that...

On Tuesday, February 10th 2009 at 08:59 AM by suresh | No Replies

How Can I Get The Typedef Information From Xxx.pdb ? ( DIA Or DbgH

Hi all : How can i get the typedef information from xxx.pdb ? (use (DIA or dbgHelp)) Now i have a typename and a xxx.pdb,i want to get the typeinfo of this type. but typename is just...

On Friday, January 16th 2009 at 05:56 AM by Anonymous | No Replies

Undocumented Dbgeng Commands?

Hello I wonder what these undocumented commands really do and why WinDbg sends them to the engine: ..sxcmds ..extcmds -u -p ..bpcmds -e -m -p 0 ..aliascmds Thanks, Elias

On Wednesday, January 14th 2009 at 10:02 AM by lallous | No Replies

Is There Anyone Actually Have Installed Xp Sp2 Checked Build Here?

this is what i want to be sure. if you know something about installing checked build, wish you can shed light on me. TIA

On Monday, January 12th 2009 at 10:24 PM by johndoe | No Replies

Probably Caused By : Kernel32.dll ( Kernel32!CompareStringW+b7b )

which is my problem? you get the log that I have and do not understand 0:000> !analyze -v;r;kv;lmnt ******************************************************************************* * * *...

On Sunday, December 14th 2008 at 10:32 AM by Anonymous | No Replies

Minidumps And Source Indexing

Hi all, Following Jochen Kalmbach and Pat Styles recommendation (see thread 'Virtual base classes and dbghelp'), we've started to implement minidumps and source indexing. After a bit of trial and...

On Friday, November 21st 2008 at 09:36 PM by Anonymous | No Replies

Interpreting Debug Info - App Hangs On Exit

VB6/COM Integration with Outlook (2003); WindowsXP; ActiveX EXE I am getting an Access Violation error when shutting down Outlook under certain circumstances. I am pretty sure my app is the culprit...

On Friday, October 31st 2008 at 07:55 PM by Anonymous | No Replies

Breakpoint Dt

Hi, Currently trying to debug a problem in a c++\mfc application. Atm I've set a breakpoint inside a method and I'm able to perform these simple steps; 0:001> dv -v 0185f864 nsubscriber...

On Tuesday, October 28th 2008 at 02:30 AM by RedLars | No Replies

Poi Command Error?

Hello everyone, I have made some experiment about poi command. But always met with syntax error, here is my source code, and related commands in WinDbg. My purpose is to deference the...

On Sunday, October 5th 2008 at 08:08 AM by Anonymous | No Replies

Gu And Pc Command Of Windbg

Hello everyone, Could anyone show me a sample about how to use these two commands in Windbg please? I read the document in debugger.chm, but confused. I did search in Google and MSDN, but not...

On Sunday, September 28th 2008 at 07:33 AM by Anonymous | No Replies

Missing Dump On Vista After BSOD

I regular see a BSOD on a pc with Vista. In the Startup and Recovery settings I have Write an event to the system log checked Automatically restart checked Write debugging information Kernel memory...

On Thursday, September 18th 2008 at 03:39 AM by vve@removespam.gmx.de | No Replies

Dbghelp.h Does Not Woth With /Zpx (x != 8)

Hi! If I create a project with paking set (for example) to 1 (/Zp1), then dbghelp.h does not work (especially IMAGEHLP_MODULE64 with SymGetModuleInfo64). If I surround dbghelp.h with #pragma...

On Thursday, September 11th 2008 at 10:14 AM by Jochen Kalmbach [MVP] | 1 Reply

Writing A Debugger Extension: Failing To Query An Interface

Hi, I'm writing a debugger engine extension and I'm failing to receive the IDebugSymbols3 interface. The code line is: if ((Status = Client->QueryInterface(__uuidof(IDebugSymbols3), (void **)&g_ExtSymbols...

On Thursday, September 4th 2008 at 05:57 PM by Tomer | No Replies

Another Problem With Symbol Files Loading

I am using WinDbg kernel mode. I have my program in VM, connection is good. Symbol path is srv*c:\symcache*http://msdl.microsoft.com/download/symbols; (Also my PDBs) but when I want to get thread...

On Monday, September 1st 2008 at 07:08 AM by Anonymous | 1 Reply

Special Symbols For Ks.dll Debugger Extension?

WinDbg:6.8.4.0 I get the following message in Windbg when attempting to use the ks.dll extension: kd> !ks.help ---> INITIALIZING KS DEBUGGER EXTENSION ---> This will only happen once... please...

On Friday, August 29th 2008 at 09:55 AM by Anonymous | No Replies

Full Dump Issue

Hello everyone, Suppose I know the process executable name (e.g. foo.exe), how to use NTSD to dump a full information for the runtime information for the specific process (which foo.exe runs) --...

On Tuesday, August 26th 2008 at 01:08 AM by Anonymous | 1 Reply

Program Database Vs Program Database For Edit And Continue

I must debug my project Release version. I'm using WinDbg.exe. In user mode I attach debugger to process, then I want to set breakpoint (using "bp" command). To do that what PDB files I must have?...

On Tuesday, August 26th 2008 at 12:27 AM by Anonymous | No Replies

Memory.dmp Event Details Reason Unknown

Hi, Below are log details from Memory.dmp file from my win 2k3 Std edn.+SP2 server.Hardware used is HP Proliant DL 380 G2. The PSP and hardware firmware on the server is latest still I got this...

On Monday, August 25th 2008 at 01:16 PM by Anonymous | 1 Reply

Target Doesnt Boot In Debug Mode

The OS is Server 2008. It boots up okay in normal mode. I added DebugEntry in bcd(following all the instructions) and rebooted the machine. Surely it gives me the OS choices at startup. But if I choose...

On Wednesday, August 20th 2008 at 07:52 PM by jofferman@gmail.com | No Replies

WinDbg.exe (user Mode)

Hello. I'm new in using Debugging Tools for Windows. I know how to debug in kernel mode, but I don't know how do it in user mode. I have written a small test programm and I want to debug it using...

On Wednesday, August 20th 2008 at 12:16 AM by Anonymous | 1 Reply

New To WindDbg - Help Connecting Target To Host

I am in need of assistance beginning a debugging session using WndDbg for a MFC application program. I have two Win Xp computers connected with IEEE 1384, and also connected over a simple Windows...

On Tuesday, August 19th 2008 at 05:01 PM by Anonymous | 1 Reply

Multiple 1394 Host Controllers Listed On Target Machine In Debug Mode

Hello, I'm trying to set up a 1394 connection between 2 machines. I'm stuck at the "debugee not connected..." message on the host. Whenever I bring up the target in debug mode, I see 2 1394 host controllers...

On Monday, August 18th 2008 at 05:38 PM by jeffb | No Replies

How Do I Run !defwrites

I've got a win 2003 64 bit OS and have an issue as described in http://support.microsoft.com/kb/920739/en-us I have the debugger and symbols, I've set the symbols path etc. but still can't figure...

On Thursday, August 14th 2008 at 03:57 PM by Anonymous | No Replies

Detecting Debugger Install Folder

I would like to know if there is a simple way to programmatically detect the folder where Debugging Tools is installed. Our current method is to read an entry from the registry. With previous releases...

On Monday, August 11th 2008 at 11:08 AM by Anonymous | No Replies

App Verifier Problems

Hi, I am testing an exe in windbg with App Verifier enabled. The exe is crashing. But if I disable App Verifier then the exe works fine. Can anybody tell where can be the problem. Am i adopting...

On Tuesday, August 5th 2008 at 06:41 AM by Anonymous | No Replies

Irpfind

Hi, why does the !irpfind command in windbg take so long time? someone tell me why. Merry.Win

On Tuesday, August 5th 2008 at 04:36 AM by Merry Win | No Replies

App Verifier Usage

Hi, I am using App verifier to test an exe. sicne I am a newbie i have some basic queries on its usage. The exe to be tested is loading some DLLs( for these these dlls I have .pdb and .map files...

On Monday, August 4th 2008 at 10:06 AM by Anonymous | No Replies

In Visual Studio 2003, I Set Breakpoints But They Are Not Hit In D

It is an older vb.net application/ web, and i have debug set to true i nthe web.config file. I also followed the instructions in this kb article http://support.microsoft.com/kb/306169 But as...

On Monday, July 28th 2008 at 04:03 PM by Anonymous | No Replies

Possible To Analyze A Win2k Minidump On An XP Machine?

I am trying to analyze a dump from a Win2k SP4 machine on a machine that is running XPSP3. My symbol file path is: SRV*c:\windows\symbols*http://msdl.microsoft.com/download/symbols I went ahead...

On Monday, July 28th 2008 at 12:37 PM by norealaddy@nono.com | 2 Replies

Unknown Exceptions In Windbg 6.9.3.113 Under XP/SP3:: Please Help!

Windebug 6.9.3.113 x86 was running fine on my Core2 laptop using XP SP2. Recently I upgraded to SP3, I reinstalled Windebug 6.9.3.113 x86 and I am now getting some strange behaviour if I attach to...

On Monday, July 28th 2008 at 11:27 AM by windebug@rocketmail.com | No Replies

Slow Breakpoints

I'm using WinDbg to remotely debug a driver over firewire. I've set about 2,000 breakpoints that look like the following: bp /1 b62a8cbe ".echo b62a8cbe; gc" Around 15 breakpoints are hit. The target...

On Tuesday, July 22nd 2008 at 09:06 PM by rigdern@gmail.com | 2 Replies

Serial Connection With Addin Card

Connecting a client (target) to a Debugger machine when a system does not have a serial connection. I know that there is firewire and in the Future USB but I he set up some systems for Debugging...

On Tuesday, July 22nd 2008 at 03:21 PM by Anonymous | 1 Reply

Error Monitoring Thread Status

Hello everyone, When using !threads command to monitor thread status for a dump, there is an error message. Does anyone meet this before? What is wrong? 0:001> !threads Failed to load data...

On Tuesday, July 15th 2008 at 02:56 AM by Anonymous | No Replies

Error Display Variable Value/type

Hello everyone, I am using the following commands in Windbg to debug the following simple application, why there is error like, "Note: this object has an invalid CLASS field Invalid object"? [...

On Sunday, July 6th 2008 at 08:16 AM by Anonymous | No Replies

I Get This Error When I Run The Microsoft V6.0 Debugger

Exception 0xC0000005 my computer has Windows XP version 2002 with Service Pack 2 I just updated VC++ 6.0 to Service Pack 6 Any ideas ? -- ghm

On Monday, June 30th 2008 at 02:50 PM by Anonymous | No Replies

Print Input Parameter Values

Hello everyone, Suppose I am executing in a function, how to print values for input parameters (binary memory value is ok) using WinDbg? (suppose I am executing in a system API, and I do not...

On Monday, June 30th 2008 at 05:37 AM by Anonymous | No Replies

Debug S3/S4 By Windbg

Sometimes, I can't break into kernel debugger while the system has not entered S3/S4 yet. Is com port / 1394 / usb debug cable driver the latest driver entering S3/S4? Could we use Windbg to debug...

On Saturday, June 28th 2008 at 11:27 AM by Jack Huang | No Replies

Problems When Using UMDH

I've post my quest, but It seems no one know the answer, hope can get reply here. thanks. http://forums.msdn.microsoft.com/en/vcgeneral/thread/d9fb68f4-e4dd-46ff-8c38-b4c2dc6c5342

On Monday, June 23rd 2008 at 11:36 PM by Anonymous | 3 Replies

Memory Leak In W3wp After 2003 Sp2 Installed

Here is the short version. Our in house developed asp.net app began throwing OOM errors after the sp2 was applied to the servers. We confirmed it by removing sp2 and problem goes away. Add sp2 problem...

On Monday, June 23rd 2008 at 07:20 PM by JR | No Replies

Tracing A Process

Hi, I would like to see the tracing log for a certain process i.e. notepad.exe For instance, I would like to see all the function calls from ntdll.dll as I execute notepad.exe so that I can see...

On Monday, June 16th 2008 at 03:35 PM by Anonymous | No Replies

Still Wrong Symbols

Hi, I try to analyze a mini dump file create on windows 2000 system an other Windows 2000 system. Although my symbolpath is .;srv*c:\symbols*http://msdl.microsoft.com/ download/symbols I still get...

On Monday, June 16th 2008 at 05:08 AM by reis | No Replies

How To Debug A Driver

Hi, I have a driver file hello.sys which was written by me. How can I go about debugging the driver. Inspite of having the driver loaded via ("net start hello" ) when I run the lm command my driver...

On Wednesday, June 4th 2008 at 05:43 AM by qader | No Replies

Asterisk In Dt Command Does Not Work In 6.9.0003.113

asterisk in dt command does not work anymore. dt ntdll!_* does not work in 6.9.0003.113. The same command works in 6.8.4.0. I 100% sure that my symbol setting (by setting _NT_SYMBOL_PATH variable...

On Friday, May 30th 2008 at 05:18 PM by Anonymous | No Replies

Deadlock In Dbghelp

I'm running a test application in vs2005 ide which is deadlocking while i attempt to walk the stack. mOstly this works properly, but i just hit this deadlock. What could i be doing wrong? ntdll...

On Friday, May 30th 2008 at 02:39 AM by Anonymous | 1 Reply
1 2
(82 threads in 2 pages)
Advertisement

Free Magazine Subscriptions

Today's Pictures

Today's Video

Other Resources

Latest Download

Latest Icons