From: M. R. B. <mr...@0x...> - 2001-10-01 19:01:21
|
* Bao C. Ha <ba...@se...> on Wed, Sep 26, 2001: > > The purpose of crashme is to test 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. > Check out the Linux Test Project, it's designed to test multiple areas of the kernel, and it may help you pinpoint the exact points of failure in these kernels. http://ltp.sf.net/ M. R. |