Opened 10 years ago
Last modified 8 weeks ago
#13447 needs_work defect
Make libsindular multivariate polynomial rings collectable — at Initial Version
Reported by: | nbruin | Owned by: | rlm |
---|---|---|---|
Priority: | major | Milestone: | sage-9.7 |
Component: | memleak | Keywords: | |
Cc: | SimonKing, malb, vbraun, gagern, robertwb, ylchapuy, jpflori, burcin | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Presently, #715 + #11521 help not permanently keeping parent in memory. In the process we uncovered a hard-but-consistently triggerable problem with the collection of MPolynomialRing_libsingular
. We have only observed the problem on bsd.math.washington.edu
, MacOSX 10.6 on x86_64.
The present work-around is to permanently store references to these upon creation, thus preventing collection. It would be nice if we could properly solve the problem (or at least establish that the problem is specific to bsd.math
)
Note: See
TracTickets for help on using
tickets.