lidavidm opened a new issue, #597:
URL: https://github.com/apache/arrow-go/issues/597

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   I'm not able to test with Go 1.25 unless I disable the new leak sanitizer. 
The tests do pass with `ASAN_OPTIONS=detect_leaks=0`.
   
   You see a lot of errors like
   
   ```
   =================================================================
   ==125810==ERROR: LeakSanitizer: detected memory leaks
   
   Direct leak of 528 byte(s) in 15 object(s) allocated from:
       #0 0x7d5a317220c3 in calloc 
../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:74
       #1 0x000000e15ace  (/tmp/go-build2352437442/b490/cdata.test+0xe15ace) 
(BuildId: 93af8cb8796c74ce229ab52de07b6bc975348205)
   ```
   
   I poked around and it seems C Data tests use C.CString but never free the 
result; that may be the problem.
   
   ### Component(s)
   
   Other


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