<?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: core file analysis in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512440#M22378</link>
    <description>Try using strings&lt;BR /&gt;strings 'corefile' | more&lt;BR /&gt;Hope this helps.</description>
    <pubDate>Mon, 02 Apr 2001 15:30:49 GMT</pubDate>
    <dc:creator>nancy rippey</dc:creator>
    <dc:date>2001-04-02T15:30:49Z</dc:date>
    <item>
      <title>core file analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512438#M22376</link>
      <description>I'm looking for a tool or a command (other then a debugger) that will allow me to identify the executable that created a core file. Any ideas?</description>
      <pubDate>Mon, 02 Apr 2001 15:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512438#M22376</guid>
      <dc:creator>Ron L. Arrigo</dc:creator>
      <dc:date>2001-04-02T15:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: core file analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512439#M22377</link>
      <description>Hi Ron:&lt;BR /&gt;&lt;BR /&gt;Start with:&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 02 Apr 2001 15:28:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512439#M22377</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-04-02T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: core file analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512440#M22378</link>
      <description>Try using strings&lt;BR /&gt;strings 'corefile' | more&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Mon, 02 Apr 2001 15:30:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512440#M22378</guid>
      <dc:creator>nancy rippey</dc:creator>
      <dc:date>2001-04-02T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: core file analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512441#M22379</link>
      <description>Try with adb -k vmunix.1 vmcore.1.&lt;BR /&gt;For details you can see &lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J2237-90005/J2237-90005_top.html&amp;amp;con=/hpux/onlinedocs/J2237-90005/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/J2237-90005/00/00/45-toc.html&amp;amp;searchterms=adb&amp;amp;queryid=20010402-093917" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/J2237-90005/J2237-90005_top.html&amp;amp;con=/hpux/onlinedocs/J2237-90005/00/00/45-con.html&amp;amp;toc=/hpux/onlinedocs/J2237-90005/00/00/45-toc.html&amp;amp;searchterms=adb&amp;amp;queryid=20010402-093917&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Apr 2001 15:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512441#M22379</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-02T15:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: core file analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512442#M22380</link>
      <description>. Determine what program cored &lt;BR /&gt;&lt;BR /&gt;file core &lt;BR /&gt;&lt;BR /&gt;2. Determine what libraries the program uses &lt;BR /&gt;&lt;BR /&gt;chatr &lt;APPLICATION&gt; &lt;BR /&gt;&lt;BR /&gt;3. Versions of libraries in core &lt;BR /&gt;&lt;BR /&gt;what core &lt;BR /&gt;&lt;BR /&gt;4. Stack trace &lt;BR /&gt;&lt;BR /&gt;Three main options (in order of my &lt;BR /&gt;preference) &lt;BR /&gt;a. gdb &lt;APPLICATION&gt; core &lt;BR /&gt;(gdb) bt &lt;BR /&gt;b. dde -ui line core &lt;APPLICATION&gt; &lt;BR /&gt;dde&amp;gt; tb &lt;BR /&gt;c. adb &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;gdb is free to HP customers. Look on &lt;BR /&gt;software.hp.com for it. It installs &lt;BR /&gt;in /opt/langtools/bin/ &lt;BR /&gt;&lt;/APPLICATION&gt;&lt;/APPLICATION&gt;&lt;/APPLICATION&gt;</description>
      <pubDate>Mon, 02 Apr 2001 15:51:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-file-analysis/m-p/2512442#M22380</guid>
      <dc:creator>Vincenzo Restuccia</dc:creator>
      <dc:date>2001-04-02T15:51:17Z</dc:date>
    </item>
  </channel>
</rss>

