<?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 aCC: error while handling error 3 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785463#M722579</link>
    <description>HP-UX : (uname -rv) B.11.00 A&lt;BR /&gt;aCC -V: aCC: HP ANSI C++ B3910B A.03.26&lt;BR /&gt;&lt;BR /&gt;I am seeing this error message for the first time while compiling some C++ code that I have compiled many times in the past with aCC.  The change is that someone added some more code - which is compiling fine on other platforms and should be OK on HP-UX as well - and the compiler just gives the above error message and aborts.&lt;BR /&gt;&lt;BR /&gt;I have tried commenting out this new code, and then it compiles fine.  If I leave this new code in place and comment out some other code, it also compiles fine.  If I leave it all in place, I get this error.&lt;BR /&gt;&lt;BR /&gt;It feels like something along the lines of a memory (data or stack segment) issue.  I once had this kind of problem but the error message was much more helpful (something like "increase maxdsiz kernel parameter").  But I am really hesistant to touch the kernel right now because last time all of you know what broke loose.&lt;BR /&gt;&lt;BR /&gt;Any ideas would be much appreciated.</description>
    <pubDate>Tue, 13 Aug 2002 19:48:24 GMT</pubDate>
    <dc:creator>Chris De Angelis</dc:creator>
    <dc:date>2002-08-13T19:48:24Z</dc:date>
    <item>
      <title>aCC: error while handling error 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785463#M722579</link>
      <description>HP-UX : (uname -rv) B.11.00 A&lt;BR /&gt;aCC -V: aCC: HP ANSI C++ B3910B A.03.26&lt;BR /&gt;&lt;BR /&gt;I am seeing this error message for the first time while compiling some C++ code that I have compiled many times in the past with aCC.  The change is that someone added some more code - which is compiling fine on other platforms and should be OK on HP-UX as well - and the compiler just gives the above error message and aborts.&lt;BR /&gt;&lt;BR /&gt;I have tried commenting out this new code, and then it compiles fine.  If I leave this new code in place and comment out some other code, it also compiles fine.  If I leave it all in place, I get this error.&lt;BR /&gt;&lt;BR /&gt;It feels like something along the lines of a memory (data or stack segment) issue.  I once had this kind of problem but the error message was much more helpful (something like "increase maxdsiz kernel parameter").  But I am really hesistant to touch the kernel right now because last time all of you know what broke loose.&lt;BR /&gt;&lt;BR /&gt;Any ideas would be much appreciated.</description>
      <pubDate>Tue, 13 Aug 2002 19:48:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785463#M722579</guid>
      <dc:creator>Chris De Angelis</dc:creator>
      <dc:date>2002-08-13T19:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: aCC: error while handling error 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785464#M722580</link>
      <description>test</description>
      <pubDate>Tue, 13 Aug 2002 20:02:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785464#M722580</guid>
      <dc:creator>Chris De Angelis</dc:creator>
      <dc:date>2002-08-13T20:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: aCC: error while handling error 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785465#M722581</link>
      <description>Do you have this patch for for version3.26&lt;BR /&gt;&lt;BR /&gt;PHSS_21906 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;THanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 05:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785465#M722581</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-14T05:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: aCC: error while handling error 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785466#M722582</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Version  A.03.26  is rather old (about 2 years)&lt;BR /&gt;&lt;BR /&gt;You could consider installing the latest&lt;BR /&gt;version of aCC.&lt;BR /&gt;The latest base-version of aCC is found on&lt;BR /&gt;the application-cd  from December 2001.&lt;BR /&gt;It is version A.03.33.&lt;BR /&gt;Applying patches to A.03.33  will give&lt;BR /&gt;you version A.03.34&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Olav&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Aug 2002 07:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785466#M722582</guid>
      <dc:creator>Olav Baadsvik</dc:creator>
      <dc:date>2002-08-14T07:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: aCC: error while handling error 3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785467#M722583</link>
      <description>Hi guys,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestions.  I have this patch installed:&lt;BR /&gt;&lt;BR /&gt;PHSS_24627            1.0            HP aC++ -AA runtime libraries (aCC A.03.33)&lt;BR /&gt;&lt;BR /&gt;which supercedes PHSS_21906.&lt;BR /&gt;&lt;BR /&gt;A.03.26 may be a little old now, but I don't have an updated applications CD.  I am trying to get HP support to help, but they say I don't have a valid software support contract. &lt;BR /&gt;=(&lt;BR /&gt;&lt;BR /&gt;- Chris</description>
      <pubDate>Wed, 14 Aug 2002 10:51:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-error-while-handling-error-3/m-p/2785467#M722583</guid>
      <dc:creator>Chris De Angelis</dc:creator>
      <dc:date>2002-08-14T10:51:54Z</dc:date>
    </item>
  </channel>
</rss>

