-
-
Notifications
You must be signed in to change notification settings - Fork 535
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 leaks affecting modular symbols #620
Comments
comment:2
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 #621. Cheers, Michael |
comment:4
This is still a problem in Sage 4.3:
|
comment:5
It's not really clear to me how #621 is different, other than the valgrind output. I recommend closing that ticket. |
comment:9
After a merging #14711 (actually
|
Dependencies: 14072, 14711 |
This is caused when running Sage 2.8.3.6+malb's fix for #566:
and results in
The exact problem:
Cheers,
Michael
Depends on #14072
Depends on #14711
Component: memleak
Issue created by migration from https://trac.sagemath.org/ticket/620
The text was updated successfully, but these errors were encountered: