From owner-freebsd-current Tue Jan 21 15:43:38 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C3A737B401 for ; Tue, 21 Jan 2003 15:43:37 -0800 (PST) Received: from mail.dada.it (mail2.dada.it [195.110.100.2]) by mx1.FreeBSD.org (Postfix) with SMTP id F3EFE43F1E for ; Tue, 21 Jan 2003 15:43:29 -0800 (PST) (envelope-from riccardo@torrini.org) Received: (qmail 13029 invoked from network); 21 Jan 2003 23:43:24 -0000 Received: from unknown (HELO torrini.org) (195.110.114.101) by mail.dada.it with SMTP; 21 Jan 2003 23:43:24 -0000 Received: from trudy.torrini.home (localhost.torrini.home [127.0.0.1]) by torrini.org (8.12.6/8.12.6) with ESMTP id h0LNhQA4005720 for ; Wed, 22 Jan 2003 00:43:26 +0100 (CET) (envelope-from riccardo@trudy.torrini.home) Received: (from riccardo@localhost) by trudy.torrini.home (8.12.6/8.12.6/Submit) id h0LNhPWS005719 for freebsd-current@FreeBSD.org; Wed, 22 Jan 2003 00:43:25 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 22 Jan 2003 00:43:25 +0100 (CET) From: Riccardo Torrini To: freebsd-current@FreeBSD.org Subject: calendar(1) badly crashes Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I (by mistake) passed a directory instead of a file to calendar(1): # uname -v FreeBSD 5.0-CURRENT #52: Sat Jan 18 00:40:27 CET 2003 ... # calendar -f /some.missing.file.or.dir calendar: no calendar file: ``/some.missing.file.or.dir'' # calendar -f /etc cpp: Internal error: Segmentation fault (program tradcpp0) Please submit a full bug report. See for instructions. This happens also on previous versions at least up to 11.1.2003. Under 4.x it works a bit better (but don't show file/dir name): # uname -v FreeBSD 4.7-STABLE #33: Thu Oct 24 04:24:42 CEST 2002 ... # calendar -f /some.missing.file.or.dir calendar: no calendar file: ``/some.missing.file.or.dir'' # calendar -f /etc cpp0: Input file `' is a directory Riccardo. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message