Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError in 1.11.0-rc2 and rc3 #961

Closed
mojaie opened this issue Sep 4, 2024 · 2 comments
Closed

AssertionError in 1.11.0-rc2 and rc3 #961

mojaie opened this issue Sep 4, 2024 · 2 comments

Comments

@mojaie
Copy link

mojaie commented Sep 4, 2024

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.

@DilumAluthge
Copy link
Member

@mojaie Can you see if this error still occurs for you on Julia 1.11.0?

Because it looks like JuliaLang/julia#55564 was backported to 1.11.0-rc4 and 1.11.0.

@mojaie
Copy link
Author

mojaie commented Oct 19, 2024

My library build described above works well with 1.11.0 and 1.11.1.
Thank you very much!

@mojaie mojaie closed this as completed Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants