kou commented on PR #41279:
URL: https://github.com/apache/arrow/pull/41279#issuecomment-2067874205

   
https://github.com/ursacomputing/crossbow/actions/runs/8746879475/job/24004466339#step:7:565
   
   ```text
   libxml2                   2.12.6               h232c23b_2    conda-forge
   ```
   
   `_2` is used. So `--with-tls` version is used.
   
   The memory leak reported by Valgrind is suppressed.
   
   But the memory leak reported by LeakSanitizer is still reported:
   
   
https://github.com/apache/arrow/actions/runs/8746866650/job/24004437740?pr=41279#step:6:7192
   
   ```text
   ==13761==ERROR: LeakSanitizer: detected memory leaks
   
   Direct leak of 968 byte(s) in 1 object(s) allocated from:
       #0 0x56514dc11538 in calloc 
(/build/cpp/debug/arrow-azurefs-test+0x498538) (BuildId: 
2319af7306e720efeab4bdfdc43abfac31c9e76b)
       #0 0x7fb2a6d5b5a4 in
   ```
   
   Because it's run on Ubuntu 22.04 and it still uses libxml2 2.9.6.


-- 
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]

Reply via email to