Skip to content

Notebook kernel crashed on Linux systems #744

Open
@ChromatinRemodeling

Description

@ChromatinRemodeling

I tried to reproduce the result in simulation.ipynb in a newly installed python3.11 environment. On Windows system everything worked fine, but on Linux systems the notebook kernel will always crash on the following lines:

Is = bm.ones(1000) * 20.  # 100 ms
_ = runner.run(inputs=Is)

This behavior is consistently observed in Colab, as well as in WSL and Ubuntu. For most of the time the error message is:

The Kernel crashed while executing code in the current cell or a previous cell. 
Please review the code in the cell(s) to identify a possible cause of the failure. 
Click [here](https://aka.ms/vscodeJupyterKernelCrash) for more info. 
View Jupyter log for further details.

But for once or twice there is a JAX-related error, which I am unable to reproduce.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions