Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 07:10:16 -0700 (PDT)
From:      Eugene Grosbein <eugen@grosbein.pp.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/55346: /bin/sh eats memory and CPU infinitely
Message-ID:  <200308101410.h7AEAGW7076396@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/55346; it has been noted by GNATS.

From: Eugene Grosbein <eugen@grosbein.pp.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: bin/55346: /bin/sh eats memory and CPU infinitely
Date: Sun, 10 Aug 2003 22:05:35 +0800

 Hi!
 
 I digged this case a little. It seems for me that problem is
 in jobs.c: makejob() increases size of jobtab[] array.
 And I do not see a place where it is decreased.
 
 But I see many loops that are O(njobs).
 
 Eugene Grosbein



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308101410.h7AEAGW7076396>