-
Notifications
You must be signed in to change notification settings - Fork 25
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
[python] Trying to open SOMAs under error conditions occasionally segfaults (pytest only) #725
Comments
@thetorpedodog do you have a core? |
The segfault comes from TileDB-Py, when this line is executed: soma.Experiment(uri="foobar").axis_query("foobar")
|
Running the line above outside of
This looks like a similar issue we have seen, potentially related to pytest-dev/pytest#4659. |
Looks like this is addressed by @nguyenv 's TileDB-Inc/TileDB-Py#1545 which isn't in the currently released version of tiledb-py |
I labeled this as |
#752 will address this as TileDB-Py 0.20 has TileDB-Inc/TileDB-Py#1545 in it |
I've found that I can somewhat reliably get a segfault in tiledbsoma from a fresh checkout:
This branch includes the changes from 5151b6f.
The text was updated successfully, but these errors were encountered: