On 5/16/07, Claudio Ciccani <[EMAIL PROTECTED]> wrote: > When the master forks (with FFA_FORK on), fusion duplicates all local > refs and, after that, fusion_arena_exit() always returns DFB_BUSY. > > Another problem I'm trying to fix is the deinitialization of shared > memory pools. After forking, shared memory is not duplicated, therefore > if the parent (master) exits, there are failing assertions (mainly about > shm magics) in the child and in the slaves.
In our system, we get around these problems by having a very simple master process that never dies and that doesn't allocate any objects. _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
