Skip site navigation (1)Skip section navigation (2)
Date:      10 May 2003 17:52:55 -0400
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        Franz Klammer <klammer@webonaut.com>
Cc:        FreeBSD GNOME Users <gnome@freebsd.org>
Subject:   Re: HEADS UP TESTERS: Recent GNOME 2.3 problems
Message-ID:  <1052603575.98015.21.camel@shumai.marcuscom.com>
In-Reply-To: <2484.212.41.243.29.1052603366.squirrel@mail.webonaut.com>
References:  <1052595957.98015.18.camel@shumai.marcuscom.com> <2484.212.41.243.29.1052603366.squirrel@mail.webonaut.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-VdUQ58qaLbTV+yXHMpBH
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Sat, 2003-05-10 at 17:49, Franz Klammer wrote:
> hi!
>=20
> maybe i'm completely wrong but i think here's a typo in
> bonobo-activation/bonobo-activation-fork-server.c on line 364:
>=20
>  } else if ((childpid =3D fork ())) {
>                 _exit (0);      /* de-zombifier process, just exit */
>=20
> my knowledge of C tells me that this should look like
>=20
>  } else if ((childpid =3D=3D fork ())) {
>=20
> i've changed it and it seem's this removes at least the thing with the
> zombie.

No, the code is correct the way it is.  What it's saying is:

if (((childpid =3D fork()) !=3D 0)) {

Which basically says, "if, after the fork, the code is executing in the
parent, do the following."

Joe

>=20
> franz
>=20
> Joe Marcus Clarke sagte:
> > This ain't good news.  The recent updates to libbonobo and Nautilus
> > (possibly gnomevfs2 actually) causes applications to lockup and/or cras=
h
> > on -CURRENT.  -STABLE seems to be unaffected, and working quite well.
> > For that reason, I recommend sticking with nautilus2-2.2.4, and
> > gnomevfs2-2.2.4 as well as libbonobo-2.2.1 and bonobo-activation-2.2.1.=
1
> > for the time being.  If you want to help me track down the problem, by
> > all means, upgrade to the "bad" versions, and start troubleshooting.  I
> > spent last night hammering away at the bonobo problems, and ended up
> > filing:
> >
> > http://bugzilla.gnome.org/show_bug.cgi?id=3D112725
> >
> > Joe
> >
> > --
> > PGP Key : http://www.marcuscom.com/pgp.asc
> >
--=20
PGP Key : http://www.marcuscom.com/pgp.asc

--=-VdUQ58qaLbTV+yXHMpBH
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)

iD8DBQA+vXS3b2iPiv4Uz4cRArLiAJ9oLxGoXfwfsTgDH4Q4Kww/lXKHrwCdGSTr
85yhEK3JUhO0ztz82R2NKC8=
=5a6P
-----END PGP SIGNATURE-----

--=-VdUQ58qaLbTV+yXHMpBH--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1052603575.98015.21.camel>