-
-
Notifications
You must be signed in to change notification settings - Fork 424
Closed
Description
From JuliaLang/julia#47196:
Summary: JuliaLang/julia@b7201d6 introduces a regression in IJulia. When trying to start a Julia kernel in a Jupyter notebook, Julia segfaults.
- The output of
versioninfo()
Julia Version 1.9.0-DEV.1602
Commit 69f8a7b6481 (2022-10-17 08:33 UTC) (note: bisected to the commit mentioned above)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 4 × Intel(R) Core(TM) i5-7500T CPU @ 2.70GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-14.0.6 (ORCJIT, skylake)
Threads: 1 on 4 virtual cores
- How you installed Julia
Both via compiling from source and via downloading a nightly build. - A minimal working example (MWE), also known as a minimum reproducible example
Install IJulia, runnotebook()and create a new notebook with kernel "Julia 1.9.0-DEV". After a timeout of about 1 minute, an error message "Connection failed" appears. Running everything withstraceshows that the child Julia process launched by IJulia has segfaulted.
According to JuliaLang/julia#47196 (comment) and JuliaLang/julia#47196 (comment) this is due to a bug in IJulia.
fortunewalla and ctkelley
Metadata
Metadata
Assignees
Labels
No labels