Welcome to TechNet Blogs Sign in | Join | Help

Syndication

News

Locations of visitors to this page These postings are provided "AS IS" without warranty, and confer no rights.

Browse by Tags

All Tags » Vista and Lognh... » Debugging   (RSS)
Not getting kernel memory dumps in Windows Vista or Windows 2008?
Backstory: With the advent of Windows Vista there are changes made in how the operating system determines if it can take a kernel memory dump or not. Starting in Vista the amount of memory allocated for kernel mode could vary dynamically . If the pagefile Read More...

Posted Tuesday, October 16, 2007 5:36 PM by Brad Rutkowski | 2 Comments

Kernel stack not resident (Using .pagein)
You might find yourself debugging an issue and a thread you are interested in is paged out. Here's the steps to use to page in the stack for the kernel side and user side... Be careful when doing this on a live machine that you want to release after debugging Read More...

Posted Thursday, August 30, 2007 12:36 AM by Brad Rutkowski | 2 Comments

Debugging Terminal Service not listening. (Isolating an instance of SVCHOST)
Ran into another issue today where I needed to set and IFEO for the particular instance of SVCHOST.exe running terminal service. Here is the easiest way of doing so: 1) Make a copy of SVCHOST.exe on the server, name it Mysvchost.exe and leave it in %Systemroot%\system32\ Read More...

Posted Friday, April 06, 2007 7:37 PM by Brad Rutkowski | 0 Comments

Let me drive! Using remote.exe to connect to a client.
Some might call me a control freak, but when I have the opportunity to investigate a machine myself or provide instructions via the phone/mail to the end-user you know what I'm going to choose. One of the easier ways that I find is to use remote.exe which Read More...

Posted Wednesday, April 04, 2007 4:48 AM by Brad Rutkowski | 0 Comments

The case of sidebar.exe not starting. Oh Snap!
Ran into a case today where each time we tried to start sidebar.exe it would fail silently. No crash to investigate, no error, so where to next? First I set an IFEO for sidebar.exe to launch windbg.exe when started, by doing this it stops at the initial Read More...

Posted Thursday, March 29, 2007 11:20 PM by Brad Rutkowski | 9 Comments

Page view tracker