Other | Other |
---|---|
1.3.1 ladybirdFixed | 1.4.0Fixed |
Duplicate :
|
|
Duplicate :
|
|
Duplicate :
|
UIDefaults.get() calls wait() on itself in a synchronized block and later calls notify(). In a multithreaded situation it is possible for more than one thread to be waiting for a result, so notifyAll() should be used instead. See comments section for test case which can provoke a hang.
|