Comment 9 for bug 2029382

Revision history for this message
Robert Palm (r-p-x) wrote :

I removed the sb-thread from *features* for now (in shared.lisp).

Still some error:

Disassembler: 28 printers, 1 prefilters, 4 labelers
**** 5 ****; Checking #P"/usr/local/sbcl/float-math.lisp-expr"
Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb> fatal error encountered in SBCL pid 4227:
maximum interrupt nesting depth (1024) exceeded

Error opening /dev/tty: Device not configured

ldb>

It's now here in cold-init.lisp:

  ;; The system is finally ready for GC.
  (/show0 "enabling GC")
  (format t "**** 5 ****")
  (setq *gc-inhibit* nil)
  #+sb-thread (finalizer-thread-start)
  (format t "**** 6 ****")
  ;; The show is on.
  (/show0 "going into toplevel loop")
  (handling-end-of-the-world