You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
simpler cores
This commit is contained in:
committed by
Leonid Fedorov
parent
052f43cc97
commit
84e2dde865
@@ -654,7 +654,7 @@ fix_config_files() {
|
|||||||
if grep -q ASAN $MDB_SERVICE_FILE; then
|
if grep -q ASAN $MDB_SERVICE_FILE; then
|
||||||
warn "MDB Server has ASAN options in $MDB_SERVICE_FILE, check it's compatibility"
|
warn "MDB Server has ASAN options in $MDB_SERVICE_FILE, check it's compatibility"
|
||||||
else
|
else
|
||||||
echo Environment="'ASAN_OPTIONS=abort_on_error=$SANITIZERS_ABORT_ON_ERROR:disable_coredump=0,print_stats=false,detect_odr_violation=0,check_initialization_order=1,detect_stack_use_after_return=1,atexit=false,log_path=${REPORT_PATH}/asan.mariadb'" >>$MDB_SERVICE_FILE
|
echo Environment="'ASAN_OPTIONS=abort_on_error=$SANITIZERS_ABORT_ON_ERROR:disable_coredump=0,print_stats=false,detect_odr_violation=0,check_initialization_order=0,detect_stack_use_after_return=1,atexit=false,log_path=${REPORT_PATH}/asan.mariadb'" >>$MDB_SERVICE_FILE
|
||||||
message "ASAN options were added to $MDB_SERVICE_FILE"
|
message "ASAN options were added to $MDB_SERVICE_FILE"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@@ -15,7 +15,7 @@ save_ansi_to_html() {
|
|||||||
cat "$DUMPNAME" | bash "${SCRIPT_LOCATION}"/ansi2html.sh --palette=solarized >>"${FILENAME}"
|
cat "$DUMPNAME" | bash "${SCRIPT_LOCATION}"/ansi2html.sh --palette=solarized >>"${FILENAME}"
|
||||||
}
|
}
|
||||||
invoke_gdb_command() {
|
invoke_gdb_command() {
|
||||||
unbuffer gdb -x "${SCRIPT_LOCATION}"/gdbinit -q ${BINARY} --core ${COREDUMP} -ex "$1" -ex quit >>"$DUMPNAME"
|
gdb -x "${SCRIPT_LOCATION}"/gdbinit -q ${BINARY} --core ${COREDUMP} -ex "$1" -ex quit >>"$DUMPNAME"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<h1> Step: ${STEP_NAME}<br> Binary name: ${BINARY}<br> </h1>" >>"${FILENAME}"
|
echo "<h1> Step: ${STEP_NAME}<br> Binary name: ${BINARY}<br> </h1>" >>"${FILENAME}"
|
||||||
|
Reference in New Issue
Block a user