Hi, this is my first post in this mail list, i'm build  the last
version (HEAD) of Elementary, but at first running a core dump rised,
i know nothing
about EFL, and started to learn it now, so it seems to be a division
by zero at lib Elementary.
The error occurred in a application know as Enna, which uses Elementary

FEDORA 13 (x86)

Best regards, follows the gdb output:

(gdb) bt
#0  0x00151a5b in _item_place (item=0x84c0988, cx=0, cy=0) at elm_gengrid.c:985
#1  0x001531ef in _pan_calculate (obj=0x84bfc30) at elm_gengrid.c:1258
#2  0x0034a24c in evas_call_smarts_calculate (e=0x80ddb30) at
evas_object_smart.c:843
#3  0x0036ac03 in evas_render_updates_internal (e=0x80ddb30,
make_updates=1 '\001', do_draw=1 '\001') at evas_render.c:971
#4  0x001fdde9 in _ecore_evas_x_render (ee=0x80dd648) at ecore_evas_x.c:415
#5  0x001f455e in _ecore_evas_idle_enter (data=0x0) at ecore_evas.c:47
#6  0x002ff4d5 in _ecore_idle_enterer_call () at ecore_idle_enterer.c:146
#7  0x003012bb in _ecore_main_loop_iterate_internal (once_only=0) at
ecore_main.c:1293
#8  0x00301637 in ecore_main_loop_begin () at ecore_main.c:628
#9  0x08053f1f in main (argc=1, argv=0xbfffefb4) at enna.c:646
(gdb) f 0
#0  0x00151a5b in _item_place (item=0x84c0988, cx=0, cy=0) at elm_gengrid.c:985
985             items_visible = vh / item->wd->item_height;
(gdb) print item
$2 = (Elm_Gengrid_Item *) 0x84c0988
(gdb) print item->wd
$3 = (Widget_Data *) 0x84ba8c0
(gdb) print item->wd->item_height
$4 = 0
(gdb) l
980
981        if (item->wd->horizontal)
982          {
983             int columns, items_visible, items_row;
984
985             items_visible = vh / item->wd->item_height;
986             if (items_visible < 1)
987                items_visible = 1;
988
989             columns = item->wd->count / items_visible;
(gdb) print vh
$6 = 0
(gdb) quit

------------------------------------------------------------------------------
The Next 800 Companies to Lead America's Growth: New Video Whitepaper
David G. Thomson, author of the best-selling book "Blueprint to a 
Billion" shares his insights and actions to help propel your 
business during the next growth cycle. Listen Now!
http://p.sf.net/sfu/SAP-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to