<?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 runtime error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4287918#M640352</link>
    <description>Hi all,&lt;BR /&gt;Recently we run into problem with our SCM on our appl server which is a "ia64 hp server rx5670", the SCM process crashed with SIGABRT when we run a large case (it should use more memory storage), and the following error occurs - &lt;BR /&gt;&lt;BR /&gt;08/10/13 00:47:35: Starting 1st scheduling (non-shared resource and material constrained)&lt;BR /&gt;&lt;BR /&gt;1:250905599.999590009451,0.000000000000&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Uncaught exception of type "std::bad_alloc".&lt;BR /&gt;&lt;BR /&gt;we got this error for std::bad_alloc class, and seems that NOT all virtual functions are correctly defined in the derived classes or HP-UX does not support thread-safe. The following link shows some info about thread-safe implementations on HP-UX…&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.boost.org/doc/libs/1_34_0/doc/html/thread.html" target="_blank"&gt;http://www.boost.org/doc/libs/1_34_0/doc/html/thread.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Should you have any idea what the problem could be or whether there is any known patch for aCC runtime library for this problem, please advise.&lt;BR /&gt;Many thanks.</description>
    <pubDate>Thu, 16 Oct 2008 02:04:39 GMT</pubDate>
    <dc:creator>twang</dc:creator>
    <dc:date>2008-10-16T02:04:39Z</dc:date>
    <item>
      <title>aCC runtime error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4287918#M640352</link>
      <description>Hi all,&lt;BR /&gt;Recently we run into problem with our SCM on our appl server which is a "ia64 hp server rx5670", the SCM process crashed with SIGABRT when we run a large case (it should use more memory storage), and the following error occurs - &lt;BR /&gt;&lt;BR /&gt;08/10/13 00:47:35: Starting 1st scheduling (non-shared resource and material constrained)&lt;BR /&gt;&lt;BR /&gt;1:250905599.999590009451,0.000000000000&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Uncaught exception of type "std::bad_alloc".&lt;BR /&gt;&lt;BR /&gt;we got this error for std::bad_alloc class, and seems that NOT all virtual functions are correctly defined in the derived classes or HP-UX does not support thread-safe. The following link shows some info about thread-safe implementations on HP-UX…&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.boost.org/doc/libs/1_34_0/doc/html/thread.html" target="_blank"&gt;http://www.boost.org/doc/libs/1_34_0/doc/html/thread.html&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;Should you have any idea what the problem could be or whether there is any known patch for aCC runtime library for this problem, please advise.&lt;BR /&gt;Many thanks.</description>
      <pubDate>Thu, 16 Oct 2008 02:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4287918#M640352</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2008-10-16T02:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime error Uncaught exception of type std::bad_alloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4287919#M640353</link>
      <description>&lt;P&gt;Everything you need to know is in my message and the Standard.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;we got this error for std::bad_alloc class,&lt;BR /&gt;&lt;BR /&gt;bad_alloc means you are out of memory on operator new or operator new[]. It has nothing to do with virtual functions nor threading. These have their own messages.&lt;BR /&gt;&lt;BR /&gt;You will have to increase maxdsiz/maxdsiz_64bit or possibly add more swapspace.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 05:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4287919#M640353</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-11-03T05:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5379615#M640354</link>
      <description>&lt;P&gt;I am getting this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running al_engine command...&lt;/P&gt;&lt;P&gt;aCC runtime: Uncaught exception of type "std::basic_string&amp;lt;char,std::char_traits&amp;lt;char&amp;gt;,std::allocator&amp;lt;char&amp;gt; &amp;gt;".&lt;/P&gt;&lt;P&gt;sh: 15205 Abort(coredump).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added oracel to the bodi group in the /etc/group and made sure that bodi was the group associated with /local/apps/bods3 (The bods3 home directory).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seemed to resolve my problems...just posting it here for anyone who may be having these problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2011 15:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5379615#M640354</guid>
      <dc:creator>jodymckinzie</dc:creator>
      <dc:date>2011-11-02T15:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime error Uncaught exception of type std::basic_string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5380243#M640355</link>
      <description>&lt;P&gt;&amp;gt;just posting it here for anyone who may be having these problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a completely different error and has nothing to do with the original topic.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2011 05:07:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5380243#M640355</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-11-03T05:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime error Uncaught exception of type std::bad_alloc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5569387#M640356</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error message:&lt;BR /&gt;&lt;BR /&gt;aCC runtime: Uncaught exception of type "std::runtime_error".&lt;BR /&gt;&lt;BR /&gt;Do anyone have any idea on this?&lt;BR /&gt;What could be the problem and how this can be resolved.&lt;BR /&gt;&lt;BR /&gt;I am using HP-UX ia64 11.23.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 01 Mar 2012 11:14:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5569387#M640356</guid>
      <dc:creator>Samadi</dc:creator>
      <dc:date>2012-03-01T11:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: aCC runtime error Uncaught exception of type std::runtime_error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5569453#M640357</link>
      <description>&lt;P&gt;&amp;gt;What could be the problem and how this can be resolved?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to get a stacktrace so you can see where it is being thrown.&lt;/P&gt;&lt;P&gt;What is your libCsup version?&amp;nbsp; Newer version may print out what() with more details.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2012 12:58:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/5569453#M640357</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-03-01T12:58:37Z</dc:date>
    </item>
  </channel>
</rss>

