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

--compile=all gets stuck #47662

Closed
fduple opened this issue Nov 22, 2022 · 2 comments
Closed

--compile=all gets stuck #47662

fduple opened this issue Nov 22, 2022 · 2 comments
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@fduple
Copy link

fduple commented Nov 22, 2022

Minimal working example
Finishes successfully in less than 90 sec:
julia -J ~/julia/julia-1.8.3/lib/julia/sys.so --output-o z.o -e ' '

Does not finish even after several hours, with no warnings, error messages or output file created:
julia -J ~/julia/julia-1.8.3/lib/julia/sys.so --output-o z.o -e ' ' --compile=all

Additional info:
These pull requests are relevant: #47357 #46935

julia> versioninfo()
Julia Version 1.8.3
Commit 0434deb161e (2022-11-14 20:14 UTC)
Platform Info:
  OS: Linux (x86_64-linux-gnu)
  CPU: 16 × 12th Gen Intel(R) Core(TM) i5-12600KF
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-13.0.1 (ORCJIT, goldmont)
  Threads: 1 on 16 virtual cores
Environment:
  LD_PRELOAD = /usr/lib/x86_64-linux-gnu/libstdc++.so.6

I installed Julia by downloading julia-1.8.3-linux-x86_64.tar.gz, gpg-verified it with julia-1.8.3-linux-x86_64.tar.gz.asc, untarred it into ~/julia/ and made a soft link to ~/julia/julia-1.8.3/bin/julia

@JeffBezanson JeffBezanson self-assigned this Nov 22, 2022
@JeffBezanson JeffBezanson added the bug Indicates an unexpected problem or unintended behavior label Nov 22, 2022
@JeffBezanson
Copy link
Member

I think this is a backporting error, only on 1.8.x. Fix incoming.

@fduple
Copy link
Author

fduple commented Jan 15, 2023

Resolved; tested in Julia 1.8.4 and 1.8.5

@fduple fduple closed this as completed Jan 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

2 participants