Opened 13 years ago
Closed 12 years ago
#3097 closed Bugs (fixed)
throwing destructor
Reported by: | Owned by: | Anthony Williams | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | thread |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
thread::detach() and thread::~thread() could throw thread_resource_error while locking thread_info_mutex. Currently it is on windows only.
Note:
See TracTickets
for help on using tickets.
Fixed on trunk.