From owner-freebsd-bugs Sat Oct 27 6: 0: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 47AC237B405 for ; Sat, 27 Oct 2001 06:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9RD02a18949; Sat, 27 Oct 2001 06:00:02 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B986637B406 for ; Sat, 27 Oct 2001 05:57:45 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9RCvjT18756; Sat, 27 Oct 2001 05:57:45 -0700 (PDT) (envelope-from nobody) Message-Id: <200110271257.f9RCvjT18756@freefall.freebsd.org> Date: Sat, 27 Oct 2001 05:57:45 -0700 (PDT) From: Bob Bishop To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/31533: /bin/sh memory leak Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31533 >Category: bin >Synopsis: /bin/sh memory leak >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 27 06:00:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Bob Bishop >Release: 4.3-RELEASE >Organization: GID ltd >Environment: FreeBSD spambox2.gid.co.uk 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sun Aug 26 23:43:16 BST 2001 rb@spambox2.gid.co.uk:/usr/src/sys/compile/SPAMBOX2 i386 >Description: /bin/sh leaks memory under certain conditions >How-To-Repeat: Run the following (minimal) script, watch the shell with top(1): #!/bin/sh while true do cd /tmp while true do break done done >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message