Opened 9 years ago

Closed 9 years ago

#9404 closed Bugs (fixed)

ex_make_future regression error

Reported by: viboes Owned by: viboes
Milestone: Boost 1.56.0 Component: thread
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

Test output: BP x86_64 C++11 - thread - ex_make_future / clang-linux-3.4~c11_libc++
Rev 86740 / Sun, 17 Nov 2013 18:01:11 +0000
Compile [2013-11-17 21:14:14 UTC]: succeed


"clang++-3.4" -c -x c++ -Wextra -Wno-long-long -Wunused-function -pedantic -std=c++11 -stdlib=libc++ -O0 -g -fno-inline -Wall -pedantic -g -pthread -fPIC -Wextra -Wno-long-long -Wunused-function -pedantic -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_THROW_IF_PRECONDITION_NOT_SATISFIED -DBOOST_THREAD_USE_DLL=1 -I".." -o "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/test/ex_make_future.test/clang-linux-3.4~c11_libc++/debug/threading-multi/make_future.o" "../libs/thread/test/../example/make_future.cpp"

            

Link [2013-11-17 21:14:14 UTC]: succeed


"clang++-3.4"  -Wl,-R -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/chrono/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -Wl,-R -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/system/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -Wl,-R -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -Wl,-rpath-link -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/chrono/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -Wl,-rpath-link -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/system/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -Wl,-rpath-link -Wl,"/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/build/clang-linux-3.4~c11_libc++/debug/threading-multi" -o "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/test/ex_make_future.test/clang-linux-3.4~c11_libc++/debug/threading-multi/ex_make_future" "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/test/ex_make_future.test/clang-linux-3.4~c11_libc++/debug/threading-multi/make_future.o" "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/chrono/build/clang-linux-3.4~c11_libc++/debug/threading-multi/libboost_chrono.so.1.55.0" "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/thread/build/clang-linux-3.4~c11_libc++/debug/threading-multi/libboost_thread.so.1.55.0" "/home/ben/development/boost/test/build/results/boost/bin.v2/libs/system/build/clang-linux-3.4~c11_libc++/debug/threading-multi/libboost_system.so.1.55.0"  -lrt  -g -lc++ -lc++abi -pthread 

            

Run [2013-11-17 21:14:14 UTC]: fail


5
0
5
5

ERRORRRRR boost: mutex lock failed in pthread_mutex_lock: Invalid argument

EXIT STATUS: 1
            


Change History (3)

comment:1 by viboes, 9 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 9 years ago

Milestone: To Be DeterminedBoost 1.56.0

This change-set https://github.com/boostorg/thread/commit/cb845f19e4a975fc95e8b10c096280085d24eb03 improves the situation but restrict the use of the variadic versions. It works for all the compiler for which BOOST_NO_CXX11_DECLTYPE_N3276 is defined.

comment:3 by viboes, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.