Issue 58079
Summary TEST 'SanitizerCommon-asan-i386-Linux :: Linux/sem_init_glibc.cpp' FAILED
Labels compiler-rt:asan, regression
Assignees
Reporter mgorny
    It seems that there is a new regression in ASAN/glibc support:

```
FAIL: SanitizerCommon-asan-i386-Linux :: Linux/sem_init_glibc.cpp (76 of 1657)
******************** TEST 'SanitizerCommon-asan-i386-Linux :: Linux/sem_init_glibc.cpp' FAILED ********************
Script:
--
: 'RUN: at line 1';      /home/mgorny/git/llvm-bisect/build/lib/llvm/16/bin/clang  --driver-mode=g++ -gline-tables-only -fsanitize=address  -m32 -funwind-tables  -I/home/mgorny/git/llvm-bisect/compiler-rt/test -ldl -O0 -g /home/mgorny/git/llvm-bisect/compiler-rt/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cpp -lutil -o /home/mgorny/git/llvm-bisect/build/test/sanitizer_common/asan-i386-Linux/Linux/Output/sem_init_glibc.cpp.tmp &&  /home/mgorny/git/llvm-bisect/build/test/sanitizer_common/asan-i386-Linux/Linux/Output/sem_init_glibc.cpp.tmp
--
Exit Code: 134

Command Output (stderr):
--
sem_init_glibc.cpp.tmp: /home/mgorny/git/llvm-bisect/compiler-rt/test/sanitizer_common/TestCases/Linux/sem_init_glibc.cpp:56: int main(): Assertion `GET_SEM_VALUE(a) == 42' failed.
/home/mgorny/git/llvm-bisect/build/test/sanitizer_common/asan-i386-Linux/Linux/Output/sem_init_glibc.cpp.script: line 1: 2327802 Aborted                 (core dumped) /home/mgorny/git/llvm-bisect/build/test/sanitizer_common/asan-i386-Linux/Linux/Output/sem_init_glibc.cpp.tmp

--

********************
```

This is with 215c9fa4deac9ec6b4e504843830551f03b60620.

```
$ ld.so --version
ld.so (Gentoo 2.36-r3 p3) stable release version 2.36.
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to