<?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 files... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592351#M925142</link>
    <description>Sorry, this directory must be created in the same place where core files appears.&lt;BR /&gt;This do not solves the cause of core, but left your disk clean.&lt;BR /&gt;&lt;BR /&gt;I hope it help you !</description>
    <pubDate>Wed, 10 Oct 2001 09:27:52 GMT</pubDate>
    <dc:creator>David Navarro</dc:creator>
    <dc:date>2001-10-10T09:27:52Z</dc:date>
    <item>
      <title>Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592348#M925139</link>
      <description>Hi, All!&lt;BR /&gt;&lt;BR /&gt;Perhaps somebody know "beautiful way" for and termination core files?&lt;BR /&gt;&lt;BR /&gt;Thanx in advance.&lt;BR /&gt;Oleg</description>
      <pubDate>Wed, 10 Oct 2001 09:16:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592348#M925139</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T09:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592349#M925140</link>
      <description>SORRY!&lt;BR /&gt;&lt;BR /&gt;Between "for" and "and"must be "observation of occurrence".&lt;BR /&gt;&lt;BR /&gt;Oleg</description>
      <pubDate>Wed, 10 Oct 2001 09:21:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592349#M925140</guid>
      <dc:creator>Oleg Goudovany_1</dc:creator>
      <dc:date>2001-10-10T09:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592350#M925141</link>
      <description>Hi, create a directory named core. And core files will not be created.</description>
      <pubDate>Wed, 10 Oct 2001 09:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592350#M925141</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2001-10-10T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592351#M925142</link>
      <description>Sorry, this directory must be created in the same place where core files appears.&lt;BR /&gt;This do not solves the cause of core, but left your disk clean.&lt;BR /&gt;&lt;BR /&gt;I hope it help you !</description>
      <pubDate>Wed, 10 Oct 2001 09:27:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592351#M925142</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2001-10-10T09:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592352#M925143</link>
      <description>&lt;BR /&gt;WE have symbolic links in the directories they most ocurr in pointing to /dev/null - this way no corefiles left around hogging disk space.&lt;BR /&gt;&lt;BR /&gt;eg. &lt;BR /&gt;/home/&lt;USERS&gt;/*&lt;BR /&gt;/tmp&lt;BR /&gt;/&lt;BR /&gt;and application directories.&lt;BR /&gt;&lt;BR /&gt;eg. ln -s /dev/null /tmp/core&lt;BR /&gt;&lt;/USERS&gt;</description>
      <pubDate>Wed, 10 Oct 2001 09:31:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592352#M925143</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-10-10T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592353#M925144</link>
      <description>If you're using the POSIX shell, i.e. /bin/sh as your default shell, you can also use ulimit to change the max size of the core file to 0 blocks, i.e. no core:&lt;BR /&gt;&lt;BR /&gt;in .profile add:&lt;BR /&gt;&lt;BR /&gt;ulimit -c 0&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Wed, 10 Oct 2001 09:42:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592353#M925144</guid>
      <dc:creator>Santosh Nair_1</dc:creator>
      <dc:date>2001-10-10T09:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Core files...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592354#M925145</link>
      <description>patch your app!&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;&lt;BR /&gt;figure out what it went down on and what core'd&lt;BR /&gt;&lt;BR /&gt;get the Wildebeest debugger&lt;BR /&gt;from hp.com/go/languages&lt;BR /&gt;&lt;BR /&gt;# gdb /path/to/cored/application /path/to/corefile/core&lt;BR /&gt;&lt;BR /&gt;to look at the stack.&lt;BR /&gt;&lt;BR /&gt;Search on the itrc for some of the signal/stack strings and apply the patch.&lt;BR /&gt;&lt;BR /&gt;remove the core and never get the same one again!!!&lt;BR /&gt;&lt;BR /&gt;or ln -s as above (good for webservers and less maintained directories)&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 09:53:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-files/m-p/2592354#M925145</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-10-10T09:53:11Z</dc:date>
    </item>
  </channel>
</rss>

