pitrou commented on issue #36411:
URL: https://github.com/apache/arrow/issues/36411#issuecomment-3916949900

   > That's an ideal setup but I don't think its required - you could use point 
LD_PRELOAD to the sanitizer library to have it loaded correctly from a process 
that was not built with sanitizers enabled (i.e. Python).
   
   Is that enough, though? Ideally, the code is instrumented at compile time 
(memory accesses etc.). For example, if PyArrow passes a bogus memory pointer 
to NumPy, we want ASan to notice and that might not happen if NumPy was not 
compiled with ASan enabled.
   


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