On Tue, 06 Mar 2012 23:07:24 -0500, Walter Bright <newshou...@digitalmars.com> wrote:

On 3/6/2012 8:05 PM, Walter Bright wrote:
What I'm talking about is the idea that one can recover from seg faults
resulting from program bugs.

I've written about this before, but I want to emphasize that attempting to recover from program BUGS is the absolutely WRONG way to go about writing fail-safe, critical, fault-tolerant software.

100% agree. I just want as much information about the bug as possible before the program exits.

-Steve

Reply via email to