On Sat, May 15, 2010 at 4:32 AM, Christopher Michael
<[email protected]> wrote:
> Working on an app that uses pause() to sleep until another process is
> finished it's setup, but I ran into an ecore_x issue.
>
> The first process spawns the second one, then calls 'pause()' to wait
> for the second process to get setup.
>
> The problem is that in the second process, ecore_x_init is called ...
> and something in ecore_x_init is causing my "pause()" to return ... so
> something in ecore_x_init is sending a signal to terminate, or a signal
> that is triggering a signal-catch function somewhere.
>
> In a nutshell, ecore_x is causing my pause() to return too early :(
> Anyone with some thoughts/suggestions ??

use ecore main loop primitives, like timer, fd or events for signal watching.

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: [email protected]
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------

_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to