Heap exhaustion compiling lapack



Hello,

a colleague has the following problem with maxima 5.27.0 on a Mac running Mac
OS 10.6.8 with 8 Gigs memory, which suggests a bug somewhere:

Maxima 5.27.0 http://maxima.sourceforge.net
using Lisp SBCL 1.0.55.0-abb03f9


load(lapack);

; /Users/olivier/.maxima/binary/binary-sbcl/share/lapack/binary-sbcl/lapack/dg
esdd.fasl
 written
; compilation finished in 0:00:07.809
;; loading #P"/Users/olivier/.maxima/binary/binary-sbcl/share/lapack/binary-sb
cl/lapack/dgesdd.fasl"
; compiling file "/Applications/Maxima.app/Contents/Resources/maxima/share/max
ima/5.27.0/share/lapack/lapack/dgesvd.lisp"
 (written 30 APR 2012 12:00:08 PM):
; compiling (IN-PACKAGE :LAPACK)
; compiling (LET* (# #) ...)Heap exhausted during garbage collection: 0 bytes
available, 4104 requested.
Gen StaPg UbSta LaSta LUbSt Boxed Unboxed LB   LUB  !move  Alloc  Waste   Trig
WP  GCs Mem-age
  0: 86927     0     0     0 12457  7259     0     0     0 42116080 38640656
42134081    0   1  0,0000
  1: 90054 131071     0     0  5516 53405   165    45    45 135689280
106511296 113073113 4614   1  1,5732
  2: 75113 75114 60551     0 18837 14357   508   230   253 108262944 30722528
37453969 16707   1  0,6244
  3: 39581 39562 14991     0  3487  1069   340    10    86 19281448 813528
2000000 3154   0  0,0000
  4:     0     0     0     0     0     0     0     0     0        0     0
2000000    0   0  0,0000
  5:     0     0     0     0     0     0     0     0     0        0     0
2000000    0   0  0,0000
  6:     0     0     0     0 11018  2223     0     0     0 54235136     0
2000000 10858   0  0,0000
  Total bytes allocated    = 359584888
  Dynamic-space-size bytes = 536870912
GC control variables:
  *GC-INHIBIT* = true
  *GC-PENDING* = in progress
fatal error encountered in SBCL pid 5375:
Heap exhausted, game over.

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





-- 
Michel Talon