On 2014-09-20, Kristoffer Ryhl-Johansen <[email protected]> wrote: > The following: > > f(x)=log(1-x)*log(1+x)/(1+x) >> >> f.integrate(x,0,1) >> >> > Produces a segfault when I run it on my ubuntu 14.04 computer
for the record, it also happens in Sage 6.4.beta2, with that famous ECL error message ;;; ;;; Detected access to protected memory, also kwown as 'bus or segmentation fault'. ;;; Jumping to the outermost toplevel prompt ;;; printed a lot of times, before the segfault. In fact even f.integrate(x,0,1/2) gives the same error. Another Maxima bug? -- You received this message because you are subscribed to the Google Groups "sage-support" 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-support. For more options, visit https://groups.google.com/d/optout.
