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

Crash when opening julia 1.11-rc3 #55632

Closed
hz-xiaxz opened this issue Aug 29, 2024 · 6 comments
Closed

Crash when opening julia 1.11-rc3 #55632

hz-xiaxz opened this issue Aug 29, 2024 · 6 comments
Labels
system:wsl Windows Subsystem Linux (WSL)

Comments

@hz-xiaxz
Copy link

I installed the latest julia 1.11-rc3 version using juliaup

(base) ➜  HUAWEI juliaup status
 Default  Channel  Version                     Update
------------------------------------------------------
       *  rc       1.11.0-rc3+0.x64.linux.gnu
          release  1.10.5+0.x64.linux.gnu

the startup of julia crashes at my Ubuntu system (in WSL2) and gives the output

(base) ➜  HUAWEI julia

[2666] signal 6 (-6): Aborted
in expression starting at none:0
pthread_kill at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
raise at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
jl_restore_system_image_from_stream_ at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/staticdata.c:3501
jl_restore_system_image_from_stream at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/staticdata.c:3694 [inlined]
ijl_restore_system_image_data at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/staticdata.c:3759
jl_load_sysimg_so at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/staticdata.c:624 [inlined]
ijl_restore_system_image at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/staticdata.c:3730
_finish_julia_init at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/init.c:861
julia_init at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/init.c:843
jl_repl_entrypoint at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/src/jlapi.c:1053
main at /cache/build/tester-amdci5-12/julialang/julia-release-1-dot-11/cli/loader_exe.c:58
unknown function (ip: 0x7f9739280d8f)
__libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 0x4010b8)
Allocations: 0 (Pool: 0; Big: 0); GC: 0
[1]    2666 IOT instruction  julia

I ran sudo apt update and sudo apt upgrade to keep my package updated but the problem is unsolved.

@giordano giordano added the system:wsl Windows Subsystem Linux (WSL) label Aug 29, 2024
@giordano
Copy link
Contributor

For what is worth, the error is coming from

abort();
That code seems to have been modified in #52119

@ViralBShah
Copy link
Member

ViralBShah commented Aug 30, 2024

Any LD_LIBRARY_PATH or LD_PRELOAD?

@hz-xiaxz
Copy link
Author

Any LD_LIBRARY_PATH or LD_PRELOAD?

Nope

(base) ➜  HUAWEI echo $LD_LIBRARY_PATH

(base) ➜  HUAWEI echo $LD_PRELOAD

@Keno
Copy link
Member

Keno commented Sep 9, 2024

If nobody else can reproduce this, I think the most plausible explanation is a corrupted system image. Maybe try re-downloading or at least checking the shasum.

@ufechner7
Copy link

If nobody else can reproduce this, I think the most plausible explanation is a corrupted system image. Maybe try re-downloading or at least checking the shasum.

But did anybody try to reproduce it in WSL2 ?

@hz-xiaxz
Copy link
Author

yes reinstall does help, I think I'll close it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:wsl Windows Subsystem Linux (WSL)
Projects
None yet
Development

No branches or pull requests

5 participants