Re: SBCL 2.3.11: Core dump after typing Control-4
MichaĆ "phoe" Herda via Sbcl-help <[email protected]> Mon, 23 Jun 2025 00:32:11 +0200
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <[email protected]> |
On 22.06.2025 23:24, [email protected] wrote: > SBCL users probably want to know > - about this behavior > - how to prevent it (besides "Do not press Ctrl-4.") This is like teaching users of SBCL that sending a SIGTERM to a process is going to ask it to terminate. This is not SBCL's domain, but that of the operating system that SBCL runs on. The SIGQUIT behaviour is defined by libc, see https://www.gnu.org/software/libc/manual/html_node/Termination-Signals.html#index-SIGQUIT. That's where the user should look to learn about the behaviour and how to prevent it.