surnaik commented on issue #10502: URL: https://github.com/apache/incubator-gluten/issues/10502#issuecomment-3216245605
Update: The OpenJDK I used for testing is built dynamically whereas Temurin/Azul/Microsoft are statically build. This seems to be causing the issue. Temurin 11 JDK seems to be using GCC 7 (I could be wrong, but this is what I observed with strings command). I actually built JDK 11 with `--with-stdcxx-lib=static` on Ubuntu 18.04 (seems to be where Temurin was built) and tried the same test and it fails in the exact same manner. So, I'm pretty sure, this is a case of dependency mismatch. I switched to static build of Gluten with `--enable_vcpkg=ON` and the issue got fixed. I think we should encourage people to use static build and discourage dynamic build. We were using dynamic builds as it was easy installing required dependencies on VM. @FelixYBW @weiting-chen -- 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]
