ge.net>;
Cc:
Sent: 2013-01-15 (화) 01:23:17
Subject: [E-devel] evas map SIGFPE
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
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