[Openmcl-devel] Handling SIGTERM in applications
Max Rottenkolber
max at mr.gy
Tue Oct 25 18:48:37 PDT 2016
On Tue, 20 Sep 2016 12:42:16 +0000, Max Rottenkolber wrote:
> I noticed “:error-handler :quit” seems to be generally broken, since it also
> drops me into a debugger when I signal a regular error.
>
> I am on Linux x86_64 by the way.
I was able to work around this using a custom APPLICATION-CLASS:
(defclass my-app (ccl::application)
((command-line-arguments :initform nil)))
More information about the Openmcl-devel
mailing list