Ferada / cl-cffi-gtk

#cl-cffi-gtk on Freenode. A Lisp binding to GTK+3. SBCL/CCL/ABCL (ECL/CLISP unstable)
http://www.crategus.com/books/cl-cffi-gtk
41 stars 8 forks source link

Failed to build for Quicklisp dist #52

Open quicklisp opened 4 years ago

quicklisp commented 4 years ago

Building with SBCL 2.0.9.5-442f54894 / ASDF 3.3.1 for quicklisp dist creation.

Commit id e9a46df65995d9a16e6c8dbdc1e09b775eb4a966

cl-cffi-gtk-demo-gdk fails to build with the following error:

Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {100E970993}>: Unhandled memory fault at #x18.

cl-cffi-gtk-demo-gtk fails to build with the following error:

Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {100E950103}>: Unhandled memory fault at #x18.

cl-cffi-gtk-test fails to build with the following error:

Unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING {1001A50103}>: Unhandled memory fault at #x18.

Full log here