Hi Waldek, I somehow wonder why the stack exhausts in a GB computations. OK, maybe my polynomials get much too big, but FriCAS or rather SBCL claims here that the stack has exhausted.
The computation itself didn't use more than 1/3 of my 8GB RAM. Can I do something to let the computation continue? Ralf ======================================================= relations3MYE := groebner concat(relationsMYE, relations2MYE); INFO: Control stack guard page unprotected Control stack guard page temporarily disabled: proceed with caution >> System error: Control stack exhausted (no more space for function call frames). This is probably due to heavily nested or infinitely recursive function calls, or a tail call that SBCL cannot or has not optimized away. PROCEED WITH CAUTION. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
