From owner-freebsd-stable@FreeBSD.ORG Thu Aug 7 08:14:20 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9C3337B401; Thu, 7 Aug 2003 08:14:20 -0700 (PDT) Received: from grosbein.pp.ru (D00015.dialonly.kemerovo.su [213.184.66.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id A566A43F93; Thu, 7 Aug 2003 08:14:13 -0700 (PDT) (envelope-from eugen@grosbein.pp.ru) Received: from grosbein.pp.ru (eugen@localhost [127.0.0.1]) by grosbein.pp.ru (8.12.9/8.12.9) with ESMTP id h77FE5Y7034358; Thu, 7 Aug 2003 23:14:05 +0800 (KRAST) (envelope-from eugen@grosbein.pp.ru) Received: (from eugen@localhost) by grosbein.pp.ru (8.12.9/8.12.9/Submit) id h77FE4xC034357; Thu, 7 Aug 2003 23:14:04 +0800 (KRAST) Date: Thu, 7 Aug 2003 23:14:04 +0800 (KRAST) Message-Id: <200308071514.h77FE4xC034357@grosbein.pp.ru> To: FreeBSD-gnats-submit@freebsd.org From: Eugene Grosbein X-send-pr-version: 3.113 X-GNATS-Notify: cc: stable@freebsd.org Subject: /bin/sh eats memory and CPU infinitely X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Grosbein List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 15:14:21 -0000 >Submitter-Id: current-users >Originator: Eugene Grosbein >Organization: JSC Svyaz-Service >Confidential: no >Synopsis: /bin/sh eats memory and CPU infinitely >Severity: serious >Priority: medium >Category: bin >Class: sw-bug >Release: FreeBSD 4.8-STABLE i386 >Environment: System: FreeBSD grosbein.pp.ru 4.8-STABLE FreeBSD 4.8-STABLE #3: Wed Aug 6 21:50:36 KRAST 2003 eu@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV i386 CPUTYPE=i686 and no other optimizations >Description: /bin/sh leaks memory and can eat all CPU cycles when it become very big. >How-To-Repeat: Test script is 15K in size so it comes gzipped and uuencoded. Yes, it is compressed very well. begin 644 test.sh.gz M'XL(`"5H,C\"`^W3P0F#`!``L/]-<2+T*WYUF^*!@FBI%= MR]8=<\0U+VOEYWU6CCGMD3]#]L!-Y$-<$!<0%Q`7Q`7$!<0%<0%Q`7%!7$!< ;0%Q`7!`7^&_<8ZUZ91_3OE5\`=@<)[J\.P`` ` end Run it and watch how /bin/sh slowly increases its SIZE, RES, WCPU and CPU values. This is an exapmle. My real script grows upto 70Mb in size and eats all of idle Pentium-III 866Mhz cycles, it is machine-generated and runs 24x7x365. It's twice smaller than this test case. Now I have to restart it from time to time. >Fix: Unknown for me. Eugene Grosbein