Re: SBCL 2.3.11: Core dump after typing Control-4

MichaƂ "phoe" Herda via Sbcl-help <[email protected]> Mon, 23 Jun 2025 01:12:36 +0200
Newsgroups gmane.lisp.steel-bank.general
Message-ID <[email protected]>
On 23.06.2025 00:43, [email protected] wrote:
> Is there an argument for continuing the current behavior,
> that is, is it useful for SBCL to allow a user to interrupt
> the lisp and dump core under some circumstances?

The behaviour you are describing is the default for all Unix processes 
running in terminals. It's not the duty of SBCL to document OS defaults.

Speaking in another way: is the behaviour you describe documented 
anywhere for Python, Ruby, Perl, Erlang, and so on? I'm asking because 
the Unix python/irb/perl/erl programs react in the very same way - 
quitting and optionally producing core dumps.

Or in yet another way: where does the man page for the Unix cat binary 
mention this? Because hitting Ctrl+4 on a running cat process does the same.