Opened 10 years ago

Closed 10 years ago

#7882 closed Bugs (fixed)

wrong exception text from condition_variable::wait(unique_lock<mutex>&)

Reported by: Jonathan Wakely <jwakely.boost@…> 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 viboes, 10 years ago

Owner: changed from Anthony Williams to viboes
Status: newassigned

comment:2 by viboes, 10 years ago

Milestone: To Be DeterminedBoost 1.53.0

Changeset [82457] by viboes

comment:3 by viboes, 10 years ago

Resolution: fixed
Status: assignedclosed

Committed revision [82491].

Note: See TracTickets for help on using tickets.