Skip to content
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 multivariate polynomial factorization #12918

Closed
zimmermann6 opened this issue May 7, 2012 · 8 comments
Closed

segmentation fault with multivariate polynomial factorization #12918

zimmermann6 opened this issue May 7, 2012 · 8 comments

Comments

@zimmermann6
Copy link

with Sage 4.8 I get:

sage: U.<x,y> = GF(2)[]  
sage: factor(x^6 + y^5 + x^5 + y^4,proof=False)
/usr/local/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/libcsage.so(print_backtrace+0x31)[0x2b670685e3a3]
...

------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred in Sage.
This probably occurred because a *compiled* component of Sage has a bug
in it and is not properly wrapped with sig_on(), sig_off(). You might
want to run Sage under gdb with 'sage -gdb' to debug this.
Sage will now terminate.
------------------------------------------------------------------------
local/bin/sage-sage: line 303:  7365 Segmentation fault      sage-ipython "$@" -i

Upstream: Fixed upstream, in a later stable release.

Component: factorization

Reviewer: Jeroen Demeyer

Issue created by migration from https://trac.sagemath.org/ticket/12918

@zimmermann6
Copy link
Author

Upstream: Reported upstream. Little or no feedback.

@zimmermann6
Copy link
Author

comment:1

reported upstream: http://www.singular.uni-kl.de:8002/trac/ticket/425

@zimmermann6
Copy link
Author

comment:2

fixed upstream. I asked if they plan a new release of Singular soon.

Paul

@zimmermann6
Copy link
Author

Changed upstream from Reported upstream. Little or no feedback. to Fixed upstream, in a later stable release.

@zimmermann6
Copy link
Author

comment:3

answer from the Singular developers: There will be a minor release 3-1-4-3 next week.

Paul

@zimmermann6
Copy link
Author

comment:4

here is another test case which Seg. faults with Sage 5.0:

sage: U.<tt,xx> = GF(2)[]
sage: factor(xx^6 + tt^5 + tt^4 + tt*xx^3,proof=False)
...
Unhandled SIGSEGV: A segmentation fault occurred in Sage.

Paul

@jdemeyer
Copy link

jdemeyer commented Aug 3, 2012

comment:5

Fixed by #13237.

@jdemeyer
Copy link

jdemeyer commented Aug 3, 2012

Reviewer: Jeroen Demeyer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants