From owner-freebsd-gnome@FreeBSD.ORG Sat May 10 14:49:33 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 A7F9D37B401 for ; Sat, 10 May 2003 14:49:33 -0700 (PDT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id A654F43FE9 for ; Sat, 10 May 2003 14:49:32 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id BCDC17644D; Sat, 10 May 2003 23:49:29 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 43301-10; Sat, 10 May 2003 23:49:27 +0200 (CEST) Received: from mail.webonaut.com (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with SMTP id E1C2C7644B; Sat, 10 May 2003 23:49:26 +0200 (CEST) Received: from janeway.webonaut.com ([212.41.243.29]) (proxying for 212.41.243.28) (SquirrelMail authenticated user klammer) by mail.webonaut.com with HTTP; Sat, 10 May 2003 23:49:26 +0200 (CEST) Message-ID: <2484.212.41.243.29.1052603366.squirrel@mail.webonaut.com> In-Reply-To: <1052595957.98015.18.camel@shumai.marcuscom.com> References: <1052595957.98015.18.camel@shumai.marcuscom.com> Date: Sat, 10 May 2003 23:49:26 +0200 (CEST) From: "Franz Klammer" To: "Joe Marcus Clarke" User-Agent: SquirrelMail/1.4.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new cc: gnome@freebsd.org 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:49:34 -0000 hi! maybe i'm completely wrong but i think here's a typo in bonobo-activation/bonobo-activation-fork-server.c on line 364: } else if ((childpid = fork ())) { _exit (0); /* de-zombifier process, just exit */ my knowledge of C tells me that this should look like } else if ((childpid == fork ())) { i've changed it and it seem's this removes at least the thing with the zombie. franz 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 crash > 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=112725 > > Joe > > -- > PGP Key : http://www.marcuscom.com/pgp.asc > -- http://webonaut.com/ mailto:klammer@webonaut.com