terencehonles commented on pull request #8533: URL: https://github.com/apache/arrow/pull/8533#issuecomment-721835140
Here's some more context which could be helpful, the first coming from the run logs and the latter being a file that would be generated after the crash. Test logs: ``` [INFO] Running org.apache.arrow.adapter.orc.OrcReaderTest 16:21:58.149 [main] INFO org.apache.arrow.memory.BaseAllocator - Debug mode enabled. 16:21:58.172 [main] INFO org.apache.arrow.memory.DefaultAllocationManagerOption - allocation manager type not specified, using netty as the default type 16:21:58.175 [main] INFO org.apache.arrow.memory.CheckAllocator - Using DefaultAllocationManager at memory-netty/3.0.0-SNAPSHOT/arrow-memory-netty-3.0.0-SNAPSHOT.jar!/org/apache/arrow/memory/DefaultAllocationManagerFactory.class ``` Test crash logs: ``` # Created at 2020-11-04T16:22:01.347 WARNING: Logging before InitGoogleLogging() is written to STDERR # Created at 2020-11-04T16:22:01.347 F1104 16:22:01.345963 7719 memory.cc:57] Check failed: (pool) != (nullptr) # Created at 2020-11-04T16:22:01.347 *** Check failure stack trace: *** # Created at 2020-11-04T16:22:04.748 Aborted (core dumped) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
