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

Compiled app hangs on centos 6.8 #720

Open
jsjie opened this issue Sep 14, 2022 · 2 comments
Open

Compiled app hangs on centos 6.8 #720

jsjie opened this issue Sep 14, 2022 · 2 comments

Comments

@jsjie
Copy link

jsjie commented Sep 14, 2022

using docker image centos 6.8
and julia 1.7.1 official binary, a hello-world package with only one file in src/:

module HW
function hw()::Cint
    print("hello, world!")
    return 0
end
end

The compiled binary will hang in the image. However, copy it to something like ubuntu 20.04, and it works just fine.

@p20241213
Copy link

@jsjie did you ever figure out the issue? mine hangs in ubuntu and debian but works in windows :(

@jsjie
Copy link
Author

jsjie commented Jan 21, 2025

No, I didn't fix it. It has been too long and I cannot remember clearly, but it may be due to glibc. Julia has a requirement for the glibc version, and that on Centos 6.8 is too old. Currently my app runs fine on Centos 7.

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