Skip to content

Commit

Permalink
DAOS-16768 build: Debug ABT
Browse files Browse the repository at this point in the history
Test-tag: test_engine_restart
Test-repeat: 3
Skip-unit-tests: true
Skip-nlt: true
Allow-unstable-test: true
Signed-off-by: Li Wei <[email protected]>
Required-githooks: true
  • Loading branch information
liw committed Feb 4, 2025
1 parent 9e6042f commit 1189213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site_scons/components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@ def define_components(reqs):
abt_build = ['./configure',
'--prefix=$ARGOBOTS_PREFIX',
'CC=gcc',
'--enable-stack-unwind']
'--enable-stack-unwind',
'--enable-stack-overflow-check=mprotect-strict']

if reqs.target_type == 'debug':
abt_build.append('--enable-debug=most')
Expand Down
1 change: 1 addition & 0 deletions src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,7 @@ class EngineYamlParameters(YamlParameters):
"D_LOG_FILE_APPEND_PID=1",
"DAOS_POOL_RF=4",
"CRT_EVENT_DELAY=1",
"ABT_STACK_OVERFLOW_CHECK=mprotect_strict"
"DAOS_VOS_AGG_GAP=25",
# pylint: disable-next=fixme
# FIXME disable space cache since some tests need to verify instant pool space
Expand Down

0 comments on commit 1189213

Please sign in to comment.