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

0.6: SEGFAULT on precompile #23792

Closed
dlfivefifty opened this issue Sep 20, 2017 · 1 comment
Closed

0.6: SEGFAULT on precompile #23792

dlfivefifty opened this issue Sep 20, 2017 · 1 comment

Comments

@dlfivefifty
Copy link
Contributor

I'm experiencing a surprising SEGFAULT on precompile. Here is the setup:

Pkg.add("ApproxFun")
Pkg.clone("https://github.com/daanhb/Domains.jl")
Pkg.checkout("ApproxFun","domains-support-crash")
Pkg.checkout("Domains","approxfun-support-crash")

And here is the SEGFAULT:

julia> versioninfo()
Julia Version 0.6.0
Commit 903644385b (2017-06-19 13:05 UTC)
Platform Info:
  OS: macOS (x86_64-apple-darwin16.7.0)
  CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
  WORD_SIZE: 64
  BLAS: libgfortblas
  LAPACK: liblapack
  LIBM: libopenlibm
  LLVM: libLLVM-3.9.1 (ORCJIT, broadwell)

julia> using ApproxFun

julia> precompile(union, (ApproxFun.Chebyshev{Domains.ChebyshevInterval{Float64},Float64}, ApproxFun.Ultraspherical{Int64,Domains.ChebyshevInterval{Float64},Float64}))

signal (11): Segmentation fault: 11
while loading no file, in expression starting on line 0

Running it in julia-debug only helped marginally: the precompile doesn't SEGFAULT, but calling it did.

Unfortunately, my attempts to narrow it down got rid of the SEGFAULT, and I can't test on 0.7 because the underlying packages aren't up to date

@ViralBShah
Copy link
Member

ViralBShah commented May 30, 2018

Please reopen if still an issue on 0.6.3. However, that is the last 0.6 release.

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

2 participants