<?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: dumping core from a running process. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097922#M91644</link>
    <description>hi Dennis,&lt;BR /&gt;&lt;BR /&gt;IOT is erased :)&lt;BR /&gt;&lt;BR /&gt;what does gcore do to get a core dump from a process, Is there a sys API which gcore calls with pid of the process or smthing like that?&lt;BR /&gt;&lt;BR /&gt;Parallely I am also trying to find out what does gcore actually do to get a core.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 15 Mar 2008 01:46:41 GMT</pubDate>
    <dc:creator>Srimalik</dc:creator>
    <dc:date>2008-03-15T01:46:41Z</dc:date>
    <item>
      <title>dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097914#M91636</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can a process dump core and keep on running? &lt;BR /&gt;&lt;BR /&gt;One way I could think of is:&lt;BR /&gt;fork and call abort in child.&lt;BR /&gt;&lt;BR /&gt;Somewhere I have also come across a library which had routines which can generate a core for the running process. (you need to link with that lib and call a routine from that lib and it will dump core but continue running)&lt;BR /&gt;But I am not sure whether it was/is for HP-UX.&lt;BR /&gt;am again trying to find that, will post the link here.&lt;BR /&gt;&lt;BR /&gt;Is there any signal in HP which does this ? &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sri</description>
      <pubDate>Fri, 14 Mar 2008 14:58:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097914#M91636</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-03-14T14:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097915#M91637</link>
      <description>First link: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.gsp.com/cgi-bin/man.cgi?section=1&amp;amp;topic=gcore" target="_blank"&gt;http://www.gsp.com/cgi-bin/man.cgi?section=1&amp;amp;topic=gcore&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;more coming...</description>
      <pubDate>Fri, 14 Mar 2008 15:03:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097915#M91637</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-03-14T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097916#M91638</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was looking for something on native HP-UX commands but nothing about letting the process running, I has tried some options on kill:&lt;BR /&gt;&lt;BR /&gt;kill -11 &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;does force the core generation but kill the process also.&lt;BR /&gt;&lt;BR /&gt;Here instead the gcore for HP-UX (that was for 11.00) provided by Dave Olker (HP):&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Also Ermin suggested another interesting tool, gdb has dumpcore. Download gdb from Porting:&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps you.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio&lt;/PID&gt;</description>
      <pubDate>Fri, 14 Mar 2008 15:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097916#M91638</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2008-03-14T15:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097917#M91639</link>
      <description>Thanks,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Due to the presence of characters known to be used in Cross Site Scripting attacks, access is forbidden. This web site does not allow Urls which might include embedded HTML tags.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;lt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I am some method which i may be used in a process to dump core and keep running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Mar 2008 15:27:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097917#M91639</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-03-14T15:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097918#M91640</link>
      <description>The trailing &amp;gt; symbol in the link is causing your problem.  Try this:&lt;BR /&gt;&lt;BR /&gt; &lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=1094" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=1094&lt;/A&gt;&lt;BR /&gt;47626+1205511296320+28353475&amp;amp;threadId=675379&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 14 Mar 2008 15:32:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097918#M91640</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-03-14T15:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097919#M91641</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;otherwise put in google&lt;BR /&gt;&lt;BR /&gt;gcore hp-ux&lt;BR /&gt;&lt;BR /&gt;and the first link you'll find is what I and Pete posted.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Fabio</description>
      <pubDate>Fri, 14 Mar 2008 16:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097919#M91641</guid>
      <dc:creator>Fabio Ettore</dc:creator>
      <dc:date>2008-03-14T16:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097920#M91642</link>
      <description>the link says kill -IOT will do the job&lt;BR /&gt; so a call to kill(SIGIOT) should solve my problem.&lt;BR /&gt;Never tried using this signal, will try this on monday.</description>
      <pubDate>Fri, 14 Mar 2008 16:34:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097920#M91642</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-03-14T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097921#M91643</link>
      <description>&amp;gt;Srikrishan: the link says kill -IOT will do the job.  Never tried using this signal&lt;BR /&gt;&lt;BR /&gt;Don't even think of using this bogus signal, erase it from your head.  This is an obsolete name for SIGABRT, which of course will not continue.&lt;BR /&gt;&lt;BR /&gt;Also, I think the intention in that old thread was not to continue.&lt;BR /&gt;&lt;BR /&gt;On 11.31, there is a gcore(1) command.</description>
      <pubDate>Fri, 14 Mar 2008 22:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097921#M91643</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-14T22:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097922#M91644</link>
      <description>hi Dennis,&lt;BR /&gt;&lt;BR /&gt;IOT is erased :)&lt;BR /&gt;&lt;BR /&gt;what does gcore do to get a core dump from a process, Is there a sys API which gcore calls with pid of the process or smthing like that?&lt;BR /&gt;&lt;BR /&gt;Parallely I am also trying to find out what does gcore actually do to get a core.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Mar 2008 01:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097922#M91644</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-03-15T01:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097923#M91645</link>
      <description>&amp;gt;what does gcore do to get a core dump from a process&lt;BR /&gt;&lt;BR /&gt;It uses ttrace(2) on 11.31:&lt;BR /&gt;TT_PROC_ATTACH, TT_PROC_CORE, TT_PROC_DETACH</description>
      <pubDate>Sat, 15 Mar 2008 03:49:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097923#M91645</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-03-15T03:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: dumping core from a running process.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097924#M91646</link>
      <description>used gdb to get a core.</description>
      <pubDate>Sat, 31 May 2008 06:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dumping-core-from-a-running-process/m-p/5097924#M91646</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2008-05-31T06:43:26Z</dc:date>
    </item>
  </channel>
</rss>

