tanky:~/src/toys% sh ./run-bar.sh
This is SBCL 1.0.48.19, an implementation of ANSI Common Lisp.
More information about SBCL is available at .
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
WARNING: No definition for CFLAG-VDSUSP
WARNING: No definition for CFLAG-VSTATUS
; compiling file "/home/james/quicklisp/local-projects/antik/optimize/one-dim.lisp" (written 09 DEC 2011 10:55:38 AM):
; compiling (IN-PACKAGE :ANTIK)
; compiling (EXPORT (QUOTE #))
; compiling (DEFUN ROOT-1D ...)
; compiling (DEFUN MINIMIZE-1D ...)
; compiling (DEFUN MAXIMIZE-1D ...)
; /home/james/.cache/common-lisp/sbcl-1.0.48.19-linux-x86/home/james/quicklisp/local-projects/antik/optimize/ASDF-TMP-one-dim.fasl written
; compilation finished in 0:00:00.024
; compiling file "/home/james/quicklisp/local-projects/antik/linear-algebra/linear-algebra.lisp" (written 09 DEC 2011 10:55:38 AM):
; compiling (IN-PACKAGE :ANTIK)
; compiling (EXPORT (QUOTE #))
; compiling (DEFMETHOD *I ...)
; compiling (DEFMETHOD *I ...)
; compiling (DEFMETHOD *I ...)
; compiling (DEFMETHOD /I ...)
; compiling (DEFMETHOD +I ...)
; compiling (DEFMETHOD +I ...)
; compiling (DEFMETHOD +I ...)
; compiling (DEFMETHOD -I ...)
; compiling (DEFMETHOD -I ...)
; compiling (DEFMETHOD -I ...)
; compiling (DEFMETHOD EXPT ...)
; compiling (DEFUN INVERT-MATRIX ...)
; compiling (DEFUN DETERMINANT ...)
; compiling (DEFUN SOLVE-LINEAR ...)
; /home/james/.cache/common-lisp/sbcl-1.0.48.19-linux-x86/home/james/quicklisp/local-projects/antik/linear-algebra/ASDF-TMP-linear-algebra.fasl written
; compilation finished in 0:00:00.039
; compiling file "/home/james/quicklisp/local-projects/antik/sample/low-discrepancy-sequence.lisp" (written 09 DEC 2011 10:55:38 AM):
; compiling (IN-PACKAGE :ANTIK)
; compiling (EXPORT (QUOTE #))
; compiling (DEFUN VAL-FROM-RANGE ...)
; compiling (DEFUN QUASI-RANDOM-VALUES ...)
; compiling (DEFUN LOW-DISCREPANCY-SAMPLE ...)
; compiling (DEFUN APPLY-TO-ARGUMENTS ...)
; /home/james/.cache/common-lisp/sbcl-1.0.48.19-linux-x86/home/james/quicklisp/local-projects/antik/sample/ASDF-TMP-low-discrepancy-sequence.fasl written
; compilation finished in 0:00:00.017
[undoing binding stack and other enclosing state... done]
[saving current Lisp image into bar.core:
writing 3512 bytes from the read-only space at 0x01000000
writing 7536 bytes from the static space at 0x01100000
writing 53903360 bytes from the dynamic space at 0x09000000
done]
[undoing binding stack and other enclosing state... done]
[saving current Lisp image into bar:
writing 3512 bytes from the read-only space at 0x01000000
writing 7536 bytes from the static space at 0x01100000
writing 53936128 bytes from the dynamic space at 0x09000000
done]
CORRUPTION WARNING in SBCL pid 4155(tid 3085084352):
Memory fault at 8 (pc=0xb7498b3c, sp=0xb7984e7c)
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
unhandled SB-SYS:MEMORY-FAULT-ERROR in thread #:
Unhandled memory fault at #x8.
0: (SB-DEBUG::MAP-BACKTRACE # :START 0 :COUNT 128)
1: (BACKTRACE 128 #)
2: (SB-DEBUG::DEBUGGER-DISABLED-HOOK
#
#)
3: (SB-DEBUG::RUN-HOOK
*INVOKE-DEBUGGER-HOOK*
#)
4: (INVOKE-DEBUGGER #)
5: (ERROR SB-SYS:MEMORY-FAULT-ERROR :ADDRESS 8)
6: (SB-SYS:MEMORY-FAULT-ERROR)
7: ("foreign function: call_into_lisp")
8: ("foreign function: post_signal_tramp")
9: ("foreign function: gsl_rng_uniform_int")
CORRUPTION WARNING in SBCL pid 4155(tid 3085084352):
Memory fault at 0 (pc=0xb7496b79, sp=0xb7984754)
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
10: ((SB-PCL::FAST-METHOD GSLL:SAMPLE
(GSLL:RANDOM-NUMBER-GENERATOR
(EQL :UNIFORM-FIXNUM))) #)
11: (MAIN)
12: ((LABELS SB-IMPL::RESTART-LISP))
unhandled condition in --disable-debugger mode, quitting
tanky:~/src/toys%