Now, assuming a crash dump was successful (they can and do fail), you have to download the "Debugging Tools for Windows" package and then run WinDbg. Load up the crash dump and only then will it give you the same basic information that 2000 and prior gave you at the BSoD.
If the crash dump didn't save (e.g. it was an issue in a storage subsystem, not enough space on the drive, etc) then you're just shit out of luck. No useful information for you, bonus points if it couldn't even store anything in the event log (that happens too, funzies!).
Even for less serious issues, having that driver name was amazingly useful for doing phone support:
User: A blue screen has come up!
Tech: At the end of the second line do you see something ending in .sys?
User: Yes! It says scanner.sys
Tech: Ah! Can you restart and install your scanner's latest software? That will solve it!
... etc etc...
Seriously was a step backwards when they removed that.I don't know what that question relates to?
I am talking about lack of information in the BSoD and that the alternative has limitations (e.g. that memory dumps fail sometimes). It wasn't a technical support request.
As to Windows 8, last time I had a BSoD it looked more like this: https://i.imgur.com/OFkIvBT.jpg
Which has as little diagnostic information as XP and later.
My dream was to someday understand computers deeply enough that I could see numbers like that any know exactly what was going on. Like reading the matrix.
I know enough now to know what an address is, and while I may not be able to see an address and know what happened, at least I know how to use a crash address to debug a binary. So mission accomplished, I guess. :)
> Imagine if you did that today. "Press any key to ignore this kernel panic."
Linux still does this today. Not for kernel panics, but for kernel oops, which is the error you will usually get when doing something bad (say a null pointer dereference in a kernel module).
The thread that causes a kernel oops is killed and a stack trace is written to dmesg but the rest of the system attempts to continue chugging on.Can anybody explain how Windows 95 and beyond use a virtual machine manager? Is it just referring to the separation of kernel and user space (the virtual machine being the application/"window procedure" and the virtual machine manager watching for exceptions from kernel space)?
http://www.pcworld.com/article/2603531/why-steve-ballmer-wro...
(even the Verge)
http://www.theverge.com/2014/9/4/6105203/steve-ballmer-blue-...
It might also be worth noting that the same color blue was used for the MS-DOS and Windows installers, edit.com, and others.