Ticket #1211 (closed defect: fixed)
[with patch, with positive review] NTL crash in polynomial remainder over ZZ
| Reported by: | ncalexan | Owned by: | dmharvey |
|---|---|---|---|
| Priority: | critical | Milestone: | sage-2.8.15 |
| Component: | commutative algebra | Keywords: | ntl polynomial remainder ZZ crash segfault |
| Cc: | Author(s): | ||
| Report Upstream: | Reviewer(s): | ||
| Merged in: | Work issues: |
Description
sage: x = ZZ['x'].0 sage: x^2 % (2*x - 1) DivRem: quotient not defined over ZZ /Users/ncalexan/sage/local/bin/sage-sage: line 218: 28251 Abort trap sage-ipython -c "$SAGE_STARTUP_COMMAND;" "$@" Process SAGE exited abnormally with code 134
Mac OS X 10.4 Intel Core2Duo, Darwin mero.local 8.10.1 Darwin Kernel Version 8.10.1: Wed May 23 16:33:00 PDT 2007; root:xnu-792.22.5~1/RELEASE_I386 i386 i386
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

