zeroshade commented on issue #1283: URL: https://github.com/apache/arrow-adbc/issues/1283#issuecomment-1817282069
So I managed to reproduce the "cannot allocate memory" error locally and interactive. With a bit of manipulation I was able to get stack traces and look closer at the situation. The "cannot allocate memory" error is being directly returned by the call to `calloc` in `Mallocator.Allocate`. The request for the allocation that it fails on seems to be somewhere between 800KB and a bit over 1MB, so it's not failing due to an invalid (0 or negative) size for allocation. The failure is also happening while i still have more than 10 - 12 GB of RAM available to me. I'm only able to reproduce this issue via the python script in the repo provided by @bascheibler, I haven't been able to create a reproducer with just Go. -- 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]
