<?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: Info on BUS Error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141385#M452510</link>
    <description>Ok, i'll take a look into this..&lt;BR /&gt;&lt;BR /&gt;A weird thing, doing a find this morning generated a bus error again..&lt;BR /&gt;&lt;BR /&gt;[root@myunix /bla/bla] file core&lt;BR /&gt;core:           core file from 'find' - received SIGBUS&lt;BR /&gt;&lt;BR /&gt;Weird weird right?</description>
    <pubDate>Tue, 18 Nov 2008 15:44:35 GMT</pubDate>
    <dc:creator>Marie-Josee Cormier</dc:creator>
    <dc:date>2008-11-18T15:44:35Z</dc:date>
    <item>
      <title>Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141382#M452507</link>
      <description>Well, that's a first, after a few years in production with HP-UX 11.i.. We had this in one of our system logs..&lt;BR /&gt;&lt;BR /&gt;/userdisk/prod/drd/script/scriptname.sh[28]: 13593 Bus error(coredump)&lt;BR /&gt;&lt;BR /&gt;Should we be concern?</description>
      <pubDate>Mon, 17 Nov 2008 18:32:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141382#M452507</guid>
      <dc:creator>Marie-Josee Cormier</dc:creator>
      <dc:date>2008-11-17T18:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141383#M452508</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;whatever this script is intended to do, it went wrong.&lt;BR /&gt;&lt;BR /&gt;/userdisk/prod/drd/script/scriptname.sh&lt;BR /&gt;&lt;BR /&gt;You should first investigate what this script does - maybe&lt;BR /&gt;&lt;BR /&gt;file core&lt;BR /&gt;&lt;BR /&gt;can tell you where it crashed.</description>
      <pubDate>Mon, 17 Nov 2008 18:36:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141383#M452508</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-11-17T18:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141384#M452509</link>
      <description>It depends what the script does. Take a look at line 28 in this script. It is the process in that line that coredumped. There is probably a core file either in the home directory of the executing owner of this srcipt (and/or home directory of executing owner of the proces in line 28) or in the default path where the script was invoked from. You should check the core file with the "file" command to find out the cause of the core dump. Additional troubleshooting can be done by analyzing the core file by HP or the developer of the process in line 28. &lt;BR /&gt;Most likely after a few yesrs in production you ran out of some resource, maybe a memory leak.</description>
      <pubDate>Mon, 17 Nov 2008 18:39:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141384#M452509</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-11-17T18:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141385#M452510</link>
      <description>Ok, i'll take a look into this..&lt;BR /&gt;&lt;BR /&gt;A weird thing, doing a find this morning generated a bus error again..&lt;BR /&gt;&lt;BR /&gt;[root@myunix /bla/bla] file core&lt;BR /&gt;core:           core file from 'find' - received SIGBUS&lt;BR /&gt;&lt;BR /&gt;Weird weird right?</description>
      <pubDate>Tue, 18 Nov 2008 15:44:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141385#M452510</guid>
      <dc:creator>Marie-Josee Cormier</dc:creator>
      <dc:date>2008-11-18T15:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141386#M452511</link>
      <description>&amp;gt;core: core file from 'find' - received SIGBUS&lt;BR /&gt;&lt;BR /&gt;Do you have the latest patches for find and libc?</description>
      <pubDate>Tue, 18 Nov 2008 16:04:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141386#M452511</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-11-18T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Info on BUS Error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141387#M452512</link>
      <description>Well, I started seeing some more, something definitly wrong on my system.&lt;BR /&gt;&lt;BR /&gt;I have a core dump file, and submit it to HP for evaluation.&lt;BR /&gt;&lt;BR /&gt;Thanks to all for your help!</description>
      <pubDate>Wed, 26 Nov 2008 19:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/info-on-bus-error/m-p/5141387#M452512</guid>
      <dc:creator>Marie-Josee Cormier</dc:creator>
      <dc:date>2008-11-26T19:47:10Z</dc:date>
    </item>
  </channel>
</rss>

