<?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: 'Memory fault(coredump)' Error message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592743#M883676</link>
    <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;It's the same answer as before. The Baan executable is attempting an out of bounds memory operation - like exceeeding the boundaries of an array or attempting to write to a NULL address. This is NOT an OS issue but a programming/data error. The answer is to call Baan.</description>
    <pubDate>Thu, 11 Oct 2001 13:33:57 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-10-11T13:33:57Z</dc:date>
    <item>
      <title>'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592734#M883667</link>
      <description>I get this error from running a script that executes a command over and extensive amount of files. What causes this error message? How do I prevent this error from occurring?</description>
      <pubDate>Wed, 10 Oct 2001 18:43:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592734#M883667</guid>
      <dc:creator>Anthony Wcislo</dc:creator>
      <dc:date>2001-10-10T18:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592735#M883668</link>
      <description>Anthony,&lt;BR /&gt;&lt;BR /&gt;When you get the core file, do a &lt;BR /&gt;file core and see what output you are getting.&lt;BR /&gt;&lt;BR /&gt;Depending on the error, you need to decide whehter you want to tune maxdsiz or maxssiz.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 10 Oct 2001 18:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592735#M883668</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-10T18:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592736#M883669</link>
      <description>This simply means that the command is attempting an operation outside the bounds of normal memory. One example would be if an array were declared with 100 elements so that indices 0 - 99 are valid. The program might attempt to access element -3 or 451 and generate just this error. &lt;BR /&gt;&lt;BR /&gt;One thing that does occur to me since you say this command is executed over many files is that the program is attempting to copy the argument list into an array that is too small. Does is crash when fed only a few filenames?&lt;BR /&gt;&lt;BR /&gt;The other thing that can cause this is corrupt files. You really have to give us more to go on than this.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Oct 2001 18:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592736#M883669</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-10T18:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592737#M883670</link>
      <description>I did the command 'strings core|head -100|more' to look at the core file that was dumped. I attached it in a text file.</description>
      <pubDate>Wed, 10 Oct 2001 19:08:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592737#M883670</guid>
      <dc:creator>Anthony Wcislo</dc:creator>
      <dc:date>2001-10-10T19:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592738#M883671</link>
      <description>Okay Anthony:&lt;BR /&gt;&lt;BR /&gt;Time to call Baan Support and wait for their usual 2 or 3 day response.</description>
      <pubDate>Wed, 10 Oct 2001 19:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592738#M883671</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-10T19:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592739#M883672</link>
      <description>Anthony,&lt;BR /&gt;&lt;BR /&gt;YOu can't get any information from  strings. If you really want to debug the core file , we need to use xdb but that's too complicated.&lt;BR /&gt;&lt;BR /&gt;What does your "file core" say?&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 10 Oct 2001 19:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592739#M883672</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-10T19:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592740#M883673</link>
      <description>Yeah...I've had this case submitted to Baan for almost 3 weeks. I have better luck figuring it out myself. How can I read the core file? The only way I know to look at the core file is with the 'strings' command.</description>
      <pubDate>Wed, 10 Oct 2001 19:16:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592740#M883673</guid>
      <dc:creator>Anthony Wcislo</dc:creator>
      <dc:date>2001-10-10T19:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592741#M883674</link>
      <description>Hello,&lt;BR /&gt;#file core &lt;BR /&gt;what is the result.&lt;BR /&gt;for ex. the result gives a 'telnetd' as source&lt;BR /&gt;YOu can use gdb for examining your core file.&lt;BR /&gt;#/opt/langtools/bin/gdb telnetd core&lt;BR /&gt;gdb&amp;gt;where&lt;BR /&gt;You can start your debugging here.</description>
      <pubDate>Thu, 11 Oct 2001 07:03:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592741#M883674</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-10-11T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592742#M883675</link>
      <description>I did the command '#file core' as told and the output was:&lt;BR /&gt;core:     core file from 'tbase6.1' - received SIGSEGV&lt;BR /&gt;What does this mean and what do I need to do next?</description>
      <pubDate>Thu, 11 Oct 2001 13:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592742#M883675</guid>
      <dc:creator>Anthony Wcislo</dc:creator>
      <dc:date>2001-10-11T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592743#M883676</link>
      <description>Hi again:&lt;BR /&gt;&lt;BR /&gt;It's the same answer as before. The Baan executable is attempting an out of bounds memory operation - like exceeeding the boundaries of an array or attempting to write to a NULL address. This is NOT an OS issue but a programming/data error. The answer is to call Baan.</description>
      <pubDate>Thu, 11 Oct 2001 13:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592743#M883676</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-10-11T13:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: 'Memory fault(coredump)' Error message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592744#M883677</link>
      <description>Hello,&lt;BR /&gt;#file core&lt;BR /&gt;#gdb 'tbase6.1' core&lt;BR /&gt;.....&lt;BR /&gt;gdb&amp;gt;where&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;....&lt;BR /&gt;</description>
      <pubDate>Fri, 12 Oct 2001 06:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault-coredump-error-message/m-p/2592744#M883677</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-10-12T06:40:55Z</dc:date>
    </item>
  </channel>
</rss>

