You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have reported a bootstrap error on macOS at #44435 (comment)
I'd like to provide more information, but I'm not myself a Julia user or developer, and I do not know how to get a meaningful backtrace.
cd /private/tmp/julia-20220306-4216-xj58a5/base && /private/tmp/julia-20220306-4216-xj58a5/usr/bin/julia -C "apple-a12" --output-ji /private/tmp/julia-20220306-4216-xj58a5/usr/lib/julia/corecompiler.ji.tmp --startup-file=no --warn-overwrite=yes -g0 -O0 compiler/compiler.jl
error during bootstrap:
LoadError(at "compiler/compiler.jl" line 3: LoadError(at "compiler/bootstrap.jl" line 10: InexactError(func=:trunc, T=Int32, val=4294967295)))
I've seen that the doc recommends running julia inside a debugger, adding breakpoints at jl_error and jl_throw, which I did, but they didn't get triggered. I look at the compiler/bootstrap.jlline 10, but the line contains only let, so it is not very instructive.
Could someone provide instructions on how to debug such a bootstrap issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have reported a bootstrap error on macOS at #44435 (comment)
I'd like to provide more information, but I'm not myself a Julia user or developer, and I do not know how to get a meaningful backtrace.
The command-line is:
and the error is:
I've seen that the doc recommends running julia inside a debugger, adding breakpoints at
jl_error
andjl_throw
, which I did, but they didn't get triggered. I look at thecompiler/bootstrap.jl
line 10, but the line contains onlylet
, so it is not very instructive.Could someone provide instructions on how to debug such a bootstrap issue?
Beta Was this translation helpful? Give feedback.
All reactions