Opened 12 years ago
Closed 12 years ago
#4328 closed Bugs (fixed)
cygwin gcc-3.4.4: regression on test_thread_exit.cpp
Reported by: | viboes | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.44.0 | Component: | thread |
Version: | Boost Development Trunk | Severity: | Regression |
Keywords: | Cc: | viboes |
Description
After the modifications trunk run fails on test_thread_exit.cpp
testing.capture-output ../../../bin.v2/libs/thread/test/test_thread_exit.test/gcc-3.4.4/debug/threading-multi/test_thread_exit.run /bin/sh: line 4: 6052 Aborted (core dumped) "../../../bin.v2/libs/thread/test/test_thread_exit.test/gcc-3.4.4/debug/threading-multi/test_thread_exit.exe" > "../../../bin.v2/libs/thread/test/test_thread_exit.test/gcc-3.4.4/debug/threading-multi/test_thread_exit.output" 2>&1 ====== BEGIN OUTPUT ====== assertion "!pthread_mutex_unlock(m)" failed: file "../../../boost/thread/pthread/pthread_mutex_scoped_lock.hpp", line 29 Running 2 test cases...
Change History (3)
comment:1 by , 12 years ago
Cc: | added |
---|
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
After updating the last changes from trunk everything is OK.
Note:
See TracTickets
for help on using tickets.
Could you get a callstack for the assertion failure?