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 ?? Thanks, dh ------------------------------------------------------------------------------ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
