#13447: Make libsingular multivariate polynomial rings collectable
----------------------------------------------------------------+-----------
Reporter: nbruin |
Owner: rlm
Type: defect |
Status: needs_work
Priority: major |
Milestone: sage-5.4
Component: memleak |
Resolution:
Keywords: | Work
issues: Input from a libsingular expert
Report Upstream: None of the above - read trac for reasoning. |
Reviewers:
Authors: Nils Bruin, Simon King | Merged
in:
Dependencies: #11521 |
Stopgaps:
----------------------------------------------------------------+-----------
Changes (by SimonKing):
* status: needs_review => needs_work
Comment:
Good news! With the new patches, i.e.
{{{
$ hg qa
trac_715_combined.patch
trac_715_local_refcache.patch
trac_715_safer.patch
trac_715_specification.patch
trac_11521_homset_weakcache_combined.patch
trac_11521_callback.patch
trac_13447-consolidated_refcount.patch
trac_13447-modulus_fix.patch
trac_13447-rely_on_singular_refcount.patch
}}}
there is only one crash with make ptest, namely
{{{
sage -t -force_lib devel/sage/sage/libs/singular/groebner_strategy.pyx #
Killed/crashed
}}}
The crash seems harmless, this time: It occurs at `strat =
GroebnerStrategy(None)`, and I suspect that the attempt to incref "None"
is a bad idea...
While we are at it: Perhaps it would be better to ''not'' unmerge #13145,
but to use it as a dependency.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13447#comment:35>
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.