On Fri, Dec 17, 2010 at 11:04 AM, Pierre Cassimans <cazz...@gmail.com> wrote:
> On 12/17/2010 10:40 AM, Carsten Haitzler (The Rasterman) wrote:
>> ooh.. wait.. you could be catching it at any point. no - you want to DISABLE
>> alignment fixups in your kernel to make sure elementary_test segv's on
>> unaligned access and have it running under gdb at the time.
>
> ok
>
> echo 5 > /proc/cpu/alignment did the trick.
>
> here is the new bt
> Program received signal SIGBUS, Bus error.
> _edje_part_recalc_single_aspect (ed=0x0, ep=0x0, desc=0x0,
>    chosen_desc=0x906ec, rel1_to_x=0x150, rel1_to_y=0x0,
> rel2_to_x=0x4048df10,
>    rel2_to_y=0x2f6d6c65, confine_to=0x0, params=0x2f657361) at
> edje_calc.c:427
> 427     edje_calc.c: No such file or directory.
>        in edje_calc.c
> (gdb) bt
> #0  _edje_part_recalc_single_aspect (ed=0x0, ep=0x0, desc=0x0,
>    chosen_desc=0x906ec, rel1_to_x=0x150, rel1_to_y=0x0,
> rel2_to_x=0x4048df10,
>    rel2_to_y=0x2f6d6c65, confine_to=0x0, params=0x2f657361) at
> edje_calc.c:427
> #1  _edje_part_recalc_single (ed=0x0, ep=0x0, desc=0x0,
> chosen_desc=0x906ec,
>    rel1_to_x=0x150, rel1_to_y=0x0, rel2_to_x=0x4048df10,
>    rel2_to_y=0x2f6d6c65, confine_to=0x0, params=0x2f657361)
>    at edje_calc.c:1312
> #2  0x4042df24 in _edje_part_recalc (ed=0x40022ee0, ep=0x912c8,
>    flags=-1093060952) at edje_calc.c:1810
> #3  0x40430e70 in _edje_recalc_do (ed=0x86ac0) at edje_calc.c:268
> #4  0x4046928c in _edje_smart_resize (obj=<value optimized out>,
>    w=<value optimized out>, h=1) at edje_smart.c:224
> #5  0x4082a61c in evas_object_resize (obj=0x86998, w=1, h=1)
>    at evas_object_main.c:511
> #6  0x40050624 in _smart_reconfigure (sd=0x86858) at elm_widget.c:2425
> #7  0x4082a61c in evas_object_resize (obj=0x86708, w=1, h=1)
>    at evas_object_main.c:511
> #8  0x4004b118 in elm_win_resize_object_add (obj=0x85bd8, subobj=0x86708)
>    at elm_win.c:1127
> #9  0x00013c44 in my_win_main (argc=<value optimized out>,
>    argv=<value optimized out>) at test.c:201
> #10 elm_main (argc=<value optimized out>, argv=<value optimized out>)
>    at test.c:404
> ---Type <return> to continue, or q <return> to quit---
> #11 0x40d9b038 in __libc_start_main () from /lib/libc.so.6
> #12 0x00013b00 in _start ()

That's really weird, I do have a target that highly dislike memory
misalignment and do use the fixed point math, and I don't see that
issue at all. Maybe you have some special configuration with eina
memory pool. What is the content of eina configure report (the last
few lines) ?
-- 
Cedric BAIL

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to