Re: GTK+ fork() and xscreensaver-demo 4.00 execution problem



Taura Milana <learfox furry ao net> writes: 
I would like to confirm, whether or not GTK+ should fail when
fork()'ed and then a call of a non-existent object using exec*()'s
family of functions.

No, it should not fail. However you can't use GTK from the child
process until after an exec() succeeds. (Which means only in the new
exec'd app.)

Havoc



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