If the crash happens during waking, it may be an Intel Bluetooth or similar driver.
A common bug in custom ivthandleinterrupt implementations is failing to write to the End of Interrupt (EOI) register. Without that, the CPU will re-enter the same ISR immediately after returning, causing a hang or stack overflow.
: Windows uses Driver Verifier to monitor these operations. If a driver tries to write to memory it doesn't own, IvtHandleInterrupt catches the violation and triggers a Blue Screen of Death (BSOD) to prevent data corruption. Troubleshooting & Management