This is an automated email from the ASF dual-hosted git repository. laiyingchun pushed a commit to branch revert-1690-fix_stacktrace in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
commit c6052f5415b1a2691eb094cc91f143e36870a592 Author: Yingchun Lai <[email protected]> AuthorDate: Wed Jan 24 20:20:57 2024 +0800 Revert "fix: use libgcc instead of generic_fp as default stacktrace" --- run.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/run.sh b/run.sh index 54a8502f7..17617f37f 100755 --- a/run.sh +++ b/run.sh @@ -28,10 +28,6 @@ export THIRDPARTY_ROOT=$ROOT/thirdparty export LD_LIBRARY_PATH=$JAVA_HOME/jre/lib/amd64/server:${BUILD_LATEST_DIR}/output/lib:${THIRDPARTY_ROOT}/output/lib:${LD_LIBRARY_PATH} # Disable AddressSanitizerOneDefinitionRuleViolation, see https://github.com/google/sanitizers/issues/1017 for details. export ASAN_OPTIONS=detect_odr_violation=0 -# See https://github.com/gperftools/gperftools/wiki/gperftools'-stacktrace-capturing-methods-and-their-issues. -# Now we choose libgcc, because of https://github.com/apache/incubator-pegasus/issues/1685. -export TCMALLOC_STACKTRACE_METHOD=libgcc # Can be generic_fp, generic_fp_unsafe, libunwind or libgcc -export TCMALLOC_STACKTRACE_METHOD_VERBOSE=1 function usage() { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
