From owner-freebsd-current@FreeBSD.ORG Tue Jan 17 15:30:29 2006 Return-Path: X-Original-To: freebsd-current@www.freebsd.org Delivered-To: freebsd-current@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C54816A41F for ; Tue, 17 Jan 2006 15:30:29 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id B040043D46 for ; Tue, 17 Jan 2006 15:30:28 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k0HFULT7022617; Tue, 17 Jan 2006 07:30:21 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k0HFUL1K022616; Tue, 17 Jan 2006 07:30:21 -0800 (PST) (envelope-from sgk) Date: Tue, 17 Jan 2006 07:30:21 -0800 From: Steve Kargl To: Goran Gajic Message-ID: <20060117153021.GA22577@troutmask.apl.washington.edu> References: <84dead720601170605m406353b5nfbe9e4f2890b59b4@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-current@www.freebsd.org Subject: Re: recent changes to libc on amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jan 2006 15:30:29 -0000 On Tue, Jan 17, 2006 at 03:52:58PM +0100, Goran Gajic wrote: > > I have already tried - malloc.c 1.93, 1.94 and 1.95 seems to break > joe and Xorg on amd64 (so far only two applications I have found not > working). On i386 so far I haven't experienced such problems. > I have tried switching back to malloc.c 1.92 and I don't experience any > problems on amd64. Running joe through gdb reports that it breaks > somewhere in libncurses.. The problem with Xorg on amd64 is known, and I believe Jason intends to look into the problem when his hardware arrives. The prolem with joe appears to be new. Can you build libncurses and joe with debugging symbol to get more information? Can rebuild joe with electric fence? Also, read the malloc manpage for setting various flags. -- Steve