<?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: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961553#M101271</link>
    <description>You need to install PHSS_28756 and probably PHSS_28594. This will patch 3.37 upto 3.45 and does fix a SIGSEGV problem. It's been my experience that newer compiler releases work with software packages and you should view the 3.37 version as a minimum required version for your software. In any event, your compiler is broken and this appears to be the only viable fix. By the way, a 96MB stack (even in 64-bit land) would only be required by very poorly written software. 32MB-64MB is very generous.&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Feb 2006 12:22:13 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2006-02-21T12:22:13Z</dc:date>
    <item>
      <title>Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961550#M101268</link>
      <description>Hi all,&lt;BR /&gt;When we try to compile with aCC 3.37 on a K370 server with HP-UX 11.0 we obtain this error:&lt;BR /&gt;Error (system problem) 689: # Compiler received signal 11&lt;BR /&gt;&lt;BR /&gt;Somebody could help us ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 11:52:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961550#M101268</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2006-02-21T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961551#M101269</link>
      <description>Signal 11 is a segmentation violation. It is possible that this could be caused by maxssiz being too small especially if running with the default maxssiz of 8MB. I would increase it to 32MB but no more than 64MB. This may fix you but this could well be a compiler bug. 3.37 is very old. You should really install a later compiler along with any cumulative patches. You should find aCC on your latest Application CD's.</description>
      <pubDate>Tue, 21 Feb 2006 12:03:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961551#M101269</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-21T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961552#M101270</link>
      <description>We have maxssiz established in 96 Mb and we are using 3.37 due to requisites of an application.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961552#M101270</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2006-02-21T12:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961553#M101271</link>
      <description>You need to install PHSS_28756 and probably PHSS_28594. This will patch 3.37 upto 3.45 and does fix a SIGSEGV problem. It's been my experience that newer compiler releases work with software packages and you should view the 3.37 version as a minimum required version for your software. In any event, your compiler is broken and this appears to be the only viable fix. By the way, a 96MB stack (even in 64-bit land) would only be required by very poorly written software. 32MB-64MB is very generous.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Feb 2006 12:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961553#M101271</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-21T12:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961554#M101272</link>
      <description>There are two main causes for compiler getting Sig 11. One is that the compiler uses-up stack space beyond maxssize (or other kernel parameters). Other possibility is that its a compiler defect. &lt;BR /&gt;&lt;BR /&gt;Can you provide us a reduced testcase or a preprocessed file (use -E -.i option)? &lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;-Ganesh</description>
      <pubDate>Wed, 22 Feb 2006 01:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961554#M101272</guid>
      <dc:creator>SG Ganesh</dc:creator>
      <dc:date>2006-02-22T01:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961555#M101273</link>
      <description>We have instaled the last version of aCC, 3.67 and the error persists. &lt;BR /&gt;We have discovered that the problem is the use of the pragma VERSIONID and option -E.&lt;BR /&gt;HP says that is a bug of the compiler.&lt;BR /&gt;Thanks for your answers.&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 05:27:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961555#M101273</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2006-02-27T05:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Signal 11 to try compile with aCC 3.37 on HP-UX 11.0</title>
      <link>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961556#M101274</link>
      <description>Thread closed.</description>
      <pubDate>Mon, 27 Feb 2006 05:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/signal-11-to-try-compile-with-acc-3-37-on-hp-ux-11-0/m-p/4961556#M101274</guid>
      <dc:creator>Manuel Plaza</dc:creator>
      <dc:date>2006-02-27T05:35:39Z</dc:date>
    </item>
  </channel>
</rss>

