From owner-freebsd-gnome@FreeBSD.ORG Sat May 10 14:53:04 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4B63A37B401 for ; Sat, 10 May 2003 14:53:04 -0700 (PDT) Received: from ms-smtp-03.southeast.rr.com (ms-smtp-03.southeast.rr.com [24.93.67.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id F10A943F85 for ; Sat, 10 May 2003 14:53:02 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail4.nc.rr.com (fe4 [24.93.67.51])h4ALpZMq027939; Sat, 10 May 2003 17:51:35 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail4.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Sat, 10 May 2003 17:55:06 -0400 Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) h4ALn1aa004627; Sat, 10 May 2003 17:49:01 -0400 (EDT) (envelope-from marcus@marcuscom.com) X-Authentication-Warning: creme-brulee.marcuscom.com: shumai.marcuscom.com [192.168.1.4] didn't use HELO protocol From: Joe Marcus Clarke To: Franz Klammer 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> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-VdUQ58qaLbTV+yXHMpBH" Organization: MarcusCom, Inc. Message-Id: <1052603575.98015.21.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.3 (Preview Release) Date: 10 May 2003 17:52:55 -0400 X-Spam-Status: No, hits=-39.2 required=5.0 tests=BAYES_00,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: FreeBSD GNOME Users Subject: Re: HEADS UP TESTERS: Recent GNOME 2.3 problems X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 21:53:04 -0000 --=-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--