Re: [windev] Did you know?? BSOD - Blue Screen of Death - very si mple

With the following modification it crashes Win2k SP2 from the command
line as well after a few seconds:
int main(int argc, char* argv)
{
while(1) {
printf(“\t\b\b”);
}
return 0;
}

Cheers,
Egil


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com