<?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 Segmentation fault in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000944#M96059</link>
    <description>I have found a segmentation error for a c++ application:&lt;BR /&gt;&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;SEGV_MAPERR - Address not mapped to object&lt;BR /&gt;Error trying to get information about dynamic linker.&lt;BR /&gt;#0  0xc0000000000cc260 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;&lt;BR /&gt;can anyone help me...&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Subrat&lt;/UNKNOWN_PROCEDURE&gt;</description>
    <pubDate>Wed, 16 May 2007 04:33:30 GMT</pubDate>
    <dc:creator>subrat chaudhary</dc:creator>
    <dc:date>2007-05-16T04:33:30Z</dc:date>
    <item>
      <title>Segmentation fault</title>
      <link>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000944#M96059</link>
      <description>I have found a segmentation error for a c++ application:&lt;BR /&gt;&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;SEGV_MAPERR - Address not mapped to object&lt;BR /&gt;Error trying to get information about dynamic linker.&lt;BR /&gt;#0  0xc0000000000cc260 in &lt;UNKNOWN_PROCEDURE&gt; ()&lt;BR /&gt;&lt;BR /&gt;can anyone help me...&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Regards,&lt;BR /&gt;Subrat&lt;/UNKNOWN_PROCEDURE&gt;</description>
      <pubDate>Wed, 16 May 2007 04:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000944#M96059</guid>
      <dc:creator>subrat chaudhary</dc:creator>
      <dc:date>2007-05-16T04:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault</title>
      <link>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000945#M96060</link>
      <description>What is the history here?&lt;BR /&gt;Is this a new program?&lt;BR /&gt;Home grown or 3rd party?&lt;BR /&gt;Did it ever work?&lt;BR /&gt;What changed?&lt;BR /&gt;&lt;BR /&gt;If I had to investigate this problem for real, then I would start with analyzing the progam you are trying to run with 'ldd' and check the PATH, LD_LIBRARY_PATH and application environment variables.&lt;BR /&gt;&lt;BR /&gt;Check the man pages for ldd and dld.sl&lt;BR /&gt;&lt;BR /&gt;If that did not point me in the right direction, then I would run the program with trace, let the (reams of) output scroll by untill the problem happens. Then scroll back a screen or two looking for a failing (dlopen?) call.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps some,&lt;BR /&gt;Hein van den Heuvel (at gmail dot com)&lt;BR /&gt;HvdH Performance Consulting&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 May 2007 07:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000945#M96060</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-05-16T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault</title>
      <link>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000946#M96061</link>
      <description>What version of gdb do you have?  The latest is 5.6.&lt;BR /&gt;&lt;BR /&gt;Was the above output from a core file?  If you have a corefile, you must debug it on the system it occurs, or use the packcore/unpackcore commands to move it to another system.&lt;BR /&gt;&lt;BR /&gt;The address above looks like you are aborting in a readonly shared lib.  Can you get a stack trace with "bt"?&lt;BR /&gt;&lt;BR /&gt;Once you get that, you could compile with -g so you can query the local variables of the function in question.</description>
      <pubDate>Wed, 16 May 2007 21:51:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/segmentation-fault/m-p/4000946#M96061</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-05-16T21:51:13Z</dc:date>
    </item>
  </channel>
</rss>

