<?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: How do I know if these core files I found are serious??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467172#M15904</link>
    <description>Hi&lt;BR /&gt;There are many reasons for core files some serious and some not so.&lt;BR /&gt;I would look closly at core files in the root directory.&lt;BR /&gt;&lt;BR /&gt;The time date and ownership are important.&lt;BR /&gt;&lt;BR /&gt;Your core files are produced by the midaemon:-&lt;BR /&gt;&lt;BR /&gt;midaemon - HP-UX Performance Measurement Interface daemon.&lt;BR /&gt;&lt;BR /&gt;Try :-&lt;BR /&gt;File core&lt;BR /&gt;What core&lt;BR /&gt;Strings core&lt;BR /&gt;&lt;BR /&gt;To extract as much information as possible and of course investigate the midaemon .&lt;BR /&gt;(search the forum for midaemon)&lt;BR /&gt;&lt;BR /&gt;Siglist for your info:-&lt;BR /&gt;&lt;BR /&gt;    SIGABRT         Process abort signal.&lt;BR /&gt;    SIGALRM        Alarm clock.&lt;BR /&gt;    SIGFPE          Erroneous arithmetic operation.&lt;BR /&gt;    SIGHUP         Hangup.&lt;BR /&gt;    SIGILL          Illegal instruction.&lt;BR /&gt;    SIGINT         Terminal interrupt signal.&lt;BR /&gt;    SIGKILL        Kill (cannot be caught or ignored).&lt;BR /&gt;    SIGPIPE        Write on a pipe with no one to read it.&lt;BR /&gt;    SIGQUIT         Terminal quit signal.&lt;BR /&gt;    SIGSEGV         Invalid memory reference.&lt;BR /&gt;    SIGTERM        Termination signal.&lt;BR /&gt;    SIGUSR1        User-defined signal 1.&lt;BR /&gt;    SIGUSR2        User-defined signal 2.&lt;BR /&gt;    SIGCHLD         Child process terminated or stopped.&lt;BR /&gt;    SIGCONT        Continue executing, if stopped.&lt;BR /&gt;    SIGSTOP         Stop executing (cannot be caught or ignored).&lt;BR /&gt;    SIGTSTP         Terminal stop signal.&lt;BR /&gt;    SIGTTIN         Background process attempting read.&lt;BR /&gt;    SIGTTOU         Background process attempting write.&lt;BR /&gt;    SIGBUS          Bus error.&lt;BR /&gt;    SIGPOLL        Pollable event.&lt;BR /&gt;    SIGPROF        Profiling timer expired.&lt;BR /&gt;    SIGSYS          Bad system call.&lt;BR /&gt;    SIGTRAP         Trace/breakpoint trap.&lt;BR /&gt;    SIGURG         High bandwidth data is available at a socket.&lt;BR /&gt;    SIGVTALRM    Virtual timer expired.&lt;BR /&gt;    SIGXCPU         CPU time limit exceeded.&lt;BR /&gt;    SIGXFSZ         File size limit exceeded.&lt;BR /&gt;    SIGRTMIN       First realtime signal.&lt;BR /&gt;    SIGRTMAX      Last realtime signal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
    <pubDate>Fri, 24 Nov 2000 19:55:30 GMT</pubDate>
    <dc:creator>Paula J Frazer-Campbell</dc:creator>
    <dc:date>2000-11-24T19:55:30Z</dc:date>
    <item>
      <title>How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467168#M15900</link>
      <description>Good afternoon everyone,&lt;BR /&gt;&lt;BR /&gt;I just happened to be doing a search on 3 of my HP-UX systems today for core files and I came across the below information.  One of the systems is production and the other 2 are Test &amp;amp; Development.  How do I know if these were produced do to a serious error?  The systems themselves seem to be doing fine.  The notion of core files however seem to scare me.  Is there anything to worry about?  These files were found under /.&lt;BR /&gt;&lt;BR /&gt;C1 ( Test System )&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;core:           core file from 'midaemon' - received SIGSEGV&lt;BR /&gt;&lt;BR /&gt;C2 ( Development System )&lt;BR /&gt;&lt;BR /&gt;# file core&lt;BR /&gt;core:           core file from 'midaemon' - received SIGSEGV&lt;BR /&gt;&lt;BR /&gt;C3 ( Production System )&lt;BR /&gt;&lt;BR /&gt; file core&lt;BR /&gt;core:           core file from 'midaemon' - received SIGBUS &lt;BR /&gt;&lt;BR /&gt;Any help or suggestions about this would be greatly appreciated...&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;S Aldrich</description>
      <pubDate>Fri, 24 Nov 2000 17:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467168#M15900</guid>
      <dc:creator>Shaun Aldrich</dc:creator>
      <dc:date>2000-11-24T17:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467169#M15901</link>
      <description>Hi, Shaun:&lt;BR /&gt;&lt;BR /&gt;The presence of occasional core files is not a great concern.  If a particular process (application) frequently faults, then that is significant.  Perhaps it's the fault of the application itself (poorly coded) or perhaps the termination is indicative of insufficient swap or stack space.&lt;BR /&gt;&lt;BR /&gt;The use of the 'file' command against the core file provides the quick, descriptive reason for the failure.  It's a good idea to do an 'ls' on the core file to make sure it is truly from the current failure.  A 'what' of the core file will show you the revision of the shared libraries at the time the core file was generated.&lt;BR /&gt;&lt;BR /&gt;Further analysis of the core file requires debugger tools (gdb, xdb, or dde) and the actual source code for the process(es) in question.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 24 Nov 2000 18:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467169#M15901</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-24T18:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467170#M15902</link>
      <description>Hi Shaun,&lt;BR /&gt;&lt;BR /&gt;Check the online manual for signal 5(man 5 signal).&lt;BR /&gt;The severity of the core files are explained.&lt;BR /&gt;I advise that you send the core file to HP engineers to diagnose this file properly.</description>
      <pubDate>Fri, 24 Nov 2000 18:13:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467170#M15902</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-11-24T18:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467171#M15903</link>
      <description>Hi Chris / James,&lt;BR /&gt;&lt;BR /&gt;I am still attempting to assign points to Chris as I am having alot of problems in the Forums today.  Anytime I click on assign points beside Chris 's name I get either of the below to messages:&lt;BR /&gt;&lt;BR /&gt;Error processing SSI file '/cm/QuestionAnswerContent/1,1154,LoggedIn!0x52fea14d9abcd4118fef0090279cd0f9!0!2,00.html'&lt;BR /&gt;&lt;BR /&gt;404 Object Not Found&lt;BR /&gt;&lt;BR /&gt;I will not forget about you.&lt;BR /&gt;&lt;BR /&gt;Below is the output from the what command on core - &lt;BR /&gt;&lt;BR /&gt;what core&lt;BR /&gt;core:&lt;BR /&gt;        midaemon       A.10.20.01  06/25/96 HPUX/MI-A                       =*=&lt;BR /&gt;         ic12_r10dav_gs libc.a_ID@@/main/r10dav/libc_dav/bvd_dav/1&lt;BR /&gt;         /ux/libc/libs/libc/archive_pa1/libc.a_ID&lt;BR /&gt;         May  1 1996 11:43:41&lt;BR /&gt;        9245XB HP-UX (B.10.20) #1: Sun Jun  9 06:31:19 PDT 1996&lt;BR /&gt;&lt;BR /&gt;What exactly does this output mean?&lt;BR /&gt;&lt;BR /&gt;Chris:&lt;BR /&gt;&lt;BR /&gt;Where is the manual you are referring to that I could look up these codes?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;S Aldrich</description>
      <pubDate>Fri, 24 Nov 2000 19:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467171#M15903</guid>
      <dc:creator>Shaun Aldrich</dc:creator>
      <dc:date>2000-11-24T19:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467172#M15904</link>
      <description>Hi&lt;BR /&gt;There are many reasons for core files some serious and some not so.&lt;BR /&gt;I would look closly at core files in the root directory.&lt;BR /&gt;&lt;BR /&gt;The time date and ownership are important.&lt;BR /&gt;&lt;BR /&gt;Your core files are produced by the midaemon:-&lt;BR /&gt;&lt;BR /&gt;midaemon - HP-UX Performance Measurement Interface daemon.&lt;BR /&gt;&lt;BR /&gt;Try :-&lt;BR /&gt;File core&lt;BR /&gt;What core&lt;BR /&gt;Strings core&lt;BR /&gt;&lt;BR /&gt;To extract as much information as possible and of course investigate the midaemon .&lt;BR /&gt;(search the forum for midaemon)&lt;BR /&gt;&lt;BR /&gt;Siglist for your info:-&lt;BR /&gt;&lt;BR /&gt;    SIGABRT         Process abort signal.&lt;BR /&gt;    SIGALRM        Alarm clock.&lt;BR /&gt;    SIGFPE          Erroneous arithmetic operation.&lt;BR /&gt;    SIGHUP         Hangup.&lt;BR /&gt;    SIGILL          Illegal instruction.&lt;BR /&gt;    SIGINT         Terminal interrupt signal.&lt;BR /&gt;    SIGKILL        Kill (cannot be caught or ignored).&lt;BR /&gt;    SIGPIPE        Write on a pipe with no one to read it.&lt;BR /&gt;    SIGQUIT         Terminal quit signal.&lt;BR /&gt;    SIGSEGV         Invalid memory reference.&lt;BR /&gt;    SIGTERM        Termination signal.&lt;BR /&gt;    SIGUSR1        User-defined signal 1.&lt;BR /&gt;    SIGUSR2        User-defined signal 2.&lt;BR /&gt;    SIGCHLD         Child process terminated or stopped.&lt;BR /&gt;    SIGCONT        Continue executing, if stopped.&lt;BR /&gt;    SIGSTOP         Stop executing (cannot be caught or ignored).&lt;BR /&gt;    SIGTSTP         Terminal stop signal.&lt;BR /&gt;    SIGTTIN         Background process attempting read.&lt;BR /&gt;    SIGTTOU         Background process attempting write.&lt;BR /&gt;    SIGBUS          Bus error.&lt;BR /&gt;    SIGPOLL        Pollable event.&lt;BR /&gt;    SIGPROF        Profiling timer expired.&lt;BR /&gt;    SIGSYS          Bad system call.&lt;BR /&gt;    SIGTRAP         Trace/breakpoint trap.&lt;BR /&gt;    SIGURG         High bandwidth data is available at a socket.&lt;BR /&gt;    SIGVTALRM    Virtual timer expired.&lt;BR /&gt;    SIGXCPU         CPU time limit exceeded.&lt;BR /&gt;    SIGXFSZ         File size limit exceeded.&lt;BR /&gt;    SIGRTMIN       First realtime signal.&lt;BR /&gt;    SIGRTMAX      Last realtime signal.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;</description>
      <pubDate>Fri, 24 Nov 2000 19:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467172#M15904</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2000-11-24T19:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467173#M15905</link>
      <description>Shaun:&lt;BR /&gt;&lt;BR /&gt;The manual to which Chris refers are the "man" pages, in this case, section-5.  Look at the man(ual) pages for 'kill' and 'what' [section-1], 'core' [section-4] and 'signal' in section-5.  Note that the 'volume' in which the various sections occur is different in 11.x than in 10.x -- five volumes comprise 11.x whereas only four make up 10.x.  For 'signal (5)' is section-5 in volume-4 for 10.x but volume-5 for 11.x.&lt;BR /&gt;&lt;BR /&gt;# man 1 kill&lt;BR /&gt;# man 1 what&lt;BR /&gt;# man 4 core&lt;BR /&gt;# man 5 signal&lt;BR /&gt;&lt;BR /&gt;If these core files from the midaemon are being produced with regularity, then as Chris suggested, send them on to HP for analysis.&lt;BR /&gt;&lt;BR /&gt;You might also see if you have the man pages for 'midaemon' on your server:&lt;BR /&gt;&lt;BR /&gt;# man 1 midaemon&lt;BR /&gt;&lt;BR /&gt;Check, for errors too, in: /usr/perf/log/&lt;HOSTNAME&gt;/midaemon.err &lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 24 Nov 2000 22:32:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467173#M15905</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-11-24T22:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467174#M15906</link>
      <description>Hi Shaun,&lt;BR /&gt;I would add, if you have cores on different machines with  the SAME timestamp then you should investigate, a quick one would be to:&lt;BR /&gt;strings core&lt;BR /&gt;&lt;BR /&gt;You could find out (like me, I had the case...) someone is looking for exploits...&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Victor</description>
      <pubDate>Sat, 25 Nov 2000 09:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467174#M15906</guid>
      <dc:creator>Victor BERRIDGE</dc:creator>
      <dc:date>2000-11-25T09:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467175#M15907</link>
      <description>The midaemon needs to be updated.  There are a number of past causes (mostly very busy systems) that can cause midaemon to core dump. Get the latest midaemon patch for your system.</description>
      <pubDate>Sat, 25 Nov 2000 17:12:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467175#M15907</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2000-11-25T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I know if these core files I found are serious???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467176#M15908</link>
      <description>I believe a segment violation signal is &lt;BR /&gt;because the app is trying to allocate &lt;BR /&gt;more memory than the kernal default tolerance.&lt;BR /&gt;I believe the exact parameter is maxdsiz&lt;BR /&gt;but that'll depend on 10.20 and 11.&lt;BR /&gt;&lt;BR /&gt;I read a relatively good doc that described &lt;BR /&gt;hpux tuning on hp-partners.com but lost&lt;BR /&gt;the link.. &lt;BR /&gt;&lt;BR /&gt;Good luck anyway,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 27 Nov 2000 10:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-do-i-know-if-these-core-files-i-found-are-serious/m-p/2467176#M15908</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2000-11-27T10:25:05Z</dc:date>
    </item>
  </channel>
</rss>

