baibaichen opened a new issue, #6091: URL: https://github.com/apache/incubator-gluten/issues/6091
### Backend CH (ClickHouse) ### Bug description Since we should prelaod libch.so for jemalloc and GWP_ASAN, this is done by export `LD_PRELOAD `, however exxported variable will be passed to child process which cause child process preload libch too. While spark will use `ShellCommand` to execute some command, for example `chmod`. After https://github.com/ClickHouse/ClickHouse/pull/64365, such child process will return [`139`](https://cloud.tencent.com/developer/article/2064108) randomly. ### Spark version None ### Spark configurations _No response_ ### System information _No response_ ### 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]
