2001-04-07 08:03:49 +02:00
|
|
|
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.
|
|
|
|
|
2003-02-22 17:37:08 +01:00
|
|
|
WWW: http://people.delphiforums.com/gjc/crashme.html
|