-
Notifications
You must be signed in to change notification settings - Fork 3
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
spec_driver_fits fails with exit code 11 randomly #2
Comments
it's random: re-executing the program it will work again after a few tries. I don't know of a fool proof way to make it crash. |
there was an indexing out of the C.caxis[X_AXIS][ix+ii] and C.caxis[Y_AXIS][iy+jj], which was fixed. |
alas, trying out some cases with different cell= and otf_select= cause more of these. electricfence didn't jhelp, it first ran into libnetcdf access with 0 memory allocation problems. frustrating. |
non=square maps tend to give predictable segfaults |
indeed, axis naming order. no wonder, since X=1 and Y=0 and Z=2.. |
perhaps with #5 this is solved. watch out if rmax is large for small test/beam grids with the -a flag. there may still be a crash awaiting resolution. |
spec_driver_fits is called by grid_data.py, but just changing the x_extent/y_extent can cause it to crash.
The text was updated successfully, but these errors were encountered: