On Mon, 1 Jun 2009, Gustavo Sverzut Barbieri wrote:

> On Mon, Jun 1, 2009 at 5:14 AM, Vincent Torri <[email protected]> wrote:
>>
>>
>> On Sun, 31 May 2009, Gustavo Sverzut Barbieri wrote:
>>
>>> That's really weird, we walk just part of the list, never delete nodes
>>> and compares pointers that we use before, so it should never happen.
>>> Maybe a bug somewhere else tha is now exposed? Remember that functions
>>> that would run immediatelly are now postponed, so things that were
>>> free but were untouched can now be changed...
>>>
>>> anyways, on the bus to my home now, can look into this tomorrow.
>>
>> sorry, it's my fault, i had in a configuration a -fomit-frame-pointer in my
>> flags, which corrupted the stack.
>>
>> I'm sorry for the noise
>
> Ok, but what was the problem? :-)

I have a script that compiles and install the efl, and create an installer 
for Windows. I use some flags for the compilation, and 
-fomit-frame-pointer was one of those flags. I don't understand why but, 
when i compiled with the latest source code, there was a seg fault, the bt 
of gdb being totally useless (but according to the doc, it's not 
surprising that gdb is lost with that option)

Then i reverted your commit, but i didn't use the same compilation flags, 
hence no error. I found that very strange as your commit is simple, with 
no error (like a wrong cast, for example).

Then i did some tests with different compilation flags to test the latest 
code, and, when removing -fomit-frame-pointer, everything was fine.

Vincent

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to