-
Notifications
You must be signed in to change notification settings - Fork 30
Segmentation fault: 11 #348
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
Comments
Sorry that you fell into this. How was your GMT6 built? It's our dmg distribution? If its from the dmg probably the only solution for now is to build GMT yourself (homebrew should be fine) That command works fine for me on Windows. |
I ever installed it using $ brew install gmt |
@PaulWessel , @seisman do you confirm the crash? |
Could you convert the Julia script to CLI version? |
Yes, but that's not the point. The example just plots a line generated by project. The question is why does it crash on Mac? Works fine on Win.
|
Tried the CLI version with the homebrew GMT. I don't see a crash. |
Thanks, as expected. But the real test was to run it from Julia. |
Just tried Julia 1.3.1 + GMT.jl v0.16.0 + GMT 6.0.0 (homebrew), still no crash.
|
Thanks again. And again, as expected. @scls19fr sorry, don't know what to say about your case. |
Maybe I should try to run gmt binary and see if it crash. What example should I run ? Ideally I think I should run something close to what GMT.jl is generating with this example. So we could isolate if problem is on gmt side or on GMT.jl side. |
The equivalent pure GMT commands are
In what instruction did you get the crash? Can you please post the the crashing message? |
it was crashing on
I did
and run again Julia interpreter
it's working fine now. I guess that I shouldn't have installed correctly because I installed first I tried also Removing compiled version of |
Good that it works now. But still can't understand why it crashed. |
Hello,
Following discussion https://discourse.julialang.org/t/geodesy-how-to-calculate-the-straight-line-distance-between-two-locations-which-is-represented-by-longitude-and-latitude/19984/12
I'm trying GMT.jl
OS Mac OS 10.13.6
Any idea about what is wrong with my install?
Kind regards
The text was updated successfully, but these errors were encountered: