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

Julia not working on Linux x86 #8535

Closed
papamarkou opened this issue Sep 30, 2014 · 9 comments
Closed

Julia not working on Linux x86 #8535

papamarkou opened this issue Sep 30, 2014 · 9 comments
Labels
regression Regression in behavior compared to a previous version system:32-bit Affects only 32-bit systems

Comments

@papamarkou
Copy link
Contributor

I get the following error:

julia: repl.c:307: true_main: Assertion `(((jl_array_t*)(args))->length) == 0' failed.

signal (6): Aborted
__kernel_vsyscall at  (unknown line)
gsignal at /lib/i386-linux-gnu/libc.so.6 (unknown line)
abort at /lib/i386-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: -1234438457)
unknown function (ip: -1234438281)
unknown function (ip: 134517895)
julia_trampoline at /opt/julia/julia_stable/usr/bin/../lib/libjulia.so (unknown line)
unknown function (ip: 134516370)
__libc_start_main at /lib/i386-linux-gnu/libc.so.6 (unknown line)
unknown function (ip: 134516419)
Aborted (core dumped)
@JeffBezanson
Copy link
Sponsor Member

What version of julia is this? Is there anything in your .juliarc.jl?

@rickhg12hs
Copy link
Contributor

That's the crash when executing julia after a failed bootstrap build.

Bet the OP had a build error in hash.jl or env.jl depending on how
recent he ran git pull.

@papamarkou
Copy link
Contributor Author

I git pulled julia today. There was a bootstrap build error in env.jl, but when I reran make the error didn't appear again. Bear in mind that this is an old laptop that I use only for backing up data nowadays, so I compile there julia once per 2-3 months mostly for testing purposes.

@papamarkou
Copy link
Contributor Author

It is the first time I hear about the .juliarc.jl file; where is it located and what is it used for?

@JeffBezanson JeffBezanson added system:32-bit Affects only 32-bit systems regression Regression in behavior compared to a previous version labels Sep 30, 2014
@vtjnash
Copy link
Sponsor Member

vtjnash commented Oct 1, 2014

i think this should be fixed by make clean, although i thought that the .SECONDARY change should have helped here

@rickhg12hs
Copy link
Contributor

Pretty sure this is a temporary hiccup caused by #8420 on x86 32-bit platforms.

@ViralBShah
Copy link
Member

Yes, this does seem like the same issue.

@papamarkou
Copy link
Contributor Author

Yes, let's close this issue, it's a duplicate. I hadn't noticed that there was an open issue before opening mine.

@papamarkou
Copy link
Contributor Author

make cleanall was of no help @vtjnash...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Regression in behavior compared to a previous version system:32-bit Affects only 32-bit systems
Projects
None yet
Development

No branches or pull requests

5 participants