On Saturday, 3 March 2012 at 22:24:59 UTC, Walter Bright wrote:
On 3/3/2012 12:29 PM, Sandeep Datta wrote:
I would recommend doing what Microsoft does in this case, use SEH (Structured exception handling) on windows i.e. use OS facilities to trap and convert hardware exceptions into software exceptions.

D for Windows already does that.

It's been there for 10 years, and turns out to be a solution looking for a problem.

Getting a stack trace without having to start a debugger is kinda nice.

Reply via email to