|
Search
Tutorials and Code
Syndication
My Account
Community Forums
Webmaster Tools
Tech Jobs
|
Crash Visual Studio 2008 When Trying To DebugDet 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...
Help With Setting Symbol Path For One ModuleHi, 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...
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...
Symbols For Windows Server 2008 X64 RC?Are there any symbols available for Windows Server 2008 x64 RC? Many thanks,
6.11.1.404 Symstore With Pointer Files Will Not Cache Symbol LocalHello 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...
Windbg Stack Trace IssueHello 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...
Identifying Driver From The Address Of A RoutineHi, 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...
How Can I Get The Typedef Information From Xxx.pdb ? ( DIA Or DbgHHi 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...
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
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
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 ******************************************************************************* * * *...
Minidumps And Source IndexingHi 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...
Interpreting Debug Info - App Hangs On ExitVB6/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...
Breakpoint DtHi, 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...
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...
Gu And Pc Command Of WindbgHello 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...
Missing Dump On Vista After BSODI 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...
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...
Writing A Debugger Extension: Failing To Query An InterfaceHi, 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...
Another Problem With Symbol Files LoadingI 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...
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...
Full Dump IssueHello 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) --...
Program Database Vs Program Database For Edit And ContinueI 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?...
Memory.dmp Event Details Reason UnknownHi, 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...
Target Doesnt Boot In Debug ModeThe 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...
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...
New To WindDbg - Help Connecting Target To HostI 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...
Multiple 1394 Host Controllers Listed On Target Machine In Debug ModeHello, 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...
How Do I Run !defwritesI'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...
Detecting Debugger Install FolderI 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...
App Verifier ProblemsHi, 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...
IrpfindHi, why does the !irpfind command in windbg take so long time? someone tell me why. Merry.Win
App Verifier UsageHi, 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...
In Visual Studio 2003, I Set Breakpoints But They Are Not Hit In DIt 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...
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...
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...
Slow BreakpointsI'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...
Serial Connection With Addin CardConnecting 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...
Error Monitoring Thread StatusHello 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...
Error Display Variable Value/typeHello 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"? [...
I Get This Error When I Run The Microsoft V6.0 DebuggerException 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
Print Input Parameter ValuesHello 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...
Debug S3/S4 By WindbgSometimes, 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...
Problems When Using UMDHI'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
Memory Leak In W3wp After 2003 Sp2 InstalledHere 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...
Tracing A ProcessHi, 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...
Still Wrong SymbolsHi, 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...
How To Debug A DriverHi, 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...
Asterisk In Dt Command Does Not Work In 6.9.0003.113asterisk 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...
Deadlock In DbghelpI'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...
|
Advertisement
Free Magazine Subscriptions
Today's Pictures
Today's Video
Other Resources
Latest Download
Latest Icons
|