Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Windos
win32.3rdparty
win32.directx.audio
win32.directx.ddk
win32.directx.graphics
win32.directx.input
win32.directx.managed
win32.directx.misc
win32.directx.networking
win32.directx.sdk
win32.directx.video
win32.dirx.grap.shaders
win32.gdi
win32.international
win32.kernel
win32.messaging
win32.mmedia
win32.networks
win32.ole
win32.rtc
win32.tapi
win32.tapi.beta
win32.tools
win32.ui
win32.wince
win32.wmi
windows.mediacenter
winfx.aero
winfx.announcements
winfx.avalon
winfx.collaboration
winfx.fundamentals
winfx.general
winfx.indigo
winfx.sdk
winfx.winfs
  
 
date: Fri, 5 Oct 2007 10:41:14 -0700,    group: microsoft.public.win32.programmer.tools        back       


VERIFIER STOP 403   
This is the verifier break for unbalanced COM calls.

Args 3 and 4 are in the break say they are stack traces. I haven't seen this
in a while but I remember having to do some non-obvious debugger mojo to get
the actual CoInit/CoUninit stacks.

Anyone know how to get the detailed info from this break? The 400-series 
codes don't seem to be well documented.

Thankx!

-Carl
date: Fri, 5 Oct 2007 10:41:14 -0700   author:   Wyrug

RE: VERIFIER STOP 403   
Hi Carl,
Here's how you get the stack traces:

To get the stack trace of the most recent CoInitialize call on this thread, 
please run:

!list -t ole32!CVerifierStackData.m_listHead.Flink -x "dps poi(" -a "-4)" 
<param3>

To get the stack trace of the most recent CoUnInitialize call on this 
thread, please run:

!list -t ole32!CVerifierStackData.m_listHead.Flink -x "dps poi(" -a "-4)" 
<param 4>

Thanks,
Prasad

"Wyrug" wrote:

> This is the verifier break for unbalanced COM calls.
> 
> Args 3 and 4 are in the break say they are stack traces. I haven't seen this
> in a while but I remember having to do some non-obvious debugger mojo to get
> the actual CoInit/CoUninit stacks.
> 
> Anyone know how to get the detailed info from this break? The 400-series 
> codes don't seem to be well documented.
> 
> Thankx!
> 
> -Carl
> 
> 
>
date: Mon, 8 Oct 2007 03:52:03 -0700   author:   Prasad Kakulamarri [MSFT]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us