Hi! On 2012-12-28, Nils Bruin <[email protected]> wrote: > Thank you, Volker and JP, for excellent instructions on #13864
+10 > I saw that BTree from ZODB was implied every time. I saw different crashes. One is triggered by sage: from sage.tests.benchmark import FiniteExtFieldMult sage: B = FiniteExtFieldMult(GF(Integer(9), 'x'), Integer(2)) This crashes in the debug version of Sage from #13864, stating python: Modules/gcmodule.c:326: visit_decref: Assertion `gc->gc.gc_refs != 0' failed. There is some unpickling function involved, according to the gdb backtrace. Perhaps the unpickler is not correctly raising the refcount? Best regards, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
