|
The machine is crashing because of bad data on the timer list.This is caused either by pool corruption, or a misbehaving driver that is freeing a timer's memory out from under the object.
This one will take some effort to isolate, since there isnt a lot of guarding around this area. You could try using verifier to special pool all your third party drivers. This would probably catch it, but without debugging the dump itself, its hard to say for sure if thats the case.
|