-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Segmentation fault with monomials() #7152
Labels
Milestone
Comments
Author: Burcin Erocal |
comment:1
This segfaults because the |
Changed keywords from monomials, multivariate polynomial ring to monomials, singular |
set current ring for singular in monomials() method |
comment:2
Attachment: trac_7152-monomials_cring.patch.gz Looks good. |
Merged: sage-4.3.1.rc1 |
Reviewer: Willem Jan Palenstijn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using implicite coercion and then calling monomials might cause a segmentation fault. This is a side effect.
Going back to line 5 you can avoid this by
This might be used as a workaround.
If no implicite coercion is involved, everything works fine, i.e. use
This is most probably related to #6160.
CC: @sagetrac-mraum @malb @wjp
Component: algebra
Keywords: monomials, singular
Author: Burcin Erocal
Reviewer: Willem Jan Palenstijn
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/7152
The text was updated successfully, but these errors were encountered: