[LLVMbugs] [Bug 18195] New: Asan-x86_64-Test/AddressSanitizer.SimpleStackTest fails with cmake
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Dec 9 18:23:14 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=18195
Bug ID: 18195
Summary: Asan-x86_64-Test/AddressSanitizer.SimpleStackTest
fails with cmake
Product: compiler-rt
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: compiler-rt
Assignee: unassignedbugs at nondot.org
Reporter: ed0.88.prez at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
Hi, I got this problem when running the check-all tests (or just running
projects/compiler-rt/lib/asan/tests/Asan-x86_64-Test
--gtest_filter=AddressSanitizer.SimpleStackTest ), using Linux Ubuntu 13.04,
x86-64:
----------
Note: Google Test filter = AddressSanitizer.SimpleStackTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from AddressSanitizer
[ RUN ] AddressSanitizer.SimpleStackTest
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
Result: failed to die.
Error msg:
[ DEATH ]
[ FAILED ] AddressSanitizer.SimpleStackTest (18276 ms)
[----------] 1 test from AddressSanitizer (18276 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (18277 ms total)
[ PASSED ] 0 tests.
[ FAILED ] 1 test, listed below:
[ FAILED ] AddressSanitizer.SimpleStackTest
1 FAILED TEST
YOU HAVE 24 DISABLED TESTS
----------
I get this problem when compiling clang with: clang (bootstrap), gcc (no
bootstrap), debug, release. I have no idea how to investigate this.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131210/3b4702b1/attachment.html>
More information about the llvm-bugs
mailing list