mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
11 lines
394 B
Plaintext
11 lines
394 B
Plaintext
|
Crashme 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.
|
||
|
|
||
|
WWW: http://people.delphi.com/gjc/crashme.html
|
||
|
|
||
|
- Mark Pulford
|
||
|
mark@kyne.com.au
|