From owner-freebsd-current@FreeBSD.ORG Fri Sep 21 18:08:18 2007 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 BCEB416A41A for ; Fri, 21 Sep 2007 18:08:18 +0000 (UTC) (envelope-from vigneron@math.polytechnique.fr) Received: from mx-b.polytechnique.fr (mx-b.polytechnique.fr [129.104.30.15]) by mx1.freebsd.org (Postfix) with ESMTP id 38CE613C4A3 for ; Fri, 21 Sep 2007 18:08:18 +0000 (UTC) (envelope-from vigneron@math.polytechnique.fr) Received: from localdomain.polytechnique.fr (hermes.math.polytechnique.fr [129.104.3.6]) by mx-b.polytechnique.fr (tbp 5.3.2/2.0.7) with ESMTP id l8LH8MFv025755 for ; Fri, 21 Sep 2007 19:08:24 +0200 Received: from localhost (localhost.math.polytechnique.fr [127.0.0.1]) by localdomain.polytechnique.fr (Postfix) with ESMTP id 114AE18741A for ; Fri, 21 Sep 2007 19:08:22 +0200 (CEST) X-Virus-Scanned: amavisd-new at math.polytechnique.fr Received: from localdomain.polytechnique.fr ([127.0.0.1]) by localhost (hermes.math.polytechnique.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PSzxnlMptl3K for ; Fri, 21 Sep 2007 19:08:13 +0200 (CEST) Received: from daphne.math.polytechnique.fr (daphne.math.polytechnique.fr [129.104.3.3]) by localdomain.polytechnique.fr (Postfix) with ESMTP id 1176318741C for ; Fri, 21 Sep 2007 19:08:13 +0200 (CEST) Received: by daphne.math.polytechnique.fr (Postfix, from userid 10074) id F351D6D604; Fri, 21 Sep 2007 19:08:12 +0200 (CEST) Date: Fri, 21 Sep 2007 19:08:12 +0200 From: Francois Vigneron To: freebsd-current@freebsd.org Message-ID: <20070921170812.GA14427@math.polytechnique.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Mailman-Approved-At: Mon, 24 Sep 2007 08:18:03 +0000 Subject: csh dumps core on logout 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: Fri, 21 Sep 2007 18:08:18 -0000 Hello. I haven't found this bug on the archive. I just installed the CURRENT-7.0 of 08/2007 and I notice the following error. If a user fills his .logout file with: [ `tty` \> "/dev/ttyv" ] && [ -x /usr/sbin/lptest ] && repeat 3 /usr/sbin/lptest clear (which prints trash if he logs at the console so nobody can reread the previous commands using the ScrollLock in the video memory) than csh dumps core at logout. The problem seem to be the 'repeat' command as I do not have problem if I use lptest && lptest && lptest instead. -- Francois