home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 4 / 4037 < prev    next >
Encoding:
Text File  |  1991-09-12  |  912 b   |  30 lines

  1. Path: wupost!zaphod.mps.ohio-state.edu!think.com!snorkelwacker.mit.edu!ai-lab!life.ai.mit.edu!mycroft
  2. From: mycroft@hal.gnu.ai.mit.edu (Charles Hannum)
  3. Newsgroups: alt.sources
  4. Subject: Re: Crashme 1.4
  5. Message-ID: <MYCROFT.91Sep11194405@hal.gnu.ai.mit.edu>
  6. Date: 11 Sep 91 23:44:05 GMT
  7. References: <2522@sophia.inria.fr> <1991Sep1.064702.17858@midway.uchicago.edu>
  8.     <SCOTTH.91Sep5141417@hoshi.corp.sgi.com> <2239@ispi.COM>
  9.     <1991Sep9.195725.974@ns.network.com>
  10. Sender: news@ai.mit.edu
  11. Organization: None.  Utter chaos.
  12. Lines: 15
  13. In-reply-to: clayh+@MUDLHEAD.NETWORK.COM's message of 9 Sep 91 19:57:25 GMT
  14.  
  15.  
  16.    DecStation 5000/200 running MACH/BSD (2.5) ran it with the
  17.    suggested parameters for 2 1/2 hours -- then I got tired of giving
  18.    away CPU cycles.
  19.  
  20. That's alright.  To crash your machine, just run the following program:
  21.  
  22. #include <cthreads.h>
  23.  
  24. main ()
  25. {
  26.   cthread_init ();
  27.   cthread_fork (main);
  28. }
  29. --
  30.