| Summary: | Display#addSync() waits infinitely under certain circumstances | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Rüdiger Herrmann <ruediger.herrmann> | ||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | fr.appel | ||||
| Version: | 1.1 | ||||||
| Target Milestone: | 1.2 M7 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Rüdiger Herrmann
Created attachment 132337 [details]
Proposed fix
Added a check to SyncRunnable#block() to see if notifyAll() was called before entering wait()
*** Bug 220981 has been marked as a duplicate of this bug. *** After some more testing , I decided to commit the changes. |