xinyiZzz commented on PR #45210: URL: https://github.com/apache/doris/pull/45210#issuecomment-2548260942
> Building failed on my mac, it said can't find `mallctl` symbol. Because jemalloc's default prefix on macOS is "je_", not "". [from doc:](https://github.com/jemalloc/jemalloc/blob/dev/INSTALL.md) > > ``` > By default, the prefix is "", except on OS X, where it is "je_". On OS X, jemalloc overlays the default malloc zone, but makes no attempt to actually replace the "malloc", "calloc", etc. symbols. > ``` Hi, @coldWeather66260, I forgot to check Mac compilation. I reverted this PR https://github.com/apache/doris/pull/45534, you can try `USE_JEMALLOC=OFF ./build.sh --be` to compile on Mac -- 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]
