We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've found a way to somewhat reproducibly leave a matlab process eating 100% cpu time.
I log on to sage.math, start Sage, and run the following commands:
sage: m = matlab(matrix(RR, [[1]])) sage: m.det()
Then I kill my local ssh client with "kill -9" (to make a non-clean ssh shutdown).
Often (not always, but I think more than half the time) this leaves a matlab process eating 100% of the cpu time.
Component: interfaces: optional
Issue created by migration from https://trac.sagemath.org/ticket/3504
The text was updated successfully, but these errors were encountered:
williamstein
No branches or pull requests
I've found a way to somewhat reproducibly leave a matlab process eating 100% cpu time.
I log on to sage.math, start Sage, and run the following commands:
Then I kill my local ssh client with "kill -9" (to make a non-clean ssh shutdown).
Often (not always, but I think more than half the time) this leaves a matlab process eating 100% of the cpu time.
Component: interfaces: optional
Issue created by migration from https://trac.sagemath.org/ticket/3504
The text was updated successfully, but these errors were encountered: