-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New crash in subarray test on 64-bit #15508
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
Comments
Which Julia patch for 3.8? With |
I only had D17165, didn't notice the new one. I'm currently retrying with the threads patch. |
The patch that turns off thread-dependent code in LLVM shouldn't really be necessary anywhere other than Windows (if it is disabling code that we otherwise could use elsewhere, I can make it more selectively applied), just saying that the cause might be similar and possibly unrelated to any patches we're carrying. |
OK, I canceled the build then. I didn't mean that the patch was in cause, I rather wanted to exclude the possibility that the crash would be due to its absence. Note that it succeeds with LLVM 3.7.1. |
Is this still relevant? |
Looks like it's been fixed either in Julia or in LLVM 3.8.1. |
probably fixed by #16503 |
One commit in the range fc469b6...64dbecf (i.e. #15444 by @vtjnash -- again, sorry! :-) introduced a crash in the subarray tests when building the RPM nightlies on 64-bit (but not 32-bit). This is with system LLVM 3.8 plus the Julia patch.
https://copr-be.cloud.fedoraproject.org/results/nalimilan/julia-nightlies/fedora-23-x86_64/00168226-julia/build.log.gz
The text was updated successfully, but these errors were encountered: