blob: a4c5b41ccb51ea759a901d7037fd45bf598b9e4f [file] [log] [blame]
robbiew1f254532003-03-28 22:07:58 +00001#DESCRIPTION:Utility to crash your machine
nstrazb72f4d82001-04-03 21:29:30 +00002# Before running these: BACKUP YOUR SYSTEM! you've been warned!
3f00f f00f
4# This is a simple test for handling of the pentium f00f bug.
5# It is an example of a catistrophic test case. If the system
6# doesn't correctly handle this test, it will likely lockup.
nstrazdb8ba412001-06-04 15:30:54 +00007crash01 crash01
nstrazb72f4d82001-04-03 21:29:30 +00008# Generate random code and execute it. Read f00f comment,
9# this test lockup SunOS,WindowsNT,etc. in seconds..
10crash02 crash02
11# Generate random syscalls and execute them, less probability
12# to hose your system, but still.
13mem01 mem01 -r
14# Memory eater. Loves to be run in parallel with other programs.
15# May panic on buggy systems if the OOM killer was not fast enough :-)
nstrazcdae3fc2002-07-19 15:59:19 +000016fork12 fork12
17# Fork as many children as possible. On systems with lots of memory
18# and kernels prior to 2.4.19, this can hang the system by using up all pids