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