<?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 Crash in construction of UMC::VideoDecoderParams? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828274#M5338</link>
    <description>I'm using IPP 7.0.1 on an Ubuntu 9.04 (and Suse 10.3) system, and am running into an issue where the system is crashing when the UMC::VideoDecoderParams object is instantiated. In this case, I've got a block of code which looks like this:&lt;BR /&gt;&lt;PRE&gt;[cpp]  boost::shared_ptr&lt;:VIDEODECODERPARAMS&gt; result;
  std::cerr &amp;lt;&amp;lt; "Creating VideoDecoderParams . . ." &amp;lt;&amp;lt; std::endl;
  result = boost::shared_ptr&lt;:VIDEODECODERPARAMS&gt;(new UMC::VideoDecoderParams());
  std::cerr &amp;lt;&amp;lt; "Created VideoDecoderParams." &amp;lt;&amp;lt; std::endl;[/cpp]&lt;/:VIDEODECODERPARAMS&gt;&lt;/:VIDEODECODERPARAMS&gt;&lt;/PRE&gt; with the resulting output being:&lt;BR /&gt;Creating params . . .&lt;BR /&gt;*** glibc detected *** /home/jasedit/bin/TestApp: malloc(): memory corruption: 0x0894fbd0 ***&lt;BR /&gt;&lt;BR /&gt;I've got absolutely no idea what might be causing this - this block of code worked fine undera previous version of IPP (not sure which version exactly, but it's a 6.something release I'm almost certain.)&lt;BR /&gt;&lt;BR /&gt;Any suggestions?</description>
    <pubDate>Thu, 06 Jan 2011 19:14:49 GMT</pubDate>
    <dc:creator>jasedit</dc:creator>
    <dc:date>2011-01-06T19:14:49Z</dc:date>
    <item>
      <title>Crash in construction of UMC::VideoDecoderParams?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828274#M5338</link>
      <description>I'm using IPP 7.0.1 on an Ubuntu 9.04 (and Suse 10.3) system, and am running into an issue where the system is crashing when the UMC::VideoDecoderParams object is instantiated. In this case, I've got a block of code which looks like this:&lt;BR /&gt;&lt;PRE&gt;[cpp]  boost::shared_ptr&lt;:VIDEODECODERPARAMS&gt; result;
  std::cerr &amp;lt;&amp;lt; "Creating VideoDecoderParams . . ." &amp;lt;&amp;lt; std::endl;
  result = boost::shared_ptr&lt;:VIDEODECODERPARAMS&gt;(new UMC::VideoDecoderParams());
  std::cerr &amp;lt;&amp;lt; "Created VideoDecoderParams." &amp;lt;&amp;lt; std::endl;[/cpp]&lt;/:VIDEODECODERPARAMS&gt;&lt;/:VIDEODECODERPARAMS&gt;&lt;/PRE&gt; with the resulting output being:&lt;BR /&gt;Creating params . . .&lt;BR /&gt;*** glibc detected *** /home/jasedit/bin/TestApp: malloc(): memory corruption: 0x0894fbd0 ***&lt;BR /&gt;&lt;BR /&gt;I've got absolutely no idea what might be causing this - this block of code worked fine undera previous version of IPP (not sure which version exactly, but it's a 6.something release I'm almost certain.)&lt;BR /&gt;&lt;BR /&gt;Any suggestions?</description>
      <pubDate>Thu, 06 Jan 2011 19:14:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828274#M5338</guid>
      <dc:creator>jasedit</dc:creator>
      <dc:date>2011-01-06T19:14:49Z</dc:date>
    </item>
    <item>
      <title>Crash in construction of UMC::VideoDecoderParams?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828275#M5339</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;Is this 32 bit application, or 64 bit?, and which compiler you are using to build the application? &lt;/P&gt;&lt;P&gt;I just review the code within the function call ( just some construction functions): &lt;/P&gt;&lt;P&gt;new UMC::VideoDecoderParams()); &lt;/P&gt;&lt;P&gt;There is no malloc() function call, could you have a debug within the code, and see which line of the code is crashed? &lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Chao &lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2011 02:20:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828275#M5339</guid>
      <dc:creator>Chao_Y_Intel</dc:creator>
      <dc:date>2011-01-07T02:20:17Z</dc:date>
    </item>
    <item>
      <title>Crash in construction of UMC::VideoDecoderParams?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828276#M5340</link>
      <description>The two platforms I'm currently testing on are 32-bit - although it will be compiled on a 64-bit version of Ubuntu 10.04 once this is tested and fixed as well. We're using gcc - whichever version is shipped with each distro (I can pull up version numbers if those are useful to help debug the issue.)&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I'm not sure what you mean by "have a debug within the code" - I've tried to pull out information from gdb to localize the crash, but it ends up with a corrupt stack trace and provides no information.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thanks,&lt;/DIV&gt;&lt;DIV&gt;Jason&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 Jan 2011 04:53:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828276#M5340</guid>
      <dc:creator>jasedit</dc:creator>
      <dc:date>2011-01-07T04:53:28Z</dc:date>
    </item>
    <item>
      <title>Crash in construction of UMC::VideoDecoderParams?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828277#M5341</link>
      <description>I've been hammering at this, and it appears that something screwy was going on when the IPP system was installed on these machines. Performing a fresh install of IPP has got both machines no longer crashing - one is working fully as expected, and the other appears to have issues in unrelated parts of the code.&lt;BR /&gt;&lt;BR /&gt;Thanks for all the help!&lt;BR /&gt;Jason</description>
      <pubDate>Fri, 07 Jan 2011 16:44:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Crash-in-construction-of-UMC-VideoDecoderParams/m-p/828277#M5341</guid>
      <dc:creator>jasedit</dc:creator>
      <dc:date>2011-01-07T16:44:46Z</dc:date>
    </item>
  </channel>
</rss>

