On Wednesday, February 25, 2015 at 1:56:39 AM UTC-8, Snark wrote: > > Hi, > > it is a strange problem I have : using either debian's ecl or upstream's > the following code : > > (ext:set-limit 'ext:heap-size 0) > (setq a (expt 10 (expt 10 5))) > (setq b (expt a 600)) > > gives a crash (SIGABRT) "Duplicate large block deallocation". >
That is not an out-of-memory error from ecl. but trac's ticket #6722 is about spellchecking some modules... Googling "ecl memory site:trac.sagemath.org" tells me this likely should be http://trac.sagemath.org/ticket/6772 -- You received this message because you are subscribed to the Google Groups "sage-devel" 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/sage-devel. For more options, visit https://groups.google.com/d/optout.
