hey,

currently, on Windows, i build evas without async preload (expedite 
segfault in evas_object_text, i don't know why at all).

The problem of building evas without async preload is that there is a 
plethora of messages that are sidplayed in the terminal. The reason is:

1) in evas_common.h, LKT is defined as 0

2) in evas_image_scalecache.c, the code

#if 1
    ret = LKT(im->cache.lock);
    if (ret == EINA_FALSE) /* can't get image lock */

is the problem. ret is always 0, hence all those messages in the terminal 
(see the body of the check)

What can be done to avoid that problem ?

Vincent

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger. 
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Data protection magic?
Nope - It's vRanger. Get your free trial download today. 
http://p.sf.net/sfu/quest-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to