#17541: Segmentation fault in lrcalc
-------------------------+-------------------------------------------------
   Reporter:  thansen    |            Owner:  sage-combinat
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-6.5
  Component:  packages:  |         Keywords:  lrcalc
  standard               |          Authors:
  Merged in:             |  Report Upstream:  Not yet reported upstream;
  Reviewers:             |  Will do shortly.
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+-------------------------------------------------
 Hi,

 I have some code that relies heavily on lrcalc and when the input gets
 more complicated it starts crashing. I managed to find the following
 minimal code example that usually crashes Sage here (run it repeatedly if
 it does not crash at once):

 {{{
 import sage.libs.lrcalc.lrcalc as lrcalc

 def lrcalc_test():
     a=lrcalc.coprod([5,4,3,2,1])
     b=lrcalc.mult([3,2,0],[0])
     c=lrcalc.coprod([0])
     d=lrcalc.mult([3,2,0],[0,1])
 }}}

 I am using Sage 6.4.1 (with lrcalc 1.1.7) on Ubuntu 12.04 amd64.

 The output of sage is attached.

--
Ticket URL: <http://trac.sagemath.org/ticket/17541>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to