From owner-freebsd-current@FreeBSD.ORG Sat Jan 12 17:50:55 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B71A16A417 for ; Sat, 12 Jan 2008 17:50:55 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.freebsd.org (Postfix) with ESMTP id C763013C467 for ; Sat, 12 Jan 2008 17:50:54 +0000 (UTC) (envelope-from chrcoluk@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so900358uge.37 for ; Sat, 12 Jan 2008 09:50:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=hx6lbA6HcNtMjRSzhBfSoskb4qVJvtcGAz4pVZZCC30=; b=I3DzLGFa4s0y9x9+oTEGGioAh/7LuwYDukioEeHXk6mtxbRCKQk/I+6SgCfbXZm+m3G8bpa9xmllGlCOaUvmwODa2UZ1UzP11oXfJ3KZDgRyburraml+VPvbSOJTtsMTvyIhBqTmat79uIsXQwjBG+dEIASmDyvQASc6aI+Ry4U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TwG5OJyqLNN420+FgPJe0cG2y+D5c9g3hQ2MoTyixpGopgpJLjLoZsvU+k4kr+SojAR++2MG/zG5Dju9Kq7/2YCVAi4eAcLOAcd9ilh5yWZ0O9qT4NZLy84ZtzWwj5/bCuhBF25AaPJxvO6opKRBfeHBqUn11E77KuTw5Yztwb0= Received: by 10.67.121.2 with SMTP id y2mr1425242ugm.78.1200160253624; Sat, 12 Jan 2008 09:50:53 -0800 (PST) Received: by 10.66.219.18 with HTTP; Sat, 12 Jan 2008 09:50:53 -0800 (PST) Message-ID: <3aaaa3a0801120950o6b4c9a07x21632fd24d20888@mail.gmail.com> Date: Sat, 12 Jan 2008 17:50:53 +0000 From: Chris To: "Kris Kennaway" In-Reply-To: <4788F5C0.4040409@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3aaaa3a0801111919w138a5d77o201d0521b95d1e01@mail.gmail.com> <4788F5C0.4040409@FreeBSD.org> Cc: FreeBSD Current Subject: Re: csh core dumping 7.0-rc1 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: Sat, 12 Jan 2008 17:50:55 -0000 > That backtrace is garbage, of course :) Try rebuilding csh and the > libraries with CFLAGS+=-ggdb and STRIP= (i.e. set to the empty string). > This will allow a meaningful backtrace when it crashes. > > Kris > > > Kris please halt this investigation and thanks for your time on this. when I did the 2nd bt I had noticed it was using the local iconv which incidently was installed by directadmin a 3rd party application, diectadmin usually causes no problems such as this but they have no freebsd7 specific version yet and whats happened is I installed the freebsd6 version and it in its installation script has installed some freebsd6 version of these packages one of them been iconv. I just recompiled iconv from ports and csh no longer crashes. I apologise for wasting your time on this issue. Chris