<?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: kill -3 httpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685999#M382845</link>
    <description>I want to make a dump to be analyzed  by support&lt;BR /&gt;I have a problem with the apache server. this gradually cunsume 100% CPU&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;I have done a search (find core)and i have not found nothing&lt;BR /&gt;</description>
    <pubDate>Tue, 14 Sep 2010 05:37:50 GMT</pubDate>
    <dc:creator>Carlos F. Baladrón</dc:creator>
    <dc:date>2010-09-14T05:37:50Z</dc:date>
    <item>
      <title>kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685995#M382841</link>
      <description>How can I make a Dump of a process httpd&lt;BR /&gt;I have intentaddo with a kill -3 but i am not dumps nothing&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Sep 2010 13:05:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685995#M382841</guid>
      <dc:creator>Carlos F. Baladrón</dc:creator>
      <dc:date>2010-09-13T13:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685996#M382842</link>
      <description>&amp;gt;How can I make a dump of a process httpd? but kill -3 dumps nothing&lt;BR /&gt;&lt;BR /&gt;Assuming -3 is -QUIT, you should get a dump unless the process has a signal handler for it.&lt;BR /&gt;&lt;BR /&gt;Any reason you need a dump?  You could try attaching to it and having gdb create the dump.</description>
      <pubDate>Mon, 13 Sep 2010 13:49:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685996#M382842</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-13T13:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685997#M382843</link>
      <description>Hi Carlos:&lt;BR /&gt;&lt;BR /&gt;Another possibility, to explain the lack of a corefile, is that the 'ulimit' for core dumps associated with the process or user is zero.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 13 Sep 2010 14:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685997#M382843</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-09-13T14:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685998#M382844</link>
      <description>&amp;gt; dumps nothing &lt;BR /&gt; &lt;BR /&gt;Are you sure? The http process probably has a completely different working directory. The core file probably won't be in your current directory. It completely depends on how httpd was started (hint: /sbin/init.d/apache start). Or you can simply look everywhere for the core file:&lt;BR /&gt; &lt;BR /&gt;find / -type f -name core -exec ls -l {} \;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 00:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685998#M382844</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-09-14T00:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685999#M382845</link>
      <description>I want to make a dump to be analyzed  by support&lt;BR /&gt;I have a problem with the apache server. this gradually cunsume 100% CPU&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;I have done a search (find core)and i have not found nothing&lt;BR /&gt;</description>
      <pubDate>Tue, 14 Sep 2010 05:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4685999#M382845</guid>
      <dc:creator>Carlos F. Baladrón</dc:creator>
      <dc:date>2010-09-14T05:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4686000#M382846</link>
      <description>&amp;gt;I have done a search (find core) and I have not found nothing&lt;BR /&gt;&lt;BR /&gt;Are you on 11.31 with coreadm(1m)?&lt;BR /&gt;&lt;BR /&gt;You could attach with gdb and use the gcore command.</description>
      <pubDate>Tue, 14 Sep 2010 06:38:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4686000#M382846</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-09-14T06:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: kill -3 httpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4686001#M382847</link>
      <description>Please see Apache documentation:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.2/mod/mpm_common.html#coredumpdirectory" target="_blank"&gt;http://httpd.apache.org/docs/2.2/mod/mpm_common.html#coredumpdirectory&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-----quote-----&lt;BR /&gt;CoreDumpDirectory&lt;BR /&gt;&lt;BR /&gt;This controls the directory to which Apache attempts to switch before dumping core. The default is in the ServerRoot directory, however since this should not be writable by the user the server runs as, core dumps won't normally get written. If you want a core dump for debugging, you can use this directive to place it in a different location.&lt;BR /&gt;-----end quote-----&lt;BR /&gt;&lt;BR /&gt;So if you want core dumps from Apache, you definitely should make sure the CoreDumpDirectory is set in the Apache configuration and points to a directory that is writable by Apache. &lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 14 Sep 2010 06:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-3-httpd/m-p/4686001#M382847</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-14T06:53:27Z</dc:date>
    </item>
  </channel>
</rss>

