-
Notifications
You must be signed in to change notification settings - Fork 28
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
SegmentationFault at install point NetCDF=0.10.3 #195
Comments
Hmm there seems to be quite a lot going on here. I am not sure we can do much in this repository. So this is using an old release of NetCDF.jl from 2020, that triggers a segfault when starting it in a Conda environment. The netCDF build that comes with NetCDF.jl has improved a lot since 2020. I guess that old build may be clashing with the libcurl that is used by Conda? As you can see in issues like JuliaPy/PythonCall.jl#519 there can be clashes like this sometimes, and one solution is to pin Conda dependencies to versions that go well with the Julia environment. Though I'd try to use a more recent NetCDF.jl version if possible. Newer netCDF builds will also be compatible with newer curl versions, by updates in Yggdrasil, like JuliaPackaging/Yggdrasil#7127. |
Hi @visr and very many thanks for taking the time to reply! We have tested with a new NetCDF=0.12.0 and new Julia=1.10.4, but we are still hitting the |
here's how our
Many thanks again! |
UPDATE: @visr it seems that all our and others' troubles stem from one single place (not NetCDF.jll not other bits) - the new |
Thanks for letting us know, glad you can work around it. So it seems a change in curl 8.10 triggered a segfault through JuliaLang/Downloads.jl#260. |
yep - and not being fluent in Julia, it wasn't obvious to me 😁 |
Hi folks, we've started seeing perfectly reproducible SegFaults when trying to install
NetCDF=0.10.3
, either using aProject.toml
or simply by installing it in from command line:that returns:
Please see GA test for full install stdout
In fairness, I am not 100% sure this is indeed from NetCDF, and could be this issue JuliaLang/Downloads.jl#260 - but thought of reporting it nonetheless, apologies if this is something else!
Please let me know if you need more details about the particularities of our system! Cheers very much for looking into it 🍺
The text was updated successfully, but these errors were encountered: