From owner-freebsd-bugs@FreeBSD.ORG Sat Jun 21 09:30:10 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46037106564A for ; Sat, 21 Jun 2008 09:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB9F8FC37 for ; Sat, 21 Jun 2008 09:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5L9U9ta010646 for ; Sat, 21 Jun 2008 09:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5L9U93L010643; Sat, 21 Jun 2008 09:30:09 GMT (envelope-from gnats) Date: Sat, 21 Jun 2008 09:30:09 GMT Message-Id: <200806210930.m5L9U93L010643@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Gavin Atkinson Cc: Subject: Re: bin/50118: calendar(1) dumps core if there is ./calendar/ X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Gavin Atkinson List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2008 09:30:10 -0000 The following reply was made to PR bin/50118; it has been noted by GNATS. From: Gavin Atkinson To: bug-followup@FreeBSD.org Cc: Subject: Re: bin/50118: calendar(1) dumps core if there is ./calendar/ Date: Sat, 21 Jun 2008 10:24:45 +0100 (BST) I can still recreate the coredump on 6.x when there is a "calendar" directory in the current directory, but not a file. On 7.x, neither cause a core dump. Although I believe the real fix is in cpp(1) and not calendar(1), the patch in the PR is a step in the right direction, and would at least mask the problems currently seen.