raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=b9e0772533878b0b0a161eb6b316c23e4978cc49

commit b9e0772533878b0b0a161eb6b316c23e4978cc49
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Dec 20 22:35:56 2016 +0900

    evas - async preload - stop hang when missing wakeup of preload data
    
    this isn't pretty and i think some stuff needs a redesign... but...
    this should fix T5025
    
    @fix
---
 src/lib/evas/cache/evas_cache_image.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/evas/cache/evas_cache_image.c 
b/src/lib/evas/cache/evas_cache_image.c
index 9cf9e97..699a2df 100644
--- a/src/lib/evas/cache/evas_cache_image.c
+++ b/src/lib/evas/cache/evas_cache_image.c
@@ -394,6 +394,7 @@ _evas_cache_image_async_heavy(void *data)
 
    LKL(wakeup);
    current->flags.preload_pending = 0;
+   eina_condition_broadcast(&cond_wakeup);
    LKU(wakeup);
 }
 

-- 


Reply via email to