|
NAMEcrashme - test operating environment software robustnessSYNOPSIScrashme [NBYTES] [SRAND] [NTRYS] [NSUB] [VERBOSE]DESCRIPTIONcrashme is a very simple program that tests the operating environment's robustness by invoking random data as if it were a procedure. The standard signals are caught and handled with a setjmp back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing.COMMAND LINE OPTIONS
EXAMPLEThis is a suggested test, to run it for a least an hour.crashme +2000 666 100 1:00:00 FILEScrashme.cDIAGNOSTICSWhen a signal is caught the number and nature of the signal is indicated. Setting the environment variable CRASHLOG will cause each subprocess to record the arguments it was given.BUGSNot all signals are caught, and the state of the user program/process enviroment can be sufficiently damaged such that the program terminates before going through all [NTRIES] operations.If the architecture uses some kind of procedure descriptor but no special code has been not been added to castaway() in crashme.c then the stress test will not be as potent as it would otherwise be. Beware: This program can crash your computer if the operating system or hardware of same is buggy. User data may be lost. AUTHORGeorge J Carrette. GJC@world.std.comVERSION2.4 20-MAY-1994
Visit the GSP FreeBSD Man Page Interface. |