#2956: generic multivariate polynomials are buggy on exponent overflow
--------------------------------+-------------------------------------------
   Reporter:  cwitty            |          Owner:  malb            
       Type:  defect            |         Status:  needs_work      
   Priority:  major             |      Milestone:  sage-4.8        
  Component:  basic arithmetic  |       Keywords:                  
Work_issues:  adapt for x32     |       Upstream:  N/A             
   Reviewer:  Paul Zimmermann   |         Author:  Michael Orlitzky
     Merged:                    |   Dependencies:                  
--------------------------------+-------------------------------------------

Comment(by mjo):

 Hmm, I wonder how big we can make the exponent. I was guessing `(2^31 -
 1)`, but `670592745` is way smaller than that.

 Since the crash was on a 32-bit machine, we can assume (i.e. hope) that it
 was due to the overflow. With that in mind, maybe we should just ignore
 the output with "..." and consider the test a success if it doesn't crash?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/2956#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to