On Sun, 15 Apr 2007 21:21:02 -0400, "Andrei Stebakov" lispercat@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