From owner-freebsd-bugs@FreeBSD.ORG Sun May 4 14:20:03 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 3720F1065673 for ; Sun, 4 May 2008 14:20:03 +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 213848FC14 for ; Sun, 4 May 2008 14:20:03 +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 m44EK2u9031458 for ; Sun, 4 May 2008 14:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m44EK260031457; Sun, 4 May 2008 14:20:02 GMT (envelope-from gnats) Date: Sun, 4 May 2008 14:20:02 GMT Message-Id: <200805041420.m44EK260031457@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Cran Cc: Subject: Re: bin/100089: ftp(1): default ftp application of FreeBSD gives segmentation fault X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 May 2008 14:20:03 -0000 The following reply was made to PR bin/100089; it has been noted by GNATS. From: Bruce Cran To: bug-followup@FreeBSD.org, roel@roeltje.com Cc: Subject: Re: bin/100089: ftp(1): default ftp application of FreeBSD gives segmentation fault Date: Sun, 04 May 2008 15:13:16 +0100 I can't reproduce the problem here but I suspect it depends very much on the applications which are running on the system: ftp is trying to interpret each line in 'ps -aux' as a command. If you can reproduce the segfault could you post the output of 'ps -aux' so we can see what commands ftp is being given? -- Bruce