felipecrv commented on PR #41163: URL: https://github.com/apache/arrow/pull/41163#issuecomment-2051811767
> Ok... This seems to assume that Valgrind is buggy and doesn't handle a calloc() call correctly, while our Azure FS implementation (and/or the Azure SDK) is spotless and cannot contain any bugs The reason I didn't make progress on the issue was also this sense that this seems to be an actual leak and not a misreport that we can just suppress. But I suspect it's something in the Azure SDK (exception-safety failure?) because `GetFileInfoWithSelectorFromContainer` doesn't do complicated memory management. For instance, the lambdas don't even hold shared/strong references to anything. https://github.com/apache/arrow/blob/48a9639bb0bae600adf846fbdcba77aaca151fc0/cpp/src/arrow/filesystem/azurefs.cc#L1683-L1687 -- 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]
