With best regards
Frank Pötzsch
The couple of times I have seen this the shell got caught in shell script
recursion. Usually somebody typed in the name of a file as a shell command.
The file was not a shell script but since the user had execute permission to
the file, the shell tried to interpret it as a shell script. This is normal
behavior for the shell. Then the file had its name in the file. The shell
thought it was a command to run and ran the file again. This goes on forever
...
To make matters worse, using F3 to end the shell session didn't end all of the
jobs that were started by the shell session. V4R4 PTF SF64154 and V4R5 PTF
SF64179 fix this problem.
Mike Mundy