crashme 708 B

123456789101112131415
  1. #DESCRIPTION:Utility to crash your machine
  2. # Before running these: BACKUP YOUR SYSTEM! you've been warned!
  3. f00f 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.
  7. crash01 crash01
  8. # Generate random code and execute it. Read f00f comment,
  9. # this test lockup SunOS,WindowsNT,etc. in seconds..
  10. crash02 crash02 -v 2
  11. # Generate random syscalls and execute them, less probability
  12. # to hose your system, but still.
  13. fork12 fork12
  14. # Fork as many children as possible. On systems with lots of memory
  15. # and kernels prior to 2.4.19, this can hang the system by using up all pids