Re: [E-devel] evas/e17 crash on MacOS

2011-05-30 Thread The Rasterman
On Tue, 17 May 2011 14:19:58 -0700 Dave Ray cl...@jonive.com said: could you compile with -O1 or -O0 optimizations? aqs such looking here: #8 _op_copy_c_dp_mmx (s=0x0, m=0x0, c=4294967295, d=0x6cf, l=436) at #op_copy_color_i386.c:12 or here: #8 0x0001005ac150 in _op_copy_c_dp (s=0x0,

Re: [E-devel] evas/e17 crash on MacOS

2011-05-20 Thread Andreas Volz
Am Tue, 17 May 2011 14:19:58 -0700 schrieb Dave Ray: Hello Dave, I didn't look deeper into your backtrace. And I even think there're people who know the code better. But may I give you some hint? Recompile the source code with CFLAGS=-ggdb -O0 or CFLAGS=-g -O0. In the backtrace are many values

[E-devel] evas/e17 crash on MacOS

2011-05-17 Thread Dave Ray
I'm trying to fix a crash in e17 that seems to always happen the first time I run it after bootup. This problem has existed for at least 2 years, but I'm only looking at it now, as most other bugs have now been fixed. I followed instructions on the e17 debugging page, and rebuilt all the libs