Open
Bug 841849
Opened 13 years ago
Updated 3 years ago
Make mozilla::CondVar::Wait infallible
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: bent.mozilla, Unassigned)
Details
Is there any reason to expect callers to handle errors here? It seems rare that the result from PR_WaitCondVar is checked at all, and I don't know how you would handle it properly in most cases...
What do you guys think?
Comment 1•13 years ago
|
||
Yeah, I can't see any reason for it to be fallible. We don't use PR_Interrupt.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•