Opened 10 years ago
Closed 10 years ago
#7882 closed Bugs (fixed)
wrong exception text from condition_variable::wait(unique_lock<mutex>&)
| Reported by: | Owned by: | viboes | |
|---|---|---|---|
| Milestone: | Boost 1.53.0 | Component: | thread |
| Version: | Boost 1.52.0 | Severity: | Problem |
| Keywords: | Cc: |
Description
In condition_variable::wait(unique_lock<mutex>& m) if the call to pthread_cond_wait fails then the exception says
"boost:: condition_variable constructor failed in pthread_cond_wait"
but it isn't in a constructor.
Change History (3)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
| Milestone: | To Be Determined → Boost 1.53.0 |
|---|
comment:3 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed revision [82491].
Note:
See TracTickets
for help on using tickets.

Changeset [82457] by viboes