Hello
I got this error to.
I try to debug this module with tutorial on get-e.org, and probably
found where is dividing by zero (well i think so :)). May be this
information weel be useful:

#8  0xb785d035 in _taskbar_resize_handle (b=0x857aa20) at
e_mod_main.c:451 451        wnum2 = w / wmin;
(gdb) l
446        if (!b->icons)
447          return;
448        ic = b->icons->data;
449        wnum = evas_list_count(b->borders);
450        edje_object_size_min_calc(ic->o_holder, &wmin, &hmin);
451        wnum2 = w / wmin;
452        if (wnum < wnum2)
453          wnum2 = wnum;
454        if (wnum2 < 1)
455          wnum2 = 1;
(gdb) p wmin
$1 = 0

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to