-
Notifications
You must be signed in to change notification settings - Fork 40
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
CheckpointManager randomly crashes the kernel of the JupyterLab #1408
Comments
Can you please attach additional details like env and error stack. May be generic debugging tips for JupyterLab can be helpful. https://stackoverflow.com/questions/74154123/how-to-debug-jupyter-kernel-crashes |
Env info:
pip list
JupyterLab console shows the following before the crash:
Hope this helps. PS: few observations about the issue:
Output of `jupyter troubleshoot`:
|
Just to be clear, here by |
Yes, if I merge all notebook code cells into a single cell, I can't repro the crash. |
The following code in multiple cells in the JupyterLab crashes randomly when executed:
Here is the ipynb to reproduce the crash: https://gist.github.com/vfdev-5/da7f01b9c0c2948046b227a32db2cb2b
The text was updated successfully, but these errors were encountered: