-
-
Notifications
You must be signed in to change notification settings - Fork 567
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
PARI stack overflow crashes Sage #14082
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Author: Jeroen Demeyer |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Reviewer: David Roe |
comment:7
This looks good, and the following change means that our eta function now agrees with Mathematica (and PARI as well)
|
Dependencies: #13618 |
comment:8
Attachment: 14082_pari_complex_double.patch.gz Rebased. |
Merged: sage-5.8.beta3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following crashes Sage hard:
The problem is simple: instead of using the proper PARI interface in
sage/libs/pari/gen.pyx
, for some reason PARI is called directly insage/rings/complex_double.pyx
. This interface misses some features, such as cleaning up the PARI stack :-)This code goes back to
Solution: use the proper PARI interface instead.
Depends on #13618
Component: c_lib
Author: Jeroen Demeyer
Reviewer: David Roe
Merged: sage-5.8.beta3
Issue created by migration from https://trac.sagemath.org/ticket/14082
The text was updated successfully, but these errors were encountered: