<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: dead process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964359#M4538</link>
    <description>FYI - use strace under RH Linux to trace a process:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;strace -p &lt;PID&gt;&lt;/PID&gt;</description>
    <pubDate>Fri, 02 May 2003 16:44:36 GMT</pubDate>
    <dc:creator>Bill Douglass</dc:creator>
    <dc:date>2003-05-02T16:44:36Z</dc:date>
    <item>
      <title>dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964355#M4534</link>
      <description>our system often have some dead "vim" processes that run out of 99% CPU , how to prevent these dead process in the system ?</description>
      <pubDate>Fri, 02 May 2003 06:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964355#M4534</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-05-02T06:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964356#M4535</link>
      <description>You can kill the process with kill -9 &lt;PID&gt; (you'll find the pid using ps or top.&lt;BR /&gt;&lt;BR /&gt;This isn't a long term solution of course and I'd check if there are newer versions of vim available that fixes the problem. Also, giving more details about your system makes it easier to give an accurate diagnosis of the problem.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Kjartan&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Fri, 02 May 2003 08:14:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964356#M4535</guid>
      <dc:creator>Kjartan Maraas</dc:creator>
      <dc:date>2003-05-02T08:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964357#M4536</link>
      <description>How do you say as dead processes.  Are they defunct or zombies.  If they are then killing wont help in clearing up the process tables.&lt;BR /&gt;&lt;BR /&gt;I think they lost their control terminal and eating the CPU cycles.  you can always kill them.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Umapathy&lt;BR /&gt;</description>
      <pubDate>Fri, 02 May 2003 13:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964357#M4536</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-05-02T13:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964358#M4537</link>
      <description>The process isn't dead unless its a zombie.&lt;BR /&gt;&lt;BR /&gt;If system performance suffers, by all means kill it.&lt;BR /&gt;&lt;BR /&gt;There is probably a configuration issue that is causing vim to use a lot of resources.&lt;BR /&gt;&lt;BR /&gt;You might want to try some process tracing and try and figure out what the process is trying to do.&lt;BR /&gt;&lt;BR /&gt;I had a process that was apparently orphaned and runaway on a HP box.  The tusc utility shows me it kept reading and writing the same record over and over again.&lt;BR /&gt;&lt;BR /&gt;I then killed it and asked the developer to kindly fix his program, which he did.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 02 May 2003 13:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964358#M4537</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-05-02T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964359#M4538</link>
      <description>FYI - use strace under RH Linux to trace a process:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;strace -p &lt;PID&gt;&lt;/PID&gt;</description>
      <pubDate>Fri, 02 May 2003 16:44:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964359#M4538</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-05-02T16:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964360#M4539</link>
      <description>when i run "strace -p &lt;PID&gt; " , then it continously pop up the error &lt;BR /&gt;&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;--- SIGSEGV (Segmentation fault) ---&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what is the problem , pls help to suggest ? thx.&lt;/PID&gt;</description>
      <pubDate>Tue, 06 May 2003 02:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964360#M4539</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-05-06T02:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: dead process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964361#M4540</link>
      <description>Please give the details about the pid.  When did you run strace on that.  Is it your program or vim as you already mentioned.&lt;BR /&gt;&lt;BR /&gt;-Umapathy</description>
      <pubDate>Tue, 06 May 2003 09:46:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dead-process/m-p/2964361#M4540</guid>
      <dc:creator>Umapathy S</dc:creator>
      <dc:date>2003-05-06T09:46:53Z</dc:date>
    </item>
  </channel>
</rss>

