Subject: [ruby-talk:15474] Ruby catching error signals
From: Sean Middleditch <elanthis users.sourceforge.net>
Date: Mon, 21 May 2001 21:22:02 +0900
Hi again!
Is there a way to get Ruby not to catch error signals like sigsegv and such? I'd prefer to handle everything my way, since there are certain actions that have to be performed on a crash in my app (remove lock files and the like).
Thanks!