The information in this article applies to:
SUMMARYIf the trap frame is corrupt or cannot be found when completing a debugging session, use the method detailed below to determine its location. MORE INFORMATION
Dump the first ChildEBp's address on the stack using the dd command.
Continue to dump until you see two 23's back-to-back. After you run into
this line of the dump, subtract x30 from the address at the beginning of
that line and run a !trap against the results.
NOTE: Another way of getting the trap frame is to do a dump on EBP-30 and dump from this address until you get to the sequence of 00000023 00000023. From this point on its just like the first example. Additional query words: debugref
Keywords : NTSrvWkst |
Last Reviewed: January 30, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |