[hunchentoot-devel] Handling Lisp errors.
Edi Weitz
edi at agharta.de
Mon Apr 16 06:25:10 UTC 2007
On Sun, 15 Apr 2007 21:21:02 -0400, "Andrei Stebakov" <lispercat at gmail.com> wrote:
> (let ((backtrace (get-backtrace 0))
This is not portable across all platforms supported by Hunchentoot,
the argument to GET-BACKTRACE should be a condition.
Besides, for catching errors and emailing them I'd rather use an
approach similar to what I described here:
http://common-lisp.net/pipermail/tbnl-devel/2007-April/001153.html
More information about the Tbnl-devel
mailing list