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
3d_scalar seg faults on mac #245
Comments
@danlipsa there are some dv3d test in already. @danlipsa it might be cdtime related, can you check cdtime versions on both your mac and linux, i think cdtime 2.12 is the issue. @dnadeau4 her'es the mac traceback
|
@doutriaux1 Indeed, on linux I have cdtime 2.10 on mac I have 2.12. |
I just pushed a change on cdtime to make sure I deference the pointer correctly. |
@dnadeau4 that fixes it on the mac! Thanks! |
@doutriaux1 Is this on conda nightly? |
@danlipsa it is a py3 issue, reverted to py2 only (like v2.10) it's on conda-forge queue should be in overnight |
Thanks @doutriaux1 @dnadeau4 I did a python setup.py install and that fixed it. |
@danlipsa linux cdtime is now on conda-forge, expecting mac version around midnight PDT tonight |
mac still in conda-forge queue... 17hours... unbelievable... |
@doutriaux1 No worries ... I already installed the correct version manually. |
@danlipsa in this case that wouldn't help us because the test suite passed against cdtime. I did manually test vcs on both mac and linux when I put the py3 code in, and we did find some breakage already then. One way to achieve this would be to run vcs, cdms, etc.. as part of cdtime test suite, but it would take a long time... |
The following script seg faults on my mac. It works on linux. Upgrading to opengl2 might fix this. @doutriaux1 @aashish24 Do we test 3D plots?
The text was updated successfully, but these errors were encountered: