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

Segfault during resolving on compute clusters #26

Open
ma-sadeghi opened this issue Feb 12, 2024 · 0 comments
Open

Segfault during resolving on compute clusters #26

ma-sadeghi opened this issue Feb 12, 2024 · 0 comments

Comments

@ma-sadeghi
Copy link
Contributor

>>> juliapkg.resolve()
[juliapkg] Locating Julia ^1.6.1
[juliapkg] Using Julia 1.9.1 at /cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/julia/1.9.1/bin/julia
[juliapkg] Using Julia project at /home/aminsad/Code/venv/julia_env
[juliapkg] Installing packages:
           julia> import Pkg
           julia> Pkg.add([Pkg.PackageSpec(name="PythonCall", uuid="6099a3de-0909-46bc-b1f4-468b9a2dfc0d"), Pkg.PackageSpec(name="EquivalentCircuits", uuid="da5bd070-f609-4e16-a30d-de86b3faa756", url=raw"https://github.com/ma-sadeghi/EquivalentCircuits.jl", rev=raw"bug/fix-ndarray-serialization")])
           julia> Pkg.resolve()
           julia> Pkg.precompile()
     Cloning git-repo `https://github.com/ma-sadeghi/EquivalentCircuits.jl`

[29527] signal (11.1): Segmentation fault
in expression starting at none:1
unknown function (ip: 0x1)
unknown function (ip: 0x2ad48c8d95ae)
Allocations: 1687247 (Pool: 1686073; Big: 1174); GC: 3
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/aminsad/Code/venv/lib/python3.11/site-packages/juliapkg/deps.py", line 282, in resolve
    run([exe, '--project='+project, '--startup-file=no', '-e', '; '.join(script)], check=True, env=env)
  File "/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/python/3.11.5/lib/python3.11/subprocess.py", line 571, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['/cvmfs/soft.computecanada.ca/easybuild/software/2020/avx2/Core/julia/1.9.1/bin/julia', '--project=/home/aminsad/Code/venv/julia_env', '--startup-file=no', '-e', 'import Pkg; Pkg.add([Pkg.PackageSpec(name="PythonCall", uuid="6099a3de-0909-46bc-b1f4-468b9a2dfc0d"), Pkg.PackageSpec(name="EquivalentCircuits", uuid="da5bd070-f609-4e16-a30d-de86b3faa756", url=raw"https://github.com/ma-sadeghi/EquivalentCircuits.jl", rev=raw"bug/fix-ndarray-serialization")]); Pkg.resolve(); Pkg.precompile()']' died with <Signals.SIGSEGV: 11>. 
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