Debugging Tools for Windows

!rpcexts.rpcreadstack

The !rpcexts.rpcreadstack extension reads an RPC client-side stack and retrieves the call information.

Syntax

!rpcexts.rpcreadstack ThreadStackPointer 

Parameters

ThreadStackPointer
Specifies the pointer to the thread stack.

DLL

Windows 2000 Unavailable
Windows XP and later Rpcexts.dll

Comments

For a common use of this extension, see Analyzing a Stuck Call Problem.

Here is an example:

0:001> !rpcexts.rpcreadstack 68fba4
CallID: 1
IfStart: 19bb5061
ProcNum: 0
        Protocol Sequence:      "ncacn_ip_tcp"  (Address: 00692ED8)
        NetworkAddress: ""      (Address: 00692F38)
        Endpoint:       "1120"  (Address: 00693988)

Additional Information

For more information about debugging Microsoft Remote Procedure Call (RPC), see RPC Debugging.

Build machine: CAPEBUILD