#13135: list_plot3d.py timeout in Solaris
----------------------------+-----------------------------------------------
       Reporter:  jdemeyer  |         Owner:  jason, was
           Type:  defect    |        Status:  new       
       Priority:  major     |     Milestone:  sage-5.2  
      Component:  graphics  |    Resolution:            
       Keywords:            |   Work issues:            
Report Upstream:  N/A       |     Reviewers:            
        Authors:            |     Merged in:            
   Dependencies:            |      Stopgaps:            
----------------------------+-----------------------------------------------
Changes (by jdemeyer):

  * priority:  blocker => major
  * milestone:  sage-5.1 => sage-5.2


Old description:

> This used to work on Solaris SPARC in sage-5.1.beta3, but no longer in
> sage-5.1.beta4:
> {{{
> sage -t  --long -force_lib devel/sage/sage/plot/plot3d/list_plot3d.py
> *** *** Error: TIMED OUT! PROCESS KILLED! *** ***
>
>          [5001.6 s]
> }}}
>
> More precisely, this takes a very long time:
> {{{
> Trying:
>     list_plot3d([(Integer(0),Integer(0),Integer(1)),
> (Integer(2),Integer(3),Integer(4)),
> (-Integer(1),-Integer(1),-Integer(1))],num_points=Integer(400)) # long
> time###line 171:_sage_    >>> list_plot3d([(0,0,1), (2,3,4),
> (-1,-1,-1)],num_points=400) # long time
> Expecting nothing
> }}}

New description:

 #12798 causes this:
 {{{
 sage -t  --long -force_lib devel/sage/sage/plot/plot3d/list_plot3d.py
 *** *** Error: TIMED OUT! PROCESS KILLED! *** ***

          [5001.6 s]
 }}}

 More precisely, this takes a very long time:
 {{{
 Trying:
     list_plot3d([(Integer(0),Integer(0),Integer(1)),
 (Integer(2),Integer(3),Integer(4)),
 (-Integer(1),-Integer(1),-Integer(1))],num_points=Integer(400)) # long
 time###line 171:_sage_    >>> list_plot3d([(0,0,1), (2,3,4),
 (-1,-1,-1)],num_points=400) # long time
 Expecting nothing
 }}}

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13135#comment:10>
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