Originally posted by: n0cmonkey
When did Christina turn ugly?
I think the BSOD is just basic. At that point you don't want something flashy, you want something that works. BSOD conveys information well enough.
Originally posted by: drag
Well. For one thing Macs show their intense superiority in yet another way.
Before in Windows, it would crash and dump you to the command prompt. The Macs would just get snow all over the screen. It's suprising and pleasent. It's helpfull because it would immediately indicate to the user that they are over their heads and shouldn't bother trying to fix it. While the DOS guys would try to fix it possibly thru the command line and possibly make it worse.
Then while MS was perfecting the BSOD the Apple geniuses would have the macs get a little cartoon bomb on the screen. See that's funny and classy way for a computer to take sh!t. Makes people smile and imagine little deamons running around tossing bombs at the computer's harddrive.
Then later on while we were getting familar with the stark reality of the BSOD's continued presence in w2k and WinXP, Apple was perfecting the "going japanese" multi language, and very helpfull isntructions that basicly read "Reboot this computer now" but with 3 times as many words.
Now while Apple forges onto the future with pleasent and interesting looking images such as these, MS stolidly refuses to move it's BSOD computer technology into the 21st century.
Mac's continued superiority in crash screen technology is just indicative of it's continued dominance in cutting edge software and hardware personal computer technology.
Originally posted by: drag
Well. For one thing Macs show their intense superiority in yet another way.
Before in Windows, it would crash and dump you to the command prompt. The Macs would just get snow all over the screen. It's suprising and pleasent. It's helpfull because it would immediately indicate to the user that they are over their heads and shouldn't bother trying to fix it. While the DOS guys would try to fix it possibly thru the command line and possibly make it worse.
Then while MS was perfecting the BSOD the Apple geniuses would have the macs get a little cartoon bomb on the screen. See that's funny and classy way for a computer to take sh!t. Makes people smile and imagine little deamons running around tossing bombs at the computer's harddrive.
Then later on while we were getting familar with the stark reality of the BSOD's continued presence in w2k and WinXP, Apple was perfecting the "going japanese" multi language, and very helpfull isntructions that basicly read "Reboot this computer now" but with 3 times as many words.
Now while Apple forges onto the future with pleasent and interesting looking images such as these, MS stolidly refuses to move it's BSOD computer technology into the 21st century.
Mac's continued superiority in crash screen technology is just indicative of it's continued dominance in cutting edge software and hardware personal computer technology.
Originally posted by: dclive
That's got to be the faultiest logic I've seen in a while.
....
Ah - humor. 🙂
Couldn't they think of something better looking at least for Win2000/XP? Or does the ugliness just contribute to the message that you are really screwed?
A big pain with older BSOD was that you can't scroll through them! I haven't experienced a true BSOD in XP yet, though, so I don't know if MS has made any leaps and bounds in the area of error screen aesthetics and practicality.
The reason we bugcheck is because something has happened that is not allowed, and in order to prevent memory/data corruption, we trap the current process and transfer control to an exception handler based on the reason for the exception.
As quoted. If you have a critical error, there are many errors that now invoking a write to the file system might not be the best thing to do. You might be pointing to where you think you are. There were 3 kinds of stops in NT, 1) error, 2) error while processing error (stop 8?), 3) freeze as error processing error processing error so I am completely lost.Originally posted by: Nothinman
The reason we bugcheck is because something has happened that is not allowed, and in order to prevent memory/data corruption, we trap the current process and transfer control to an exception handler based on the reason for the exception.
You try to prevent data corruption by writting a dump file to the hard disk? That makes no sense what so ever.
You are confusing data corruption (corrupting data in RAM) with physical data corruption (something being physically written to disk). We bugcheck to PREVENT anything in RAM that has been corrupted from being utilized by another process (and thus, possibily affecting on-disk data).
As a side note, we are never overwriting a user's data when we write a dump file. When you bugcheck, we write the contents of RAM to your page file, reboot the system (or not, based on the auto-reboot option you can set), and after reboot, we write your dump file and recreate your page file.
Originally posted by: Sianath
We have code in the kernel to handle a switch from protected mode back to real mode so we can use BIOS calls to write to disk if necessary, so it's fairly rare for us to not get a dump file.
Originally posted by: Spleeze
Not to hijak your thread, but how many times have you guys actually seen a BSOD on XP?
I've seen it 0 times total, honestly.
I've also seen that error message for OSX 0 times, even though the machine seized up like a corpse on me countless times. 🙂
Explorer can get pretty screwy, but i can kill that and restart it, taking off where i left.