<?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: memory &amp;amp; crash process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930903#M554221</link>
    <description>thanks</description>
    <pubDate>Fri, 21 Oct 2005 02:24:15 GMT</pubDate>
    <dc:creator>Hari Prasad S R</dc:creator>
    <dc:date>2005-10-21T02:24:15Z</dc:date>
    <item>
      <title>memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930898#M554216</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me, how to analyze crash &amp;amp; memory dump, do we need to analyze using any tool or manully do we need to see that,&lt;BR /&gt;&lt;BR /&gt;can any give me good suggestions or some guidence on the analysis of crash &amp;amp; memory dump.</description>
      <pubDate>Mon, 03 Oct 2005 06:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930898#M554216</guid>
      <dc:creator>Hari Prasad S R</dc:creator>
      <dc:date>2005-10-03T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930899#M554217</link>
      <description>Yes. &lt;BR /&gt;&lt;BR /&gt;Try to set user limit of core to unlimited as,&lt;BR /&gt;&lt;BR /&gt;# ulimit -HSc unlimited&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;# what core&lt;BR /&gt;&lt;BR /&gt;You can use gdb / adb to debug problem with application binary.&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 03 Oct 2005 06:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930899#M554217</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-03T06:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930900#M554218</link>
      <description>Use this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=954211" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=954211&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=947266" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=947266&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 03 Oct 2005 06:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930900#M554218</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-03T06:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930901#M554219</link>
      <description>There is document that gives required information. The things to check are as follows.&lt;BR /&gt;&lt;BR /&gt;1. /etc/shutdownlog&lt;BR /&gt;2. ts99 file in /var/tombstone directory-particularly for hardware related crash dumps.&lt;BR /&gt;3. There is crashinfo tool utility&lt;BR /&gt;4. adb -m /var/adm/crash/crash.0/vmunix /var/adm/crash/crash.0&lt;BR /&gt;Once on adb prompt, do&lt;BR /&gt;msgbuf+8/s&lt;BR /&gt;&lt;BR /&gt;If you have contract with HP, HP will do it for you.&lt;BR /&gt;&lt;BR /&gt;5. Q4 crash dump analysis.</description>
      <pubDate>Mon, 03 Oct 2005 06:48:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930901#M554219</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-10-03T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930902#M554220</link>
      <description>Use HP's WDB to analyse core files generated by any application. To analyse crash( kernel) you can use Q4. All crash dumps will be at /var/adm/crash &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=944620" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=944620&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1662,00.html" target="_blank"&gt;http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1662,00.html&lt;/A&gt;&lt;BR /&gt;(WDB) &lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;</description>
      <pubDate>Mon, 03 Oct 2005 06:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930902#M554220</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-10-03T06:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: memory &amp; crash process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930903#M554221</link>
      <description>thanks</description>
      <pubDate>Fri, 21 Oct 2005 02:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-amp-crash-process/m-p/4930903#M554221</guid>
      <dc:creator>Hari Prasad S R</dc:creator>
      <dc:date>2005-10-21T02:24:15Z</dc:date>
    </item>
  </channel>
</rss>

