From owner-freebsd-ports@FreeBSD.ORG Tue Nov 4 19:43:11 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1476216A4CE; Tue, 4 Nov 2003 19:43:11 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu74-159-108.nc.rr.com [24.74.159.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id C958543F85; Tue, 4 Nov 2003 19:43:09 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [192.168.1.4] (shumai.marcuscom.com [192.168.1.4]) hA53fduI013403; Tue, 4 Nov 2003 22:41:39 -0500 (EST) (envelope-from marcus@marcuscom.com) From: Joe Marcus Clarke To: Simon Barner In-Reply-To: <20031105032628.GA2172@zi025.glhnet.mhn.de> References: <1067954680.878.1.camel@debianito.inferno> <20031104161405.GJ96543@toxic.magnesium.net> <20031104180053.GA47902@zi025.glhnet.mhn.de> <20031105032628.GA2172@zi025.glhnet.mhn.de> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-1D6L4XH8GVE+nB8l8htJ" Organization: MarcusCom, Inc. Message-Id: <1068003779.67120.14.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 04 Nov 2003 22:42:59 -0500 X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on creme-brulee.marcuscom.com cc: Diabolo cc: freebsd-ports@freebsd.org Subject: Re: gnome 2.4 freezee some apps X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Nov 2003 03:43:11 -0000 --=-1D6L4XH8GVE+nB8l8htJ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Tue, 2003-11-04 at 22:26, Simon Barner wrote: > I think this whole story is related with recent changes to some bonobo st= uff > that is documented in the GNOME cvs repository: >=20 Exactly what versions of libbonobo[ui] do you have installed? > I ran galeon under gdb (on -CURRENT). I have attached the full backtrace > of a crash (with debugging symbols for galeon2, glib20 and libbonobo. Looks like a race to free an object. I've seen this before in gnome-panel. >=20 > I found a work-around for this bug: Commenting out the explicit > destruction of automation factory (patch that also enables additional > debugging output is attached) makes the Galeon process terminate quickly > and cleanly (on both -STABLE and -CURRENT). >=20 > I know that this is a really ugly `solution', and I wonder whether this > will leak some memory in libbono (the Galeon process is doomed to die at > this time of the execution anyway, so there should be no problem - of > course from the memory point of view). Yep. It would be better to make sure we free what we malloc, and only do so once. The crash only occurs on -CURRENT due to extra malloc debugging. Doing: # ln -s aj /etc/malloc.conf Will most likely prevent the bus error. > Well, perhaps you or someone can find the real cause of the troubles from > the attached material - for now the proposed patch will do for me. I'll take a look, but I first need to know the exact version of all your installed ports. Joe >=20 > Simon --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-1D6L4XH8GVE+nB8l8htJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQA/qHHDb2iPiv4Uz4cRAkPcAJ91ueGsDNtM44tcsav+fTKzJm58+gCbBU7T kNKzi+WbDGKV4kDmgZiv7EA= =pK24 -----END PGP SIGNATURE----- --=-1D6L4XH8GVE+nB8l8htJ--