LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   runaway mount process (https://www.linuxquestions.org/questions/linux-general-1/runaway-mount-process-145760/)

Pico_01 02-13-2004 03:23 PM

runaway mount process
 
Hi,

I was looking at the output for "top" command and found that it has 2 runway processes consuming 99% CPU time. On running strace, it gives me following output. Do you know, the reason for the process to go in infinite loop and what can be done to avoid future problems?

Thanks

poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=6, events=POLLIN}], 2, -1) = 1

Thanks,

trickykid 02-13-2004 03:36 PM

Please do not post the same thread in more than one forum. Picking the most relevant forum and posting it once there makes it easier for other members to help you and keeps the discussion all in one place.

http://www.linuxquestions.org/rules.php

Your other thread found here: http://www.linuxquestions.org/questi...hreadid=145455


All times are GMT -5. The time now is 12:00 PM.