From owner-freebsd-ports@FreeBSD.ORG Tue Jun 1 22:16:41 2004 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 E17AB16A4CE; Tue, 1 Jun 2004 22:16:41 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA5A643D49; Tue, 1 Jun 2004 22:16:41 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 83A78FD05A; Tue, 1 Jun 2004 22:16:41 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 82868-10; Tue, 1 Jun 2004 22:16:41 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 13E4FFD01A; Tue, 1 Jun 2004 22:16:41 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1086152746.21857.12.camel@shumai.marcuscom.com> References: <1086152406.1411.12.camel@server.mcneil.com> <1086152746.21857.12.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1086153400.41019.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Tue, 01 Jun 2004 22:16:40 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freensd-amd64@freebsd.org cc: freebsd-gnome@freebsd.org cc: freebsd-ports@freebsd.org Subject: Re: core dumps with bash, nautilus, and gnome-vfs-daemon 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, 02 Jun 2004 05:16:42 -0000 On Tue, 2004-06-01 at 22:05, Joe Marcus Clarke wrote: > On Wed, 2004-06-02 at 01:00, Sean McNeil wrote: > > This happens with -CURRENT and all recent ports built on an amd64 arch. > > I have the core files and will do a trace when I get a working debugger. > > > > bash core dumps when I resize a gnome-terminal window. > > > > gnome-vfs-daemon and nautilus core dump when I try to start nautilus. > > If I do it from a gnome-terminal, I get the following output: > > > > nautilus in free(): error: junk pointer, too high to make sense > > nautilus in malloc(): error: recursive call > > nautilus in malloc(): error: recursive call > > Abort trap (core dumped) > > These are standard malloc issues. If you do ln -s aj /etc/malloc.conf, > do these crashes go away? > > Joe When I do that, I no longer get core, but I get nautilus nautilus in free(): warning: junk pointer, too high to make sense nautilus in free(): warning: junk pointer, too high to make sense and then the application error dialog asking to restart, close, or send report. Sean