My storport driver for xen crashes when I do a hibernate, although it
works when there is a crash dump. The frustrating thing is that it
doesn’t BSoD when hibernating, it kills the VM completely. Even with a
debugger attached I don’t get anything useful.
I’ve seen this happen before when I’ve defined too many local variables
(large array) which runs it out of stack space… is there anything else
that could cause it? As best as I can tell it doesn’t actually happen
inside any of my routines (based on KdPrints on start/end.
Thanks
James