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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
