-
Notifications
You must be signed in to change notification settings - Fork 10
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
Dead kernels #67
Comments
Do we know how to handle them on the Python side? |
No, but we need to hack it some way. I believe we make sure we never have empty Or is this "fixed" in |
I don't think you can recover if you hit `abort`. If you raise exceptions
you can capture and reraise them, similarly with error codes.
…On Tue, Oct 12, 2021, 21:10 Magnar Bjorgve ***@***.***> wrote:
No, but we need to hack it some way. I believe we make sure we never have
empty FunctionTrees on the Python side. Am I correct?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4JOEIFXILMBKV6RFJC75LUGSBZHANCNFSM5F3J5ZVQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Using |
I was thinking something like this
I haven't tested if this actually will work. I'll look at it when I have time |
When mrcpp hits a
MSG_ABORT
. It kills the notebook kernel. We should make sure we find all of these and deal with themfrom the
vampyr
side of the code.I suggest we list code that lead to a dead kernel here, so that it's easier for us til fix them in the future:
fetchEndNode
when index is out of boundThe text was updated successfully, but these errors were encountered: