vertexclique commented on issue #62: URL: https://github.com/apache/arrow-rs/issues/62#issuecomment-1002150668
This is because jemalloc behaves undefined when allocation length is requested as 0 in non-standard allocation API that it has. Since that API doesn't check aligned access, it internally rejects these. Builder requests for this allocation should check allocation before doing an allocation request. :) -- 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]
