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

Segmentation fault on Ubuntu (can not handle longitude>360) #18

Open
Leon6j opened this issue Dec 26, 2021 · 1 comment
Open

Segmentation fault on Ubuntu (can not handle longitude>360) #18

Leon6j opened this issue Dec 26, 2021 · 1 comment

Comments

@Leon6j
Copy link

Leon6j commented Dec 26, 2021

On Ubuntu, the GibbsSeawater.jl will report a "signal (11): Segmentation fault" error if longitude is great than 360.

Here are the details:
https://discourse.julialang.org/t/a-weird-issue-with-julia-1-7-1-on-ubuntu-gibbsseawater-jl-package/73632

In reality, a lot of people use a 20-380 degree system so as to keep all the major oceans in one piece. Many thanks.

@richardsc
Copy link

In reality, a lot of people use a 20-380 degree system so as to keep all the major oceans in one piece.

Not here to argue, but this is the first I have ever heard of this practice.

More broadly, the Julia software wraps the C library (as does python and R) so any change in behaviour should probably be considered upstream so that the various flavours don't diverge in their usage by adding special cases.

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