Hi Pierre-Olivier,

We are looking at this and hope that today, we will be able to give you 
a response.

Best regards
Daniel

On 10/22/2012 02:36 PM, Pierre-Olivier Huguet wrote:
> Hi all,
>
> I have a program which uses partially ecore_main_loop; it runs several 
> tasks like this :
>
> eina_init();
> ecore_ini();
> ecore_con_init();
> ecore_con_url_init();
>
> [do some stuff]
> ecore_main_loop_begin();
>
> ecore_con_url_shutdown();
> ecore_con_shutdown();
> ecore_shutdown();
> eina_shutdown();
>
> (I know that the whole program should be running in ecore_main_loop 
> and we shouldn't make successive init / shutdown like that, but that's 
> not possible right now)
>
> Since eo, this program fails on the 2nd task with init / main loop / 
> shutdown, while it used to run fine.
>
> See attached sample program (always fails on 2nd loop and then is 
> stucked in the main loop)
>
> Can someone take a look at this ?
> Thx !
>
>
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
>
>
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to