Sage kills itself without a stacktrace for inputs > 40bits [closed]
Hey!
I implemented Pollard Rho, the first. It takes a few seconds, I would say 30 seconds, for Sage to just get killed. No stack trace. The function works fine with small inputs, but with 40 bits input it just get killed.
if I run it from the command line:
sage application.sage
/Applications/sage/src/bin/sage-python: line 2: 34694 Killed: 9 sage -python "$@"
if I run it from inside Sage:
load("application.sage")
[1] 35646 killed sage
Closed for the following reason
duplicate question by
tmonteil
close date 2016-03-03 17:20:22.146081
add a comment