Re: [E-devel] rev 40847 breaks ecore main loop on Windows

2009-05-31 Thread Vincent Torri
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 immediate

Re: [E-devel] rev 40847 breaks ecore main loop on Windows

2009-05-31 Thread Gustavo Sverzut Barbieri
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 untouch

Re: [E-devel] Ecore_X API break

2009-05-31 Thread nomaafa
Vincent, I have latest ecore and esmart and whene I run esmart_test, this gives Esmart_Trans Error: Could not read root window pixmap property! Esmart_Trans Error: Cannot create transparency pixmap: no valid wallpaper and no background color set. can you help. thanks - Mail Original

[E-devel] rev 40847 breaks ecore main loop on Windows

2009-05-31 Thread Vincent Torri
Gustavo, your commit about ecore_idle* breaks the main loop on Windows XP. I have a segmentation somewhere when the loop iterates but i can't track it with gdb, nor with some printf (the stack is maybe corrupted somewhere). Before your commit, the main loop works well. Vincent --