[armedbear] #478: Command-line option to terminate process on unhandled errors
armedbear
armedbear-devel at common-lisp.net
Fri Nov 27 11:10:46 UTC 2020
#478: Command-line option to terminate process on unhandled errors
-------------------------------+-------------------------
Reporter: Mark Evenson | Type: enhancement
Status: new | Priority: minor
Milestone: 1.8.1 | Component: other
Version: 1.8.1-dev | Keywords:
Parent Tickets: |
-------------------------------+-------------------------
In <https://mailman.common-lisp.net/pipermail/armedbear-
devel/2020-November/004187.html> Robert Munyer requests:
{{{
Many Lisp implementations (including CCL, CLISP and SBCL) have a
command-line option that causes unhandled errors to terminate the
Lisp process instead of invoking the debugger.
This option is useful for programs that don't have irreplaceable
valuable state in the heap, and that have users whose reaction
upon seeing a debug REPL would be "How do I get out of this!?".
Also, a few days ago someone on IRC mentioned having the problem
that "if there is an error in the expression" the server thread
"gets locked in the ABCL repl". I think his or her use-case
might also benefit from a debugger-disabling switch.
}}}
--
Ticket URL: <https://abcl.org/trac/ticket/478>
armedbear <https://abcl.org>
armedbear
More information about the armedbear-ticket
mailing list