-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[0.5.0-rc1] Exception running test backtrace: BoundsError: attempt to access svec() #17830
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
What's libunwind version |
The test suite was run in a pristine Debian unstable chroot using a system-wide installation of julia.
|
I'm not 100% sure for this one but this is certainly backtrace related. Please comment for reopening if this is still happening when the binary is not stripped AND with the git master of libunwind. |
In general, debian/ubuntu binaries use too many different versions of dependencies - mainly llvm, which makes it difficult to pinpoint if it is a real issue in the current release of julia or an artefact of incompatible library versions. |
Newer version of LLVM isn't the biggest issue at this point (assuming it carries all the patch though......). The main issue is actually libunwind version. This does remind me though that LLVM 3.8/3.8.1 has to be patched or the backtrace will not work. |
Did you upstream these patches for inclusion into LLVM 3.8.2? |
They are in LLVM 3.9. My initial patch has some issues and LLVM 3.9 is pretty close so I didn't asked. |
@yuyichao: did you intend to close this and label is as "needs more info"? |
It did "need more info", I got those info, closed, and removed the label when I realized I forgot to remove it before the close. |
Ok, just checking to keep things from falling through the cracks. |
The text was updated successfully, but these errors were encountered: