Comment 5 for bug 1887913

Revision history for this message
Tomas Hlavaty (tomas-hlavaty) wrote : Re: [Bug 1887913] Re: Condition raised when stderr is missing

On Tue 21 Jul 2020 at 14:43, Pierre Neidhardt <email address hidden> wrote:
> Ideally, I'd like to know if there is a way to prevent such conditions
> being raised. A handler-bind is not always an option, especially when
> libraries start other threads themselves, which may in turn raise this
> condition.

you can set *error-output* etc to *standard-output* for example
http://www.lispworks.com/documentation/HyperSpec/Body/v_debug_.htm
(or open "/dev/null" etc)