Open toobaz opened 7 years ago
Our code is not doing anything low-level enough to directly cause a segfault, as far as I know. The issue appears to be something related to zeromq - try updating that, and if it still occurs file a bug against pyzmq or libzmq.
If I create a notebook with one cell only, containing the following:
and run it, the server segfaults, producing the following stack trace:
The notebook works just fine if executed with
jupyter-nbconvert --execute Untitled1.ipynb
.(Yeah, I'm pretty sure this has nothing to do with the specific
pip
call, but I was unable to reproduce with stupid scripts writing stuff to stdout and stderr)This happens with
jupyter
version 5.2.1. If I use the system version 4.2.3-4 provided by the official Debian package, everything works fine.