Menu

#2125 LISP allocation error

closed
nobody
5
2012-08-15
2011-01-07
Anonymous
No

I got this error, and I have no idea how i can use Allocate or what this means.

Maxima encountered a Lisp error:
Error in PROGN [or a callee]: The storage for BIGNUM is exhausted.
Currently, 5630 pages are allocated.
Use ALLOCATE to expand the space.
Automatically continuing.
To enable the Lisp debugger set *debugger-hook* to nil.

----------------------------------
here my code:

eqe3: J=xp^2*mp+xw^2*mw+xb^2*mb+(-xp^3/3+xb^3/3)*A*roh;
eqe4:xw*mw+mb*xb+mp*xp+(-xp^2/2+xb^2/2)*A*roh=0;
eqe5:xcogw=(xw*mw+xb*mb+(-xp^2/2+xb^2/2)*A*roh)/(mw+mb+mt);
eqe6:mw=(-xpo+xp+xb-xbo)*A*roh+mwo;
solve([eqe3,eqe4,eqe5,eqe6],[mw,xw,xp,xb]);

I am using wxMaxima 0.8.7 on win7 32 bit

How can I fix this?

Discussion

  • Dieter Kaiser

    Dieter Kaiser - 2011-11-04

    I can reproduce the problem with Maxima 5.25post and SBCL. The system of equations seems to be to complicated for Maxima. Intermediate expression swelling seems to exhaus the available memory of the underlying lisp.

    At this time I would like to suggest to close this bug report as won't fix.

    Dieter Kaiser

     
  • Dieter Kaiser

    Dieter Kaiser - 2011-11-04
    • status: open --> pending
     
  • Raymond Toy

    Raymond Toy - 2012-08-15
    • status: pending --> closed
     

Log in to post a comment.