From owner-freebsd-gnome@FreeBSD.ORG Mon Apr 3 03:41:55 2006 Return-Path: X-Original-To: freebsd-gnome@freebsd.org 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 1D00F16A422 for ; Mon, 3 Apr 2006 03:41:55 +0000 (UTC) (envelope-from bland@FreeBSD.org) Received: from smtp1.jp.viruscheck.net (smtp1.jp.viruscheck.net [154.33.69.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C82E43D46 for ; Mon, 3 Apr 2006 03:41:54 +0000 (GMT) (envelope-from bland@FreeBSD.org) Received: from scan1.jp.viruscheck.net ([154.33.69.36] helo=mail1.jp.viruscheck.net) by smtp1.jp.viruscheck.net with esmtp (Exim 3.36 #1) id 1FQFwq-0000oA-00; Mon, 03 Apr 2006 12:41:48 +0900 Received: from [125.206.34.113] (helo=noc.orchid.orchidtechnology.com) by mail1.jp.viruscheck.net with esmtp (Exim 3.36 #3) id 1FQFwp-0007iL-00; Mon, 03 Apr 2006 12:41:48 +0900 Received: from [89.60.10.11] (horse.orchid.orchidtechnology.com [89.60.10.11]) by noc.orchid.orchidtechnology.com (8.13.4/8.13.4) with ESMTP id k333fkpv076574; Mon, 3 Apr 2006 12:41:47 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <4430997A.4050808@FreeBSD.org> Date: Mon, 03 Apr 2006 12:41:46 +0900 From: Alexander Nedotsukov User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Michael Tran References: <4011f09c0604010423j14abaa8av1405355e0bd86fdf@mail.gmail.com> <1143920485.93878.30.camel@fido.e-utp.net> <1143922769.39070.1.camel@fido.e-utp.net> <4011f09c0604011650q4b5f714cr16753ad3d3a3574f@mail.gmail.com> <4011f09c0604012105r5e21b715h73655efbd5b546ac@mail.gmail.com> In-Reply-To: <4011f09c0604012105r5e21b715h73655efbd5b546ac@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-gnome@FreeBSD.org Subject: Re: gedit 2.14.1 crashes on exit X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2006 03:41:55 -0000 Looks like some C++ module with global objects unloaded before dtors called. From the past experience. Do you have aspell plugin enabled in gedit? If so what happend if you disable it (disable, close&crash gedit then check again). Alexander. > I have just tried: > 1. rm -fr ~/.gconf* and running and closing gedit but the error > message still appears. > 2. editing /etc/make.conf with that found in FAQ #3 from your link. > Removed gedit and readded it using the ports. Still the same error. > Was I supposed to reinstall all of gnome with the debug flags? > 3. creating a new user, logging in with that user and running/closing > gedit. Still the same problem. > > Sorry, I didn't know attachments got removed. Here is the latest > backtrace (with the /etc/make.conf additions). > http://dublue.com/gedit2.14.1.txt >