Opened 14 years ago
Closed 12 years ago
#2293 closed Bugs (fixed)
boost::shared_mutex doesn't complain when internal limits overrun
Reported by: | Anthony Williams | Owned by: | Anthony Williams |
---|---|---|---|
Milestone: | Boost 1.37.0 | Component: | thread |
Version: | Boost 1.36.0 | Severity: | Problem |
Keywords: | Cc: |
Description
If more than 127 threads are waiting for an exclusive lock on a boost::shared_mutex or more than 2047 threads are waiting for a shared lock then the mutex state becomes corrupt. The mutex should detect the situation.
Change History (2)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Fixed on trunk