Bruno Haible via GNU coreutils General Discussion <[email protected]>
writes:

> On a GNU system, with clang and enabled sanitizers
>
>           export CPPFLAGS="-Wall"
>           export CC="clang 
> -fsanitize=address,undefined,signed-integer-overflow,shift,integer-divide-by-zero
>  -fno-sanitize-recover=undefined"
>           export CFLAGS="-O0 -fno-omit-frame-pointer -ggdb"
>           export ASAN_OPTIONS="detect_leaks=0 abort_on_error=1 
> allocator_may_return_null=1"
>
> "make check" reports a test failure of the cut/cut test.
>
> Find attached the log file. It shows 27 processes that abort:

That is confusing. I am not able to reproduce this one using those same
options. Any ideas?

Collin

Reply via email to