-
Notifications
You must be signed in to change notification settings - Fork 33
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
Segfault on array_fragments call #1888
Comments
Thanks @kylemann16, we'll take a look. I can reproduce this, but it appears to be linux-specific. |
AFAICT this was caused by conda-forge/tiledb-feedstock#228 and is now mitigated via pinning; we'll do our best to get a full fix in ASAP, depending on whether the cause is under our control. |
|
Closing, please let me know if we need to reopen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
On
linux/amd64
architecture, tiledb is failing to access array fragments and handle array creation errors:tiledb.array_fragments(tdb_dir)
leads to asignal 6
abort.signal 11
segfaultExpected Results
I assume these errors are coming from the base TileDB library, but I'm interacting with them through Python so I'm posting it here. I can move it over to that repo if necessary though!
Reproduction scripts, logs, and environment versions can be found here:
https://gist.github.com/kylemann16/1e4848c48ba81c8fcaa2efb3f0d5fe27
The text was updated successfully, but these errors were encountered: