lidavidm commented on pull request #9656: URL: https://github.com/apache/arrow/pull/9656#issuecomment-813632358
The integration failure is real & reproducible. Sometimes the global allocator gets destructed before all threads join, and if a thread holds a Future which holds a Buffer, when that Buffer gets destructed, it calls the global allocator's Free()…but by then, the vtable for the constructor points only to pure virtual methods, causing a crash. Still trying to figure out where the future/thread came from in the first place. -- 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]
