From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 21 14:24:48 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B52BD16A4CE; Tue, 21 Dec 2004 14:24:48 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2F6143D2D; Tue, 21 Dec 2004 14:24:48 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from freefall.freebsd.org (vs@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBLEOmkm039601; Tue, 21 Dec 2004 14:24:48 GMT (envelope-from vs@freefall.freebsd.org) Received: (from vs@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBLEOmhl039597; Tue, 21 Dec 2004 14:24:48 GMT (envelope-from vs) Date: Tue, 21 Dec 2004 14:24:48 GMT From: Volker Stolz Message-Id: <200412211424.iBLEOmhl039597@freefall.freebsd.org> To: parv@pair.com, vs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/73404: shells/ksh93 - notify option + output redirected to nonexistent file cause crash w/ segfault X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 14:24:48 -0000 Synopsis: shells/ksh93 - notify option + output redirected to nonexistent file cause crash w/ segfault State-Changed-From-To: suspended->closed State-Changed-By: vs State-Changed-When: Tue Dec 21 14:22:57 GMT 2004 State-Changed-Why: This looks like an application bug which should be reported to the original authors. Furthermore, I'm no able to reproduce the " Additionally ksh93 also crashes when output is directed to an already-existing-named-pipe (which prompted me to send the report originally) ..."-part (also on 4.X): W@h [t]> ls -l foo prw-r--r-- 1 stolz wheel 0 Dec 21 15:20 foo W@h [t]> echo baz >foo & [1] 65629 W@h [t]> jobs [1] + Running echo baz >foo & W@h [t]> http://www.freebsd.org/cgi/query-pr.cgi?pr=73404