-
-
Notifications
You must be signed in to change notification settings - Fork 565
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 still reachable in matrix_integer_dense_Matrix_integer_dense #621
Comments
comment:2
The problem still exists with 2.8.6.2, but the amount of memory leak has been reduced:
Cheers, M ichael |
comment:3
With 2.8.8 we finally get a large reduction to the definitely lost because there three memleak fixes finally went in:
Cheers, Michael |
comment:6
It looks like the ModularSymbols_clear_cache() does nothing:
I had a quick look at the code and we play with weak references there, so that might be the cause. Same applies to #620. Cheers, Michael |
comment:8
This is still there, but seems so similar to #620 that we should probably close this one. Anyone interested in attacking them separately could still do so. |
comment:9
Essentially a dup of #620 since the exact same code is causing the memleak in both of them. |
Reviewer: Karl-Dieter Crisman |
This is caused when running Sage 2.8.3.6+malb's fix for #566:
and results in
The exact problem:
Duplicate of #620.
Component: memleak
Reviewer: Karl-Dieter Crisman
Issue created by migration from https://trac.sagemath.org/ticket/621
The text was updated successfully, but these errors were encountered: