Yeah, with both. The only change is the addition of a foretold if ulimit is nonzero.
Sent from my iPhone On Jul 30, 2010, at 7:54 AM, Steve Schveighoffer <[email protected]> wrote: > > > > > ----- Original Message ---- >> From: Sean Kelly <[email protected]> >> To: Discuss the phobos library for D <[email protected]> >> Sent: Fri, July 30, 2010 10:46:38 AM >> Subject: Re: [phobos] Calling abort() on unhandled exception >> >> That's the thing. With Leandro's proposed behavior, the stack isn't >> unwound >> because the exception is effectively never caught. The runtime can still >> print >> the error message like it does now, it just works as if from a signal >> handler. >> > > With stack trace? I'd much rather have a stack trace than a core file. A > stack > trace can easily be read, is easy to email/attach to a bug report, and does > not > require duplicating the entire environment to use. > > -Steve > > > > > _______________________________________________ > phobos mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/phobos _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
