Re: [E-devel] strange bug with Ecore and timers

2007-11-01 Thread Brett Nash
On Thu, 2007-11-01 at 23:22 +0100, Mathieu SCHROETER wrote: > Hello, > > I've a strange bug with Ecore when I will add a timer after the > ecore_main_loop_begin (); when this main_loop is in a pthread. To the best of my knowledge, ecore's main loop doesn't really handle events being posted in ot

Re: [E-devel] strange bug with Ecore and timers

2007-11-01 Thread Mathieu SCHROETER
Mathieu SCHROETER a écrit : > > If you uncomment the lines 52 and 53. Then timer1 is created > before ecore_main_loop_begin (); and in this case, after 5 seconds > in this example, the timer2 is created too.. and the output is : > Sorry, in the attached file the lines are already uncommented.. j