Disable !analyze auto run.

Hi,

When target hit a bugcheck, WinDbg/kd will automatically run !analyze -v.
Is there a command line switch to disable such behavior?

I don’t want Windbg do analyze -v for me – NO THANKS!!! I want to be able
to get to the kd prompt as soon as possible.

Why I need this badly? On some of the blade system, !analyze hangs the com
port on the server and debugger. The only to get kd back is physically
remove the blade from the slot and put it back in, and power cycle couple
times. Those ~!@#ing blades take forever to boot. It’s a royal pain in the
ass.

Thanks,
Calvin

Set environment variable DBGENG_NO_BUGCHECK_ANALYSIS to 1.

Thanks,

From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Calvin Guan (news)
Sent: Tuesday, June 04, 2013 12:12 PM
To: Kernel Debugging Interest List
Subject: [windbg] Disable !analyze auto run.

Hi,

When target hit a bugcheck, WinDbg/kd will automatically run !analyze -v. Is there a command line switch to disable such behavior?

I don’t want Windbg do analyze -v for me – NO THANKS!!! I want to be able to get to the kd prompt as soon as possible.

Why I need this badly? On some of the blade system, !analyze hangs the com port on the server and debugger. The only to get kd back is physically remove the blade from the slot and put it back in, and power cycle couple times. Those ~!@#ing blades take forever to boot. It’s a royal pain in the ass.

Thanks,
Calvin
— WINDBG is sponsored by OSR OSR is hiring!! Info at http://www.osr.com/careers For our schedule of WDF, WDM, debugging and other seminars visit: http://www.osr.com/seminars To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer

You can control this via an environment variable:

set DBGENG_NO_BUGCHECK_ANALYSIS=1

-scott
OSR

“Calvin Guan (news)” wrote in message
news:xxxxx@windbg…
Hi,

When target hit a bugcheck, WinDbg/kd will automatically run !analyze -v. Is
there a command line switch to disable such behavior?

I don’t want Windbg do analyze -v for me – NO THANKS!!! I want to be able
to get to the kd prompt as soon as possible.

Why I need this badly? On some of the blade system, !analyze hangs the com
port on the server and debugger. The only to get kd back is physically
remove the blade from the slot and put it back in, and power cycle couple
times. Those ~!@#ing blades take forever to boot. It’s a royal pain in the
ass.

Thanks,
Calvin

Awesome! you saved my day. Shouldn’t this be default?

Thanks,
Calvin

On Tue, Jun 4, 2013 at 12:19 PM, Jen-Lung Chiu
wrote:

> Set environment variable DBGENG_NO_BUGCHECK_ANALYSIS to 1.
>
>

>
> Thanks,

>
> ****
>
> From: xxxxx@lists.osr.com [mailto:
> xxxxx@lists.osr.com] *On Behalf Of *Calvin Guan (news)
> Sent: Tuesday, June 04, 2013 12:12 PM
> To: Kernel Debugging Interest List
> Subject: [windbg] Disable !analyze auto run.
>
>

>
> Hi,

>
> ****
>
> When target hit a bugcheck, WinDbg/kd will automatically run !analyze -v.
> Is there a command line switch to disable such behavior?
>
>

>
> I don’t want Windbg do analyze -v for me – NO THANKS!!! I want to be
> able to get to the kd prompt as soon as possible.

>
> ****
>
> Why I need this badly? On some of the blade system, !analyze hangs the com
> port on the server and debugger. The only to get kd back is physically
> remove the blade from the slot and put it back in, and power cycle couple
> times. Those ~!@#ing blades take forever to boot. It’s a royal pain in the
> ass.
>
>

>
> Thanks,

>
> Calvin
>
> — WINDBG is sponsored by OSR OSR is hiring!! Info at
> http://www.osr.com/careers For our schedule of WDF, WDM, debugging and
> other seminars visit: http://www.osr.com/seminars To unsubscribe, visit
> the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer

>
> —
> WINDBG is sponsored by OSR
>
> OSR is hiring!! Info at http://www.osr.com/careers
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>