Skip to content

Sanitizer failing on armhf and aarch64 #5

Open
@viferga

Description

@viferga

Sanitizers are failing on armhf and aarch64 architectures.
For debugging it, review the following:

# TODO: Sanitizer fails in armhf and aarch64
# sanitize: ["", "-g -fsanitize=address -fsanitize=undefined"]

# TODO: Sanitizer fails in armhf and aarch64
# echo OPT_CFLAGS="${{ matrix.optimization }} ${{ matrix.sanitize }}" >> $GITHUB_ENV

# 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions