Comment Re:A very good question (Score 1) 376
Still beats BSOD which kills the driver, the game and everything else...
Guess the next level of 'self healing' could be the driver killing the game if it does something wrong. Of course a well written driver should not crash if not used properly, but either ignore the call and/or return an error, possibly crashing the game if it doesn't handle the error properly, which also resolves the problem ;) The end goal being that the nefarious software (be it the driver, the game, ...) gets killed (and possibly restarted in a correct state) without bringing down anything else.
But again, buggy app or game bringing down a driver is already an improvement to it bringing down the entire system.