yiguolei commented on code in PR #10542: URL: https://github.com/apache/doris/pull/10542#discussion_r912589080
########## be/src/http/action/pprof_actions.cpp: ########## @@ -132,7 +134,8 @@ class ProfileAction : public HttpHandler { }; void ProfileAction::handle(HttpRequest* req) { -#if defined(ADDRESS_SANITIZER) || defined(LEAK_SANITIZER) || defined(THREAD_SANITIZER) +#if defined(ADDRESS_SANITIZER) || defined(LEAK_SANITIZER) || defined(THREAD_SANITIZER) || \ + defined(USE_JEMALLOC) std::string str = "CPU profiling is not available with address sanitizer builds."; Review Comment: Here, add jemalloc to hint. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org