-
Notifications
You must be signed in to change notification settings - Fork 2
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
Crashing while running the working example #26
Comments
Thanks for reporting! I cannot reproduce this error with: julia> versioninfo()
Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × Intel(R) Core(TM) i7-8565U CPU @ 1.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, skylake)
Threads: 8 on 8 virtual cores
Environment:
JULIA_NUM_THREADS = 8
LD_LIBRARY_PATH = :/opt/gurobi950/linux64/lib:/opt/gurobi950/linux64/lib
LD_PRELOAD = /usr/lib/libstdc++.so.6
(@test-sankey) pkg> st
Status `~/.julia/environments/test-sankey/Project.toml`
[8fd88ec8] SankeyPlots v0.2.2 |
Thank you for your quick response, we do have a different OS and CPU Julia Version 1.8.1
Commit afb6c60d69a (2022-09-06 15:09 UTC)
Platform Info:
OS: macOS (arm64-apple-darwin21.5.0)
CPU: 8 × Apple M1 Pro
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-13.0.1 (ORCJIT, apple-m1)
Threads: 1 on 6 virtual cores
(@v1.8) pkg> st SankeyPlots
Status `~/.julia/environments/v1.8/Project.toml`
[8fd88ec8] SankeyPlots v0.2.2 I am surprised if that would be causing this bug, not sure what it can be. |
This appears to be caused by |
An update of LayeredLayouts.jl has been tagged, so this should be fixed. Can you confirm? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the working example on julia 1.8.1 is giving me some pointer malloc errors:
error:
This also seems be the same issue for @davide-f 's fork:
https://github.com/davide-f/SankeyPlots.jl
I am wondering if anyone else is having the same issue with prior julia versions?
I would be happy to provide additional information needed for debugging / or help.
Thanks!
The text was updated successfully, but these errors were encountered: