Re: fork



> Andrea Bosio wrote:
> 
> > Hello all.
> >
> > Why can't I fork in my gnome applications?
> >
> > After a fork I get a lot of:
> > Xlib: unexpected async reply (sequence 0x15a)!
> > and normally the app crashes.
> >
> > How can I do something like a fork in a gnome app?

When you fork, you dup all the X fds.  Are you trying to do X calls in
the child?

	Jeff






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]