Re: GTK+ fork() and xscreensaver-demo 4.00 execution problem
- From: Havoc Pennington <hp redhat com>
- To: learfox furry ao net
- Cc: GTK App Devel <gtk-app-devel-list gnome org>, jwz jwz org
- Subject: Re: GTK+ fork() and xscreensaver-demo 4.00 execution problem
- Date: 21 Feb 2002 10:33:14 -0500
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]