Everytime I restart the same notebook I got “Process Exited - Restart”.
In the log I found
From worker 2: signal (11): Segmentation fault: 11
…
Worker 2 terminated.
Unhandled Task ERROR: EOFError: read end of file
This seems to happens on cells where I plot something (using plot jl and stats plots).
I have to comment all the cells, kill pluto and julia, start julia again, execute Pluto.run() and then execute the cells one by one to make it works.
But this make julia unusable on my macos.
I’m using macOS Monterey on M1 Chip and 1.7.1
I now only use it with JULIA_NUM_THREADS<=4 and occasionally it wants a restart, typically less and less after a few restarts. Not ideal, but for now I can live with it. Still, running such a notebook in the REPL always works, so it is likely a Pluto issue.