From owner-freebsd-current@FreeBSD.ORG Sun Jul 20 18:30:53 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 8745D1065671 for ; Sun, 20 Jul 2008 18:30:53 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 086278FC1A for ; Sun, 20 Jul 2008 18:30:52 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl10-74.kln.forthnet.gr [77.49.137.74]) (authenticated bits=128) by igloo.linux.gr (8.14.3/8.14.3/Debian-4) with ESMTP id m6KIUaCn007159 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 20 Jul 2008 21:30:42 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m6KIUaod009782; Sun, 20 Jul 2008 21:30:36 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m6KIUZqd009781; Sun, 20 Jul 2008 21:30:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) From: Giorgos Keramidas To: "Paul B. Mahol" References: <3a142e750801220927q3b818ecg464c6319b5be30ca@mail.gmail.com> <3a142e750806030316s4b1145eck3062baf16ed3f4cf@mail.gmail.com> <87od6i8tjo.fsf@kobe.laptop> Date: Sun, 20 Jul 2008 21:30:35 +0300 In-Reply-To: <87od6i8tjo.fsf@kobe.laptop> (Giorgos Keramidas's message of "Tue, 03 Jun 2008 17:47:07 +0300") Message-ID: <871w1o4ddg.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-MailScanner-ID: m6KIUaCn007159 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.79, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.61, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-current Subject: Re: tcsh coredumps 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: Sun, 20 Jul 2008 18:30:53 -0000 On Tue, 03 Jun 2008 17:47:07 +0300, Giorgos Keramidas wrote: > On Tue, 3 Jun 2008 12:16:19 +0200, "Paul B. Mahol" wrote: >> Reminder that fix is still not available in HEAD. >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=124191 > > No, it isn't. Sorry for that. I'll see if we are waiting for a new > tcsh drop for HEAD, and if not we'll have to take the file off the > vendor branc, I guess :-/ > > I've assigned the PR to me now... Fixed in HEAD. This is a long standing crash in tcsh, but I've committed the fix to svn:base/head/ and will merge it to stable branches in a couple of days. Note that the xgetpass() code is *still* broken. It fails to authenticate correctly even if you give the correct password. At least it doesn't crash now :)