hunchentoot fatal error encountered in SBCL SIGABRT received

丶灬走出姿态 提交于 2020-01-14 04:19:25

问题


while installing hunchentoot (and subsequently loading it), I have the error:

* (ql:quickload :hunchentoot)
To load "hunchentoot":
  Load 1 ASDF system:
    hunchentoot
; Loading "hunchentoot"
....fatal error encountered in SBCL pid 43052(tid 0xb57dc0):
SIGABRT received.

Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb> 

I have locally built SBCL, using ./make.sh --fancy flag to have threads on my macOS

% sbcl --version
SBCL 1.5.9

mac os:

% uname -a
Darwin <m/c name> 19.0.0 Darwin Kernel Version 19.0.0: Thu Oct 17 16:17:15 PDT 2019; root:xnu-6153.41.3~29/RELEASE_X86_64 x86_64


% sw_vers
ProductName:    Mac OS X
ProductVersion: 10.15.1
BuildVersion:   19B88

Before I file it as bug, I post here to see if there's a known solution around.

来源:https://stackoverflow.com/questions/59270472/hunchentoot-fatal-error-encountered-in-sbcl-sigabrt-received

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!