Skip to content

Segfault in precompile on Julia 1.0.4 #32829

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

Closed
PallHaraldsson opened this issue Aug 8, 2019 · 4 comments
Closed

Segfault in precompile on Julia 1.0.4 #32829

PallHaraldsson opened this issue Aug 8, 2019 · 4 comments

Comments

@PallHaraldsson
Copy link
Contributor

PallHaraldsson commented Aug 8, 2019

I just posted the segfault today here: JuliaCN/Py2Jl#5 (comment)

I checked out master for that project, but since there's since been one update, so you may need:
(v1.0) pkg> add https://github.com/JuliaCN/Py2Jl.jl#0dbff54

The (still open) issue #31240 may be the same. It's months old, and the segfault there looked sufficiently different to me, to at least not be sure it's a duplicate.

julia> versioninfo()
Julia Version 1.0.4
Commit 38e9fb7f80 (2019-05-16 03:38 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM)2 Duo CPU     P8400  @ 2.26GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.0 (ORCJIT, penryn)
@PallHaraldsson
Copy link
Contributor Author

Some strange thing, may or may not be important: https://discourse.julialang.org/t/compatibility-across-julia-1-versions/27196/22?u=palli

@PallHaraldsson
Copy link
Contributor Author

PallHaraldsson commented Aug 9, 2019

Julia 1.1.0-rc2 is known to work, but no 1.0.x (nor really later versions, while they do not segfault), see more at: JuliaCN/Py2Jl#6

@PallHaraldsson
Copy link
Contributor Author

PallHaraldsson commented Aug 9, 2019

If it helps people then strangely this works (at least in some Julia version):

(v1.0) pkg> test Py2Cl

with it running tests I can't run manually. The above must imply "using Py2Cl" that fails for me manually.

@PallHaraldsson
Copy link
Contributor Author

It segfaulted in 1.0.4 but while 1.0.5 errors (it seems like a package issue), at least for this package it doesn't segfault in precompil, so I assume precompile fixed in Julia (for all) packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant