[MacPorts] #65188: sbcl: fatal error encountered in SBCL pid 16153: dynamic space too small for core

MacPorts noreply at macports.org
Thu May 19 11:59:21 UTC 2022


#65188: sbcl: fatal error encountered in SBCL pid 16153: dynamic space too small
for core
---------------------------+----------------------
  Reporter:  barracuda156  |      Owner:  easye
      Type:  defect        |     Status:  assigned
  Priority:  Normal        |  Milestone:
 Component:  ports         |    Version:  2.7.2
Resolution:                |   Keywords:
      Port:  sbcl          |
---------------------------+----------------------

Comment (by tomio-arisaka):

 Thanks for your great efforts!

 I'm interested in SBCL. So I tried to install SBCL on PPC Tiger.
 I modified the SBCL portfile based on the old one which is got from
 GitHub.\\

 Then I was able to install SBCL-2.0.9.
 But I cannot install the later versions than 2.0.9.

 ("a_sbcl" variant means that the active SBCL is used to compile this
 version)

 {{{
 $ port installed sbcl
 The following ports are currently installed:
   sbcl @1.1.6_1
   sbcl @1.2.11_0+a_sbcl
   sbcl @1.4.9_0+a_sbcl
   sbcl @1.5.9_0+a_sbcl
   sbcl @2.0.9_0+a_sbcl (active)
 $
 $ file `which sbcl`
 /opt/local/bin/sbcl: Mach-O executable ppc
 $
 $ cat << EOF | sbcl --noinform --no-sysinit --no-userinit
 > (machine-type)
 > (machine-version)
 > (software-type)
 > (software-version)
 > (lisp-implementation-type)
 > (lisp-implementation-version)
 > *features*
 > *read-default-float-format*
 > (+ 1 2 3 4 5 6 7 8 9 10)
 > (expt 2.0 10)
 > EOF
 * "PowerPC"
 * "PowerBook3,5"
 * "Darwin"
 * "8.11.0"
 * "SBCL"
 * "2.0.9"
 * (:PPC :GENCGC :ANSI-CL :BIG-ENDIAN :BSD :COMMON-LISP :DARWIN
  :IEEE-FLOATING-POINT :MACH-O :PACKAGE-LOCAL-NICKNAMES :SB-LDB
  :SB-PACKAGE-LOCKS :SB-UNICODE :SBCL :UNIX)
 * SINGLE-FLOAT
 * 55
 * 1024.0
 * $
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/65188#comment:15>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list