Subject: Re: [Boost-bugs] [Boost C++ Libraries] #9307: future::fallback_to assert with ERRORRRRR boost: mutex lock failed in pthread_mutex_lock: Invalid argument
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-10-26 11:19:56
#9307: future::fallback_to assert with ERRORRRRR boost: mutex lock failed in
pthread_mutex_lock: Invalid argument
-------------------------------+----------------------
Reporter: viboes | Owner: viboes
Type: Bugs | Status: assigned
Milestone: To Be Determined | Component: thread
Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------
Changes (by viboes):
* owner: anthonyw => viboes
* status: new => assigned
Old description:
> {{{
>
> Test output: marshall-mac - thread - ex_future_fallback_to_lib / clang-
> darwin-asan
> Rev 86424 / Fri, 25 Oct 2013 05:14:04 +0000
> Compile [2013-10-25 12:22:41 UTC]: succeed
>
> "/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -x c++
> -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/ex_future_fallback_to_lib.test
> /clang-darwin-asan/debug/threading-multi/future_fallback_to.o"
> "../libs/thread/test/../example/future_fallback_to.cpp"
>
>
> Link [2013-10-25 12:22:41 UTC]: succeed
>
> "/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -o
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
> /clang-darwin-asan/debug/threading-multi/ex_future_fallback_to_lib"
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
> /clang-darwin-asan/debug/threading-multi/future_fallback_to.o"
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
> /clang-darwin-asan/debug/threading-multi/tss_null.o"
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/chrono/build
> /clang-darwin-asan/debug/link-static/threading-multi/libboost_chrono.a"
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/build
> /clang-darwin-asan/debug/link-static/threading-multi/libboost_thread.a"
> "/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/system/build
> /clang-darwin-asan/debug/link-static/threading-multi/libboost_system.a"
> -g -fsanitize=address
>
>
> Run [2013-10-25 12:22:41 UTC]: fail
>
> 0x7fff78e0a180 -
> ../libs/thread/test/../example/future_fallback_to.cpp[32] <MAIN
> 0x10beab000 - ../libs/thread/test/../example/future_fallback_to.cpp[26]
> P1
> 0x10beac000 - ../libs/thread/test/../example/future_fallback_to.cpp[20]
> P1
> 0x7fff78e0a180 -
> ../libs/thread/test/../example/future_fallback_to.cpp[60] ERRORRRRR
> boost: mutex lock failed in pthread_mutex_lock: Invalid argument
>
> EXIT STATUS: 1
>
>
> }}}
New description:
rev 86424
{{{
Test output: marshall-mac - thread - ex_future_fallback_to_lib / clang-
darwin-asan
Rev 86424 / Fri, 25 Oct 2013 05:14:04 +0000
Compile [2013-10-25 12:22:41 UTC]: succeed
"/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -x c++
-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/ex_future_fallback_to_lib.test
/clang-darwin-asan/debug/threading-multi/future_fallback_to.o"
"../libs/thread/test/../example/future_fallback_to.cpp"
Link [2013-10-25 12:22:41 UTC]: succeed
"/Volumes/TwoTB/LLVM/build/llvm-cmake-nodebug/bin/clang++" -o
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
/clang-darwin-asan/debug/threading-multi/ex_future_fallback_to_lib"
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
/clang-darwin-asan/debug/threading-multi/future_fallback_to.o"
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/test/ex_future_fallback_to_lib.test
/clang-darwin-asan/debug/threading-multi/tss_null.o"
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/chrono/build
/clang-darwin-asan/debug/link-static/threading-multi/libboost_chrono.a"
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/thread/build
/clang-darwin-asan/debug/link-static/threading-multi/libboost_thread.a"
"/Volumes/TwoTB/boost/regression/trunk/results/boost/bin.v2/libs/system/build
/clang-darwin-asan/debug/link-static/threading-multi/libboost_system.a"
-g -fsanitize=address
Run [2013-10-25 12:22:41 UTC]: fail
0x7fff78e0a180 - ../libs/thread/test/../example/future_fallback_to.cpp[32]
<MAIN
0x10beab000 - ../libs/thread/test/../example/future_fallback_to.cpp[26] P1
0x10beac000 - ../libs/thread/test/../example/future_fallback_to.cpp[20] P1
0x7fff78e0a180 - ../libs/thread/test/../example/future_fallback_to.cpp[60]
ERRORRRRR boost: mutex lock failed in pthread_mutex_lock: Invalid argument
EXIT STATUS: 1
}}}
-- -- Ticket URL: <https://svn.boost.org/trac/boost/ticket/9307#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:14 UTC