-
-
Notifications
You must be signed in to change notification settings - Fork 481
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 --- Polynomial arithmetic over finite field #274
Comments
comment:1
This much simpler example also leaks:
|
comment:2
|
comment:3
Not givaro, pari: sage: K = GF(10007^2, 'a') |
comment:4
The problem is in polynomial creation.
|
comment:6
after much hunting, the bug appears to be in PARI gen
which doesn't make a whole lot of sense. |
comment:8
This is really a symptom of some sort of much more general memory leak problem in the PARI C library interface, as the following bizarre example illustrates:
|
Add cli option to change the url that grayskull will remover the pypi metadata
Leaks like a bad ...
Component: number theory
Issue created by migration from https://trac.sagemath.org/ticket/274
The text was updated successfully, but these errors were encountered: