-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
SLY doesn't notice when SBCL fails into ldb #578
Comments
Echoing this. One possible effect of this is if SBCL runs out of heap space. Perhaps it's explicitly that through a CFFI Malloc or something, but in my instance i did not receive a db buffer like i normally would. |
In your opinions, how could SLY notice? Is there a condition signalled? If so, from what thread? Can we even do that after (or rather -- shortly before -- a drop to ldb? SLY relies on Slynk, and Slynk is written in 100% (maybe that's 99.9%) portable CL To interface with non-portable things, Slynk relies on |
Sorry, I didn't expand on this idea. That interface existing, someone has to provide at least one implementation for it, in this case SBCL's |
The MREPL buffer does not get updated to reflect the fact that SBCL has crashed into the ldb. The MREPL buffer isn't updated, possibly because the inferior lisp process is still running.
This isn't meant to be a complaint and request for fix: I'm just recording this, so that someone who is interested (possibly future me) might take it up and provide a fix.
The text was updated successfully, but these errors were encountered: