zanmato1984 opened a new issue, #39976:
URL: https://github.com/apache/arrow/issues/39976

   ### Describe the bug, including details regarding any error messages, 
version, and platform.
   
   This is a failure that should have been reported by our ASAN check but is 
somehow prevented by the problem discussed in #39973 . There is a a living demo 
in 
https://github.com/zanmato1984/arrow/actions/runs/7752895694/job/21143188221?pr=3#step:6:3370.
 One can also reproduce this issue in local by:
   ```
   cmake --preset ninja-debug -DARROW_USE_ASAN=ON -DARROW_JEMALLOC=OFF 
-DARROW_MIMALLOC=OFF ..
   ninja -j8
   ./debug/arrow-array-test
   ```
   
   ### Component(s)
   
   C++


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