so it seems the lines

        pt->u = ((lround(p->u) * imagew) / uvw) * FP1;
        pt->v = ((lround(p->v) * imageh) / uvh) * FP1;

in evas_object_map_update() can trigger a SIGFPE pretty easily when playing 
with PROXY parts with image sources in edc since there's no checks for uvw/uvh 
to be 0

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to