What is lisp.run? I was doing a pretty simple calculation, which
ended up taking a long time (12+ hours, I was expecting maybe 30
minutes tops), and I noticed that lisp.run seemed to be doing all the
work. After poking around, my best guess is that it was somehow being
called by the abs() functi
I'm seeing a lot of lisp.run processes on sage.math -- Bobby Moretti seems to
own all them right now, but that's probably because he's been testing the
calculus package / had a server up. Is the cleaner on vacation?
--~--~-~--~~~---~--~~
To post to this group, se
This is getting out of control.
moretti is running 15 of those zombie lisp.run processes and probably
doesn't even realise. (It's not your fault Bobby!)
It's chewing up a very large proportion of CPU cycles on sage.math.
We've got to track down this bug.
David
--~--~-~--~~-
I just had eight "lisp.run" processes running on sage.math. They were
owned by me, so I killed them. I'm not sure how they got there. The
only weird thing I was doing was running a broken version of sage
where i was accidentally not incrementing a reference count
somewhere, and I had to ki