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

Diagnostic variables and thread safety #37

Open
fmaussion opened this issue Nov 18, 2016 · 0 comments
Open

Diagnostic variables and thread safety #37

fmaussion opened this issue Nov 18, 2016 · 0 comments

Comments

@fmaussion
Copy link
Owner

fmaussion commented Nov 18, 2016

There are a few problems occurring when working with open_mfdataset and salem's custom netcdf4 objects. Here's a couple of the nice messages one encounters:

python3.4: posixio.c:342: px_rel: Assertion `pxp->bf_offset <= offset && offset < pxp->bf_offset + (off_t) pxp->bf_extent' failed.
python3.4: posixio.c:265: px_pgin: Assertion `*posp == ((off_t)(-1)) || *posp == lseek(nciop->fd, 0, 1)' failed.

Or, on Travis:

/home/travis/build.sh: line 57:  1696 Segmentation fault      (core dumped) 

I'm not sure how to deal with this yet...

See also: #36

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

1 participant