1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/sysutils/crashme/pkg-descr
Matthias Andree 786dec8475 To be sure we're handing over an old but clean port to the new maintainer:
- Add LICENSE (LGPL v2.1+ according to license.rtf)
- Move pkg-plist into Makefile variable
2012-08-09 22:55:18 +00:00

8 lines
348 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/