-
Notifications
You must be signed in to change notification settings - Fork 107
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
segfault on Julia 1.3.0-rc4 #444
Comments
did you apply this patch? |
I think you might have linked to the wrong page (it links to this page). Happy to try any patch! |
Oops! It's #407. It looks like Github cannot handle this format: |
I took a guess and just tried it out, I still get a segfault. The stacktrace doesn't print reliably, and I didn't run gdb, but from some print statements I had, it looks like it's the same issue. |
I get segfaults on CentOS-7, too, with Julia v1.3-RC4. |
#434 might also be needed. Is there a way to check whether a git commit is included in certain release branch? |
I get what looks like the same segfault on Julia 1.3. Whenever I want to use Cxx, I'm switching back to 1.2 |
Getting the same error. Also using Julia 1.3.0 |
It's entirely possible that I'm simply dense, but I'm going to ask this anyway. How does one go about applying this patch? I can dev Cxx and get the source. I can build the source. But the link takes me to a Github page that describes the patch but nowhere can I find an actual .patch file. |
You can try in the Cxx Julia package directory (probably The hash is of the one commit on that PR. You can see all the commits here: https://github.com/JuliaInterop/Cxx.jl/pull/407/commits If you want to generate a |
I applied both 407 and 434. Still getting the same error. |
Did you build Julia from the source? I've merged 407 and 434 into master and submitted PR #450 for a fix. |
@alhirzel you need to build Julia from source for now. |
Ok, thank you for the info. Is there a place I can read more about why a Julia source build is needed? |
No worries, I upgraded the build environment to the latest BB2 and successfully built libcxxffi for x86_linux this morning. It will take a couple of days to build&test other platforms before I submit a PR. |
Does this mean that the building julia from source won't be needed if BB build works? |
yes, just like Julia 1.1 and 1.2. |
Binary-build for Julia 1.3 is ready for a test.
|
Thank you! |
@Gnimuc, thanks for fixing this. Is it possible to summarize what changed between Julia 1.2 and Julia 1.3 that gave rise to this issue? |
using Cxx#master, and after turning off precompilation
The text was updated successfully, but these errors were encountered: