Opened 9 years ago
Closed 8 years ago
#9310 closed Bugs (fixed)
test_4648_lib fails on clang-darwin-asan11
| Reported by: | viboes | Owned by: | viboes |
|---|---|---|---|
| Milestone: | Boost 1.57.0 | Component: | thread |
| Version: | Boost 1.54.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
Test output: marshall-mac - thread - test_4648_lib / clang-darwin-asan11
Rev 86424 / Fri, 25 Oct 2013 05:14:04 +0000
Compile [2013-10-25 12:23:40 UTC]: succeed
"/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -x c++ -std=c++11 -stdlib=libc++ -I /Users/mclow/Projects/LLVM/libcxx/include -fsanitize=address -O0 -g -Wextra -Wno-long-long -Wunused-function -pedantic -O0 -fno-inline -Wall -pedantic -g -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_STATIC_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_SYSTEM_STATIC_LINK=1 -DBOOST_THREAD_BUILD_LIB=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED -DBOOST_THREAD_USE_LIB=1 -I".." -c -o "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/test_4648_lib.test/clang-darwin-asan11/debug/threading-multi/test_4648.o" "../libs/thread/test/test_4648.cpp"
Link [2013-10-25 12:23:40 UTC]: succeed
"/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -o "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/test_4648_lib.test/clang-darwin-asan11/debug/threading-multi/test_4648_lib" "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/test_4648_lib.test/clang-darwin-asan11/debug/threading-multi/test_4648.o" "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/test_4648_lib.test/clang-darwin-asan11/debug/threading-multi/tss_null.o" "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/chrono/build/clang-darwin-asan11/debug/link-static/threading-multi/libboost_chrono.a" "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/build/clang-darwin-asan11/debug/link-static/threading-multi/libboost_thread.a" "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/system/build/clang-darwin-asan11/debug/link-static/threading-multi/libboost_system.a" -g -stdlib=libc++ -fsanitize=address
Run [2013-10-25 12:23:40 UTC]: fail
EEEnnnttteeerrriiinnnggg 0x10da46000 firstFunction0
x01xB10e158000 firstFunction
EXIT STATUS: 134
Change History (3)
comment:1 by , 9 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
| Milestone: | To Be Determined → Boost 1.57.0 |
|---|---|
| Resolution: | → fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

It seems that this test is working now. I would see if it succeeds during a week before closing it.