<?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: aCC Runtime error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4255412#M674055</link>
    <description>Thanks for the help, I will keep that in mind and debug.&lt;BR /&gt;&lt;BR /&gt;(I'm sorry for the late response)&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Aug 2008 08:35:48 GMT</pubDate>
    <dc:creator>Krishna R</dc:creator>
    <dc:date>2008-08-25T08:35:48Z</dc:date>
    <item>
      <title>aCC Runtime error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4255410#M674053</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My application crashed sporadically with SIGABRT, and the following error is printed -&lt;BR /&gt;&lt;BR /&gt;aCC runtime: pure virtual function called for class "..." &lt;BR /&gt;&lt;BR /&gt;I got this error for different classes, and I'm pretty sure that all virtual functions are correctly defined in the derived classes. I dont' get this error on all HP-UX ia64 machines.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can anyone let me know what the problem could be, whether there is any known patch for aCC runtime library for this problem.&lt;BR /&gt;&lt;BR /&gt;HPUX B.11.23U ia64&lt;BR /&gt;&lt;BR /&gt;Any help is appreciated,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Krishna</description>
      <pubDate>Wed, 20 Aug 2008 18:37:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4255410#M674053</guid>
      <dc:creator>Krishna R</dc:creator>
      <dc:date>2008-08-20T18:37:40Z</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/4255411#M674054</link>
      <description>&amp;gt;aCC runtime: pure virtual function called for class "..."&lt;BR /&gt;&lt;BR /&gt;You are doing a call to a pure virtual function in that class.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I'm pretty sure that all virtual functions are correctly defined in the derived classes.&lt;BR /&gt;&lt;BR /&gt;You are not in the derived class.  What was the name that was printed, a base class?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;Can anyone let me know what the problem could be&lt;BR /&gt;&lt;BR /&gt;This is a 100% user problem.&lt;BR /&gt;Horse) In the base class constructor, you are calling a member function and that is calling a pure virtual function.&lt;BR /&gt;&lt;BR /&gt;Zebra) You have deleted the object.  And by mistake you still have a pointer.  And then when you call any virtual function that is pure in the base, it will abort.</description>
      <pubDate>Thu, 21 Aug 2008 03:56:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4255411#M674054</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-08-21T03:56:03Z</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/4255412#M674055</link>
      <description>Thanks for the help, I will keep that in mind and debug.&lt;BR /&gt;&lt;BR /&gt;(I'm sorry for the late response)&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Aug 2008 08:35:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/acc-runtime-error/m-p/4255412#M674055</guid>
      <dc:creator>Krishna R</dc:creator>
      <dc:date>2008-08-25T08:35:48Z</dc:date>
    </item>
  </channel>
</rss>

