shuai-xu opened a new issue, #7950: URL: https://github.com/apache/incubator-gluten/issues/7950
### Backend VL (Velox) ### Bug description I compile gluten with velox and then run it with spark. There are three machines in the test cluster. I find it always coredump on machine 2 and 3 while running normally on machine 1. The stack is:<img width="1439" alt="image" src="https://github.com/user-attachments/assets/6995e7b5-1d7c-4238-abf2-00173b7ddad2">。Then I compile gluten on another machine, and it runs normally on all the machines. After check the two machines, I find the main diff is the version of g++, I change g++ from g++-11 to g++-10, it works. The machines info is listed in System Info part. ### Spark version Spark-3.3.x ### Spark configurations _No response_ ### System information Compile machine 1: Compile machine 2: Run machine 1 is the same as Compile 2. Run machine 2: Run machine 3: ### Relevant logs _No response_ -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
