mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
1f8b48b772
Approved by: portmgr blanket
8 lines
346 B
Plaintext
8 lines
346 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://crashme.codeplex.com/
|