Skip to content

Commit

Permalink
Another attempt to debug malloc failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 13, 2024
1 parent 6840507 commit f3ba8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/centos-and-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
cp "cmake/CTestCostData.txt" "build/Testing/Temporary"
export PATH="$PWD/build/src/lib:$PATH"
chown -R rnpuser:rnpuser $PWD
exec su rnpuser -c "ctest --parallel ${{ env.CORES }} --test-dir build --output-on-failure"
exec su rnpuser -c "LD_PRELOAD=\"/usr/lib64/libc_malloc_debug.so.0:/usr/lib64/libsigsegv.so.2\" ctest --parallel ${{ env.CORES }} --test-dir build --output-on-failure"
- name: Coverage
if: env.BUILD_MODE == 'coverage'
Expand Down

0 comments on commit f3ba8cd

Please sign in to comment.