Opened 5 years ago
Closed 5 years ago
#13069 closed Bugs (fixed)
Boost unit test "sync_pq_multi_thread_p_lib.exe" hung in thread library
Reported by: | Owned by: | viboes | |
---|---|---|---|
Milestone: | Boost 1.66.0 | Component: | thread |
Version: | Boost Release Branch | Severity: | Regression |
Keywords: | Cc: |
Description
We tried buid and run unit test for Boost. There is a test "sync_pq_multi_thread_p_lib.exe" hung in thread library. This issue can be repro from master branch revision ad85f23https://github.com/boostorg/boost/commit/ad85f23f7200cd7b99291b672c18ce69e5e1758c. Could you please take a look at this? Thanks in advance!
Reproduce steps:
- git clone -c core.autocrlf=true --recursive https://github.com/boostorg/boost.git D:\Boost\src
- Open a VS 2015 x86 command prompt and browse to D:\Boost\src
- .\bootstrap
- .\b2 headers variant=release --build-dir=..\out\Release --address-model=32
- .\b2 variant=release --build-dir=..\out\Release --address-model=32
- .\b2 -j4 variant=release --build-dir=..\out\Release libs\thread\test
Expected result: All tests passed
Actual result: Test "sync_pq_multi_thread_p_lib.exe" hung. I have to kill the process manually.
Change History (4)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
comment:3 by , 5 years ago
I believe this is fixed in develop by https://github.com/boostorg/thread/commit/39c23ddf5a3082d76ebda107dce02fb86e948cd4
comment:4 by , 5 years ago
Milestone: | To Be Determined → Boost 1.66.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Have you any mean to have more information? backtrace of the threads?