Re: Auto Generating -bash process
Posted by ErmanArslansOracleBlog on May 06, 2024; 7:21am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/Auto-Generating-bash-process-tp12438p12464.html
Looks like it has the file descriptors which point to the files owned by appsdev. I guess this is your development application owner ( applmgr of DEV EBS), so I don't think this bash process of yours is important.. It is just waiting there.
We see "ep_poll" there.. It is waiting in the kernel, the epoll -> poll, ppoll - wait for some event on a file descriptor.. Looks like it is somehow locked, waiting for something I/O-related to happen.
Send me the output of the following 3 commands ;
ls -l /proc/29289/cwd
strace -p 29289
lsof -p 29289