Skip to content

Kernel does not start with Julia 1.9 #1062

@zickgraf

Description

@zickgraf

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.

  1. 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
  1. How you installed Julia
    Both via compiling from source and via downloading a nightly build.
  2. A minimal working example (MWE), also known as a minimum reproducible example
    Install IJulia, run notebook() 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 with strace shows 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions