-
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
[Bug] Python: OOM-kill when trying to fetch obsm_layers
#3064
Comments
johnkerl
changed the title
[Bug] python, segfault occurs when trying to fetch
[Bug] Python: segfault when trying to fetch Sep 24, 2024
obsm_layers
obsm_layers
johnkerl
changed the title
[Bug] Python: segfault when trying to fetch
[Bug] Python: apparent OOM-kill when trying to fetch Sep 25, 2024
obsm_layers
obsm_layers
@nguyenv running @ivirshup 's repro with
I have
|
@nguyenv this is as far as I got debugging:
I'm guessing either a memory leak or a pagination miswiring ... |
johnkerl
changed the title
[Bug] Python: apparent OOM-kill when trying to fetch
[Bug] Python: OOM-kill when trying to fetch Sep 26, 2024
obsm_layers
obsm_layers
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The code in the example below dies with
Killed
on tiledbsoma 1.14.1, but not on tiledbsoma 1.13To Reproduce
You can see more examples on the cellxgene_census CI
Versions (please complete the following information):
tiledbsoma.show_package_versions()
(Python) ortiledbsoma::show_package_versions()
(R)Additional context
Upstream of: chanzuckerberg/cellxgene-census#1288
The text was updated successfully, but these errors were encountered: