Skip to content

AssertionError in 1.11.0-rc2 and rc3 #961

@mojaie

Description

@mojaie
julia> versioninfo()
Julia Version 1.11.0-rc2
Commit 34c3a63147b (2024-07-29 06:24 UTC)
Build Info:
  Official https://julialang.org/ release
Platform Info:
  OS: macOS (x86_64-apple-darwin22.4.0)
  CPU: 4 × Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz
  WORD_SIZE: 64
  LLVM: libLLVM-16.0.6 (ORCJIT, skylake)
Threads: 1 default, 0 interactive, 1 GC (on 4 virtual cores)

The library build below has worked until 1.11.0-rc1, but failed on rc2 and rc3
https://github.com/mojaie/MolecularGraph.jl/blob/master/build/build.jl

Library called from Python 3.12.4

>>> from local import moleculargraphjl
>>> jl = moleculargraphjl.jl_init()
fatal: error thrown and no exception handler available.
InitError(mod=:Base, error=AssertionError(msg="isempty(loaded_precompiles)"))
__init__ at /usr/local/moleculargraphjl/lib/libmoleculargraph.dylib (unknown line)
...

It would be related to JuliaLang/julia#55564 and hopefully fixed in the next release.

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