xeus icon indicating copy to clipboard operation
xeus copied to clipboard

Report `RuntimeError: Aborted()` errors

Open jtpio opened this issue 7 months ago • 0 comments

Problem

Running the following code snippet make the kernel crash:

import faulthandler
faulthandler._sigsegv()

But the kernel indicator still shows the loading icon, and there is not message reported in the log console

Image

Proposed Solution

Report these errors as critical to the log console, so they show up in the UI.

Additional context

  • JupyterLite 0.6.0b1
  • jupyterlite/xeus: https://jupyterlite-xeus.readthedocs.io/en/latest/lite/lab/index.html

jtpio avatar May 23 '25 13:05 jtpio