On Thursday, 6 March 2014 05:35:26 UTC-3, Dima Pasechnik wrote: > > > could you also provide the output you get? > > Sorry, here's the output from sage. I was working initally within the notebook, but after getting messages that a subprocess had died, I tried with the command line, copying the contents of the notebook to a test.sage file and then doing
sage: runfile test.sage I had several possible candidates lines commented out, so I started executing them one by one until I arrived to the one below. Note that the large expression in the script I posted ( http://pastebin.com/BFLycz59 ) corresponds to S22[0], which is the output of the solve command for a 4th order polynomial sage: ca2 = S22[0].subs(**params) ./sage: line 134: 12266 Segmentation fault (core dumped) "$SAGE_ROOT/src/bin/sage" "$@" Could you replicate the issue with the example I provided? -- 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/groups/opt_out.
