zeroshade commented on issue #37712:
URL: https://github.com/apache/arrow/issues/37712#issuecomment-1723937289

   So it's definitely an issue with the arm NEON code, which is what I was 
thinking (still getting myself access to an ARM machine) though I don't know 
why it doesn't use the NEON implementation in go1.20.8 for you and then does 
use it in 1.21.1. 
   
   For now you should be able to avoid the crash by using the `noasm` tag which 
will force it to use the pure go implementation instead of the ARM neon 
assembly implementation. I'll see if I can track down where the issue is in the 
arm neon code.


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