Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14938 > unrolled thread

Re: memory leak in bash only during boot up in Bash-3.2.48

Started byChet Ramey <chet.ramey@case.edu>
First post2018-12-21 11:50 -0500
Last post2018-12-21 11:50 -0500
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: memory leak in bash only during boot up in Bash-3.2.48 Chet Ramey <chet.ramey@case.edu> - 2018-12-21 11:50 -0500

#14938 — Re: memory leak in bash only during boot up in Bash-3.2.48

FromChet Ramey <chet.ramey@case.edu>
Date2018-12-21 11:50 -0500
SubjectRe: memory leak in bash only during boot up in Bash-3.2.48
Message-ID<mailman.6062.1545411064.1284.bug-bash@gnu.org>
On 12/19/18 12:54 AM, abhishpaliwal wrote:
> create a shell script from below given code. name it testing.sh. 
> 
> #!/bin/bash 
>  logger "Started testing" 
>  while(true); do 
> while (true); do ls > /dev/null ; done 
>  done 
> 
> Steps. 
> # chmod 755 /root/testing.sh 
> modify any /etc/init.d/"service" file add "/root/testing.sh" inside the
> start case. 
> "service" is any service file starting during start up. 
> Make sure above service is started during the startup. 

What is the hard limit on the number of processes for a process started in
this environment? (The value of `ulimit -n'.)

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
		 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web