[PATCH] D30267: Increase stack size for stack-use-after-return test
Francis Ricci via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 16:26:46 PST 2017
fjricci reopened this revision.
fjricci added a comment.
This revision is now accepted and ready to land.
Reverted because this fails on aarch64. I don't have access to an aarch64 linux device, so I'm not sure the best way to debug.
Command Output (stderr):
1: 0x3ffec223620
2: 0x3ffec223620
/home/buildslave/buildslave/clang-cmake-aarch64-42vma/llvm/projects/compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc:52:13: error: expected string not found in input
// THREAD: WRITE of size 1 {{.*}} thread T{{[1-9]}}
^
<stdin>:1:1: note: scanning from here
ASAN:DEADLYSIGNAL
^
<stdin>:11:5: note: possible intended match here
#7 0x3ffb4f77083 in start_thread (/lib64/libpthread.so.0+0x7083)
^
Repository:
rL LLVM
https://reviews.llvm.org/D30267
More information about the llvm-commits
mailing list