You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/29 14:02:51 UTC

[GitHub] [arrow] raulcd commented on pull request #13461: ARROW-16873: [Python] Clear PYTHONFAULTHANDLER when spawning child subprocess on run_debug_memory_pool tests

raulcd commented on PR #13461:
URL: https://github.com/apache/arrow/pull/13461#issuecomment-1170021799

   It seems is enabled:
   ```
   _____________ test_debug_memory_pool_disabled[default_memory_pool] _____________
   ----------------------------- Captured stdout call -----------------------------
   faulthandler.is_enabled():  True
   ----------------------------- Captured stderr call -----------------------------
   ____________ test_debug_memory_pool_disabled[jemalloc_memory_pool] _____________
   ----------------------------- Captured stdout call -----------------------------
   faulthandler.is_enabled():  True
   ----------------------------- Captured stderr call -----------------------------
   ```
   What memory alocator is supposed to be the `system_memory_pool`?
   ```
   tests/test_memory.py::test_debug_memory_pool_disabled[default_memory_pool] PASSED [ 51%]
   tests/test_memory.py::test_debug_memory_pool_disabled[jemalloc_memory_pool] PASSED [ 51%]
   tests/test_memory.py::test_debug_memory_pool_disabled[system_memory_pool] FAILED [ 51%]
   ```
   I am going to try a couple of things to try and disable `faulthandler`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org