-
-
Notifications
You must be signed in to change notification settings - Fork 517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak in BooleanPolynomialRing #21892
Comments
comment:1
The problem is that upon creation:
the code
is executed. A But Possible strategies:
By the way, the code from the asksage question referred to unovers the following additional bug, which made the memory leak noticeable.
In |
comment:2
As it turns out, the It seems that removing the CC-ing the author of #9138, Simon. Perhaps he remembers an alternative. |
comment:3
So if we remove the Actually, from a quick glance through the code, I don't see a point to having |
comment:5
Dupe of #14549 ? Perhaps we should just merge the branch there and leave this ticket. |
comment:7
+1 for merging that #14549 branch and leaving this ticket for the "real" fix. |
comment:8
So just to make this clear: The favorable solution is what tcsrim above writes: |
Author: Friedrich Wiemer |
New commits:
|
Commit: |
Changed keywords from none to BooleanFunction, days94 |
comment:11
Small stylistic corrections in convert_to_pE:
In lift_to_polynomial() and lift_to_polynomial_rational_reconstruction() "poly" seems weird. Maybe just "Compute a lift to a polynomial ring In both gcd() methods the default value for the algorithm keyword should come first:
In Polynomial_absolute_number_field_dense at
The string format should be |
comment:12
Replying to @mathzeta:
Err.. does this ended up in a wrong ticket? I cannot find anything of the above mentioned in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:14
After discussing with Travis again, we decided that it's best not to remove Instead we decided to do the following:
|
comment:15
At the moment, this ticket is a bit above my head. |
Changed author from Friedrich Wiemer to none |
comment:17
update milestone 8.3 -> 8.4 |
From https://ask.sagemath.org/question/35623/memory-leak-when-doing-anf-of-boolean-functions/ :
These objects leak.
CC: @simon-king-jena @jpflori @pfasante
Component: memleak
Keywords: BooleanFunction, days94
Branch/Commit: u/asante/memory_leak_in_booleanpolynomialring @
16350a4
Issue created by migration from https://trac.sagemath.org/ticket/21892
The text was updated successfully, but these errors were encountered: