<?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: proc stat file status info on dumping core in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829126#M66526</link>
    <description>1.) The process doing the dumping, though dumping can be prevented with profile settings.&lt;BR /&gt;2.) When the dump begins&lt;BR /&gt;3.) Echo to the appropriate location in /proc&lt;BR /&gt;4.) Controlled by application, affected by environment and OS settings.&lt;BR /&gt;5.) Depends on the application, check /var/log/messages&lt;BR /&gt;&lt;BR /&gt;I can not explain the core issue unless the application is huge and has operations prior to core dump that it does to safeguard data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 24 Jul 2006 07:33:02 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-07-24T07:33:02Z</dc:date>
    <item>
      <title>proc stat file status info on dumping core</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829125#M66525</link>
      <description>Hi,&lt;BR /&gt;While dumping core, OS sets status of proc stat file to "200 dumping core". My queires are:&lt;BR /&gt;1. Who sets this status ?&lt;BR /&gt;2. When is this status set ?&lt;BR /&gt;3. What actions are done on setting this status?&lt;BR /&gt;4. When will it start to dump core ? Immediate or after certain actions?&lt;BR /&gt;5. Is any signal sent by the application/proc to the kernel whaen the status is set to "200 dumping core" ? If yes, what is it ? Where is it logged?&lt;BR /&gt;&lt;BR /&gt;My issue : The status of proc stat file is set to "dumping core " but the actual core is dumped after 45 mins. Could you explain the behaviour of why there is a delay in starting the dumping of core?&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Rohith M &lt;BR /&gt;</description>
      <pubDate>Mon, 24 Jul 2006 06:17:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829125#M66525</guid>
      <dc:creator>Rohith M</dc:creator>
      <dc:date>2006-07-24T06:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc stat file status info on dumping core</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829126#M66526</link>
      <description>1.) The process doing the dumping, though dumping can be prevented with profile settings.&lt;BR /&gt;2.) When the dump begins&lt;BR /&gt;3.) Echo to the appropriate location in /proc&lt;BR /&gt;4.) Controlled by application, affected by environment and OS settings.&lt;BR /&gt;5.) Depends on the application, check /var/log/messages&lt;BR /&gt;&lt;BR /&gt;I can not explain the core issue unless the application is huge and has operations prior to core dump that it does to safeguard data.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Jul 2006 07:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829126#M66526</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-24T07:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: proc stat file status info on dumping core</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829127#M66527</link>
      <description>Hi, Had a few more doubts on your answers.&lt;BR /&gt;&lt;BR /&gt;1. What are the profile settings which would prevent dumping of core?&lt;BR /&gt;&lt;BR /&gt;2. How is start of core dump affected by application / environment / OS settings? Could you elaborate on this, i.e what environments , what settings ?&lt;BR /&gt;&lt;BR /&gt;Regarding the issue, there is no application code reference to do any action before dumping core. Will not the OS dump core immediately and not wait for response from application ? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rohith</description>
      <pubDate>Mon, 24 Jul 2006 08:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829127#M66527</guid>
      <dc:creator>Rohith M</dc:creator>
      <dc:date>2006-07-24T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: proc stat file status info on dumping core</title>
      <link>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829128#M66528</link>
      <description>You can prevent a core from being generated by using ulimit.  The file /etc/security/limits.h can set this on a system-wide basis.  Most Linux systems have ulimit -c 0 which limits core file size to 0.  I often want a core file and I work to disable this.   In addition, setuid/setgid programs prevent core file creation for security reasons.  &lt;BR /&gt;&lt;BR /&gt;Since core files will dump in the current working directory, you could see delays if the filesystem on which you are running is slow.  &lt;BR /&gt;&lt;BR /&gt;You could setup condition handlers in your application to handle various conditions and prevent a core from being generated.  This works for many signals, but some are not maskable.   Alternatively, you could create a core on your own by calling abort() within your program.</description>
      <pubDate>Tue, 25 Jul 2006 08:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/proc-stat-file-status-info-on-dumping-core/m-p/3829128#M66528</guid>
      <dc:creator>Rick Beldin</dc:creator>
      <dc:date>2006-07-25T08:01:05Z</dc:date>
    </item>
  </channel>
</rss>

