Maxim
Wed Apr 20 13:03:22 CDT 2005
The kernel does crash dumps, not your driver. IIRC even the minimal dump
will contain the thread context.
--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com
"Hannes" <hannes.news@nospam.nospam> wrote in message
news:4E2D04B6-469F-4CB9-8BB0-65E7249F1A64@microsoft.com...
> The CONTEXT is needed to produce complete crash dumps from our kernel mode
> driver.
> We'd like to include the state of each thread (or driver has 2-3 threads
> running) in the crash dump, and so we need the CONTEXT of each thread by the
> time of the crash.
>
> (Currently, we only get the CONTEXT of the crashing thread, in
> EXCEPTION_POINTERS. Would like to get the other thread(s) CONTEXT as well.)
>
> Thanks,
>
> / Hannes.