<?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 analysis in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885111#M401326</link>
    <description>already using #strings core. what other tools or commands can i use....</description>
    <pubDate>Thu, 10 Feb 2005 12:03:51 GMT</pubDate>
    <dc:creator>f. halili</dc:creator>
    <dc:date>2005-02-10T12:03:51Z</dc:date>
    <item>
      <title>core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885109#M401324</link>
      <description>what can i use to analyze a core file?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;f. halili</description>
      <pubDate>Thu, 10 Feb 2005 12:00:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885109#M401324</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-02-10T12:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885110#M401325</link>
      <description>simplest:  strings core&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 10 Feb 2005 12:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885110#M401325</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-02-10T12:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885111#M401326</link>
      <description>already using #strings core. what other tools or commands can i use....</description>
      <pubDate>Thu, 10 Feb 2005 12:03:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885111#M401326</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-02-10T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885112#M401327</link>
      <description>"file core" to identify the executable and then, by far, the best tool is a debugger (gdb, xdb, ...) to do a stack trace. The stack trace allows you to see the chain of functions which led up to the crash.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:04:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885112#M401327</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-10T12:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885113#M401328</link>
      <description>file core is an option&lt;BR /&gt;&lt;BR /&gt;If from a system crash, can run the Q4 utility againest it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:05:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885113#M401328</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-02-10T12:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885114#M401329</link>
      <description>Hi Halili,&lt;BR /&gt;&lt;BR /&gt;HP-UX will attempt to create a snapshot of physical memory and register contents before it stops running. This snapshot can assist engineers in determining the cause of the problem because it holds a record of what the system was doing at the time it crashed. The correct name for this snapshot is a core dump. The default location for this snapshot is the primary swap area, but it is possible to configure systems to put the snapshot on another disk device. See the System Administration Tasks manuals for the Series 700 and the Series 800 for information on configuring dump devices.&lt;BR /&gt;&lt;BR /&gt;Find more info here..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/J2237-90005/ch06s05.html" target="_blank"&gt;http://docs.hp.com/en/J2237-90005/ch06s05.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885114#M401329</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-10T12:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885115#M401330</link>
      <description>the core was created by an application...&lt;BR /&gt;i don't want to run the app, but would like to do some analysis base on the core file....</description>
      <pubDate>Thu, 10 Feb 2005 12:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885115#M401330</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-02-10T12:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885116#M401331</link>
      <description>If you want to see what program caused the core file, use the file command:&lt;BR /&gt; &lt;BR /&gt;file /some_directory/core&lt;BR /&gt; &lt;BR /&gt;If you don't have the source code or know how rewrite the program, that's the only useful tool. You can use various analysis tools that will show stack traces and register settings at the time of the program failure but they won't be of any use without the source code and a knowledge of the programming language used to create the program. If it is an HP program, most likely you are not up to date on patches.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:17:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885116#M401331</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-02-10T12:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885117#M401332</link>
      <description>Hi Halili,&lt;BR /&gt;&lt;BR /&gt;Setting Up Your System To Save a Core Dump &lt;BR /&gt;============================================&lt;BR /&gt; &lt;BR /&gt;In order to have system core dumps saved automatically during boot-up, the savecore function must be enabled in the system's /etc/rc.config file. Search this file for the string SAVECORE and follow the instructions in the comments.&lt;BR /&gt;&lt;BR /&gt;Manually Getting a Core File from the Swap Partition &lt;BR /&gt;========================================================&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;If savecore() was not run at boot-up, or did not succeed, you can still run savecore(1m) manually by taking the following steps:&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;/usr/bin/bdf                     # find enough space for the dumpmkdir &lt;BR /&gt;/tmp/syscore                # assuming /tmp has enough space/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam</description>
      <pubDate>Thu, 10 Feb 2005 12:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885117#M401332</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-10T12:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885118#M401333</link>
      <description>Run the following to save the core file.&lt;BR /&gt;&lt;BR /&gt;#usr/sbin/savecore /tmp/syscore  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Syam&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Feb 2005 12:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885118#M401333</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2005-02-10T12:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885119#M401334</link>
      <description>This is an application crash not an OS crash. All the stuff about savecove, q4, etc. does not apply. If you have a programming background then a stack trace under a debugger is by far the most useful tool.</description>
      <pubDate>Thu, 10 Feb 2005 12:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885119#M401334</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-02-10T12:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: core analysis</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885120#M401335</link>
      <description>thanks for all the inputs</description>
      <pubDate>Thu, 10 Feb 2005 13:01:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-analysis/m-p/4885120#M401335</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2005-02-10T13:01:00Z</dc:date>
    </item>
  </channel>
</rss>

