forked from kubo/plthook
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Sanitizers are failing on armhf and aarch64 architectures.
For debugging it, review the following:
plthook/.github/workflows/run-tests.yml
Lines 76 to 77 in 486c1df
| # TODO: Sanitizer fails in armhf and aarch64 | |
| # sanitize: ["", "-g -fsanitize=address -fsanitize=undefined"] |
plthook/.github/workflows/run-tests.yml
Lines 91 to 92 in 486c1df
| # TODO: Sanitizer fails in armhf and aarch64 | |
| # echo OPT_CFLAGS="${{ matrix.optimization }} ${{ matrix.sanitize }}" >> $GITHUB_ENV |
plthook/.github/workflows/run-tests.yml
Lines 100 to 101 in 486c1df
| # TODO: detect_leaks=0 because it fails to create the ptrace thread | |
| LSAN_OPTIONS: "verbosity=1:log_threads=1:detect_leaks=0" |
Metadata
Metadata
Assignees
Labels
No labels