Skip to content

Commit

Permalink
Trac #34535: Segfault when floor dividing in infinite polynomial ring
Browse files Browse the repository at this point in the history
{{{
sage: R.<z> = InfinitePolynomialRing(QQ)
sage: (z[4] + z[5])//(z[4] + z[5])
------------------------------------------------------------------------
(no backtrace available)
------------------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occurred.
This probably occurred because a *compiled* module has a bug
in it and is not properly wrapped with sig_on(), sig_off().
Python will now terminate.
------------------------------------------------------------------------
/Users/trevorkarn/Applications/sage/src/bin/sage-python: line 2: 49123
Segmentation fault: 11  sage -python "$@"
}}}

URL: https://trac.sagemath.org/34535
Reported by: tkarn
Ticket author(s): Trevor K. Karn
Reviewer(s): Travis Scrimshaw
  • Loading branch information
Release Manager committed Sep 25, 2022
2 parents 893b376 + 77cbf42 commit 6cd2d3b
Showing 1 changed file with 150 additions and 115 deletions.
Loading

0 comments on commit 6cd2d3b

Please sign in to comment.