Subject: Virtual crash testing
From: Roman Fiedler <roman.fiedler@telbiomed.at>
Date: Mon, 14 Jul 2008 11:57:39 +0200

Hi list,

is there an easy way to simulate a vserver guest crash for 
recovery/failover testing? It should just immediately terminate all apps 
in the context so that the programs have no time to react, e.g. to do 
clean shutdown or actively close files or network connections.

lg roman

PS: As a workaround I might suspend all processes and then KILL/SEGV 
them so that no stopped parent can react on the child's death.