Open Filipp-Druan opened 1 year ago
Did you try (sb-int:set-floating-point-modes :traps nil)
? This doesn't seem like an error thrown by Lisp itself. If you try it, dividing by 0 will not be an error, but it will result in infinity.
(sb-int:set-floating-point-modes :traps nil)
It's working! Everything's back to normal!
I set out to catch the errors, to understand when they occur. I restarted REPL, compiled this code:
And I got this:
I restarted everything again, but didn't put the cursor on the window. Everything was fine. But as soon as I put the cursor on the window, I got this error!
After the error appears, you can't do anything with the window and have to kill the SBCL process. I am using SBCL 2.3.8 on Manjaro Linux.