#715: Parents probably not reclaimed due to too much caching
-------------------------------------------------------------------+--------
Reporter: robertwb |
Owner: somebody
Type: defect |
Status: needs_review
Priority: major |
Milestone: sage-5.4
Component: coercion |
Resolution:
Keywords: weak cache coercion Cernay2012 | Work
issues:
Report Upstream: N/A |
Reviewers: Jean-Pierre Flori, Simon King, Nils Bruin
Authors: Simon King, Jean-Pierre Flori | Merged
in:
Dependencies: #9138, #11900, #11599, to be merged with #11521 |
Stopgaps:
-------------------------------------------------------------------+--------
Comment (by SimonKing):
Nils, I have absolutely no idea how you made messages show up in my screen
session on bsd.math, and I also have no idea how to answer.
What I did now: I edited the test file, so that it ends with
{{{
#!python
except BaseException, msg:
print "an exception has occured"
print msg
#quit_sage(verbose=False)
import traceback
traceback.print_exc(file=sys.stdout)
#sys.exit(255)
print "we would now quit, but we don't"
#quit_sage(verbose=False)
#if runner.failures > 254:
# sys.exit(254)
#sys.exit(runner.failures)
}}}
Then, attaching the file and quitting sage works fine, and an exception
does not occur. No idea what that means, though.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/715#comment:275>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.