From owner-freebsd-gnome@FreeBSD.ORG Tue May 13 22:22:36 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 B756E37B401 for ; Tue, 13 May 2003 22:22:36 -0700 (PDT) Received: from ms-smtp-02.southeast.rr.com (ms-smtp-02.southeast.rr.com [24.93.67.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F7CD43F93 for ; Tue, 13 May 2003 22:22:35 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from mail3.nc.rr.com (fe3 [24.93.67.50])h4E5KDgs018251; Wed, 14 May 2003 01:20:13 -0400 (EDT) Received: from creme-brulee.marcuscom.com ([66.57.17.158]) by mail3.nc.rr.com with Microsoft SMTPSVC(5.5.1877.757.75); Wed, 14 May 2003 01:19:34 -0400 Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) h4E5LurT040050; Wed, 14 May 2003 01:21:56 -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: Jeremy Messenger In-Reply-To: References: <1052885267.60558.6.camel@shumai.marcuscom.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-vpFjh9kp9rd4hrc7RfcF" Organization: MarcusCom, Inc. Message-Id: <1052889730.60558.33.camel@shumai.marcuscom.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.3.3 (Preview Release) Date: 14 May 2003 01:22:10 -0400 X-Spam-Status: No, hits=-39.4 required=5.0 tests=BAYES_01,EMAIL_ATTRIBUTION,IN_REP_TO,PGP_SIGNATURE_2, QUOTED_EMAIL_TEXT,QUOTE_TWICE_1,REFERENCES, REPLY_WITH_QUOTES autolearn=ham version=2.53 X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) cc: freebsd-gnome@freebsd.org Subject: Re: seahorse crashes at the every exit in -CURRENT.. 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: Wed, 14 May 2003 05:22:37 -0000 --=-vpFjh9kp9rd4hrc7RfcF Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2003-05-14 at 00:42, Jeremy Messenger wrote: > On 14 May 2003 00:07:47 -0400, Joe Marcus Clarke =20 > wrote: >=20 > > On Tue, 2003-05-13 at 23:36, Jeremy Messenger wrote: > >> It just crashes at the every exit, which I just run and exit it. I hav= e=20 > >> ran it under the gdb, so here's info. > > > > See if this fixes it. >=20 > Nope, it doesn't fix. The result is same, crashed and I ran it under the=20 > gdb again. The info of gdb is same. Yeah. I thought it might be trying to double-free the sctx, but, in fact, it looks like they have a bit of a race condition when quitting the app. They unref the main widget, then try to destroy the context it contained. If you comment out line 288 in libseahorse/seahorse-widget.c, the problem goes away. File this with the developers if a bug doesn't exist already. They either need to not destroy the context, or fix line 545 of src/seahorse-key-manager.c not to use seahorse_widget_destroy for the data_destroy...or something else that tidies this up. Joe >=20 > Cheers, > Mezz >=20 > > Joe > > > >> > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > > >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > >> > >> I saw that '0xd0d0d0d0', so I disabled it by 'aj' in the mallco.conf a= nd=20 > >> it doesn't crash anymore. It does fix the problem with the 'aj' in the= =20 > >> malloc.conf. Let me know if I should report it to the bugzilla or so. > >> > >> Cheers, > >> Mezz --=20 PGP Key : http://www.marcuscom.com/pgp.asc --=-vpFjh9kp9rd4hrc7RfcF 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+wdKCb2iPiv4Uz4cRAtXjAJ9vhFidnMsJbcrd+lJ9vCk3sCM//QCgrL8n gxFpYtwGizf/caWu3xLFy8s= =+KAr -----END PGP SIGNATURE----- --=-vpFjh9kp9rd4hrc7RfcF--