<?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 HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775976#M1040</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Im using &lt;STRONG&gt;Intel MKL version 10.0.2.019&lt;/STRONG&gt; andI compiled in debug mode the following code:&lt;/P&gt;&lt;P&gt;#include "fftw\\rfftw.h"&lt;/P&gt;&lt;P&gt;int main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;rfftwnd_plan forwardPlan = 0;&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;int buffLength = 8192;&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;forwardPlan = rfftwnd_create_plan(1,&lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;&amp;amp;buffLength, &lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;FFTW_FORWARD, &lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;FFTW_ESTIMATE);&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;As additional dependencies of the linker,I added: &lt;STRONG&gt;fftw2xc_ms.lib mkl_intel_c_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If a choose &lt;STRONG&gt;Start Debugging&lt;/STRONG&gt; from &lt;STRONG&gt;Visual Studio 2005&lt;/STRONG&gt;, Im getting this error in output:&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'D:\\Teste\\testmklc\\Debug\\testmklc.exe', Symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\ntdll.dll', No symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\kernel32.dll', No symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\mkl_intel_thread.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\msvcr71.dll', Symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libguide40.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\mkl_p4m.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libimalloc.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Unloaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libimalloc.dll'&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap( 00390000, 00395D70 )&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;Windows has triggered a breakpoint in testmklc.exe.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;This may be due to a corruption of the heap, and indicates a bug in testmklc.exe or any of the DLLs it has loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;The output window may have more diagnostic information &lt;/P&gt;&lt;P&gt;Here is the call stack:&lt;/P&gt;&lt;P&gt;ntdll.dll!7c90120e() &lt;/P&gt;&lt;P&gt;[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e139() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e576() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f75e() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8cc() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c94bc4c() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c918f21() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c94bc4c() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c910435() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91043e() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c92770a() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927573() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927573() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e5df() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8e8() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8cc() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;&amp;gt; msvcr71.dll!free(void * pBlock=0x00390000) Line 103 C&lt;/P&gt;&lt;P&gt;msvcr71.dll!free(void * pBlock=0x00395d70) Line 103 C&lt;/P&gt;&lt;P&gt;mkl_p4m.dll!00471074() &lt;/P&gt;&lt;P&gt;mkl_p4m.dll!0047103b() &lt;/P&gt;&lt;P&gt;mkl_p4m.dll!004728b3() &lt;/P&gt;...... &lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If I choose &lt;STRONG&gt;Start without debugging&lt;/STRONG&gt; there is no anomaly.&lt;/P&gt;&lt;P&gt;Pls help me.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Sorin&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2010 12:34:30 GMT</pubDate>
    <dc:creator>srususoftwin_ro</dc:creator>
    <dc:date>2010-07-21T12:34:30Z</dc:date>
    <item>
      <title>HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775976#M1040</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Im using &lt;STRONG&gt;Intel MKL version 10.0.2.019&lt;/STRONG&gt; andI compiled in debug mode the following code:&lt;/P&gt;&lt;P&gt;#include "fftw\\rfftw.h"&lt;/P&gt;&lt;P&gt;int main()&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;rfftwnd_plan forwardPlan = 0;&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;int buffLength = 8192;&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;forwardPlan = rfftwnd_create_plan(1,&lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;&amp;amp;buffLength, &lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;FFTW_FORWARD, &lt;/P&gt;&lt;P style="padding-left: 180pt;"&gt;FFTW_ESTIMATE);&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;return 0;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;As additional dependencies of the linker,I added: &lt;STRONG&gt;fftw2xc_ms.lib mkl_intel_c_dll.lib mkl_intel_thread_dll.lib mkl_core_dll.lib.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If a choose &lt;STRONG&gt;Start Debugging&lt;/STRONG&gt; from &lt;STRONG&gt;Visual Studio 2005&lt;/STRONG&gt;, Im getting this error in output:&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'D:\\Teste\\testmklc\\Debug\\testmklc.exe', Symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\ntdll.dll', No symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\kernel32.dll', No symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\mkl_intel_thread.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\WINDOWS\\system32\\msvcr71.dll', Symbols loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libguide40.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\mkl_p4m.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Loaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libimalloc.dll', Binary was not built with debug information.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;'testmklc.exe': Unloaded 'C:\\Program Files\\Intel\\MKL\\10.0.2.019\\ia32\\bin\\libimalloc.dll'&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap( 00390000, 00395D70 )&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;Windows has triggered a breakpoint in testmklc.exe.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;This may be due to a corruption of the heap, and indicates a bug in testmklc.exe or any of the DLLs it has loaded.&lt;/P&gt;&lt;P style="padding-left: 20pt;"&gt;The output window may have more diagnostic information &lt;/P&gt;&lt;P&gt;Here is the call stack:&lt;/P&gt;&lt;P&gt;ntdll.dll!7c90120e() &lt;/P&gt;&lt;P&gt;[Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e139() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e576() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f75e() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8cc() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c94bc4c() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c918f21() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c94bc4c() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c910435() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91043e() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c92770a() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927784() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927573() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c927573() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96e5df() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8e8() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c96f8cc() &lt;/P&gt;&lt;P&gt;ntdll.dll!7c91005d() &lt;/P&gt;&lt;P&gt;&amp;gt; msvcr71.dll!free(void * pBlock=0x00390000) Line 103 C&lt;/P&gt;&lt;P&gt;msvcr71.dll!free(void * pBlock=0x00395d70) Line 103 C&lt;/P&gt;&lt;P&gt;mkl_p4m.dll!00471074() &lt;/P&gt;&lt;P&gt;mkl_p4m.dll!0047103b() &lt;/P&gt;&lt;P&gt;mkl_p4m.dll!004728b3() &lt;/P&gt;...... &lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If I choose &lt;STRONG&gt;Start without debugging&lt;/STRONG&gt; there is no anomaly.&lt;/P&gt;&lt;P&gt;Pls help me.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;BR /&gt;Sorin&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2010 12:34:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775976#M1040</guid>
      <dc:creator>srususoftwin_ro</dc:creator>
      <dc:date>2010-07-21T12:34:30Z</dc:date>
    </item>
    <item>
      <title>HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775977#M1041</link>
      <description>Sorin,&lt;DIV&gt;if you linked with threaded lib's, then you have to addlibiomp5md.lib or libguide40.lib. Isn't it? See more Linking Examples into User's guide.&lt;DIV&gt;--Gennady&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 21 Jul 2010 14:09:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775977#M1041</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-21T14:09:53Z</dc:date>
    </item>
    <item>
      <title>HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775978#M1042</link>
      <description>&lt;P&gt;Gennady,&lt;BR /&gt;&lt;BR /&gt;Thank you for your answer. I tried also to add libiomp5md.lib or libguide40.lib but the result is the same. :(&lt;BR /&gt;&lt;BR /&gt;Sorin&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2010 19:00:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775978#M1042</guid>
      <dc:creator>srususoftwin_ro</dc:creator>
      <dc:date>2010-07-21T19:00:10Z</dc:date>
    </item>
    <item>
      <title>HEAP[testmklc.exe]: Invalid Address specified to RtlFreeHeap</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775979#M1043</link>
      <description>&lt;DIV&gt;I have no installed VS2005 at this moment but I checked your test with 2008 and MKL 10.2 update5.&lt;DIV&gt;no problems with/without Debug mode.&lt;/DIV&gt;&lt;DIV&gt;I used the same linking line.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\D\_QuAD\Forum_MKL\76273\Debug\test.exe', Symbols loaded.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_intel_thread.dll', Binary was not built with debug information.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\msvcr71.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_core.dll', Binary was not built with debug information.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libiomp5md.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\AppPatch\AcLayers.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\userenv.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\profapi.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\winspool.drv'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\mpr.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_p4m.dll', Binary was not built with debug information.&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll'&lt;/DIV&gt;&lt;DIV id="_mcePaste"&gt;'test.exe': Unloaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll'&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;'test.exe': Loaded 'C:\D\_QuAD\Forum_MKL\76273\Debug\test.exe', Symbols loaded.'test.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll''test.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_intel_thread.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\Windows\SysWOW64\msvcr71.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_core.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libiomp5md.dll''test.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.'test.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll''test.exe': Loaded 'C:\Windows\AppPatch\AcLayers.dll''test.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll''test.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll''test.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll''test.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll''test.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll''test.exe': Loaded 'C:\Windows\SysWOW64\user32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll''test.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll''test.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll''test.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\userenv.dll''test.exe': Loaded 'C:\Windows\SysWOW64\profapi.dll''test.exe': Loaded 'C:\Windows\SysWOW64\winspool.drv''test.exe': Loaded 'C:\Windows\SysWOW64\mpr.dll''test.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_p4m.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll''test.exe': Unloaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll'&lt;/DIV&gt;&lt;/DIV&gt;'test.exe': Loaded 'C:\D\_QuAD\Forum_MKL\76273\Debug\test.exe', Symbols loaded.'test.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll''test.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_intel_thread.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\Windows\SysWOW64\msvcr71.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_core.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libiomp5md.dll''test.exe': Loaded 'C:\Windows\winsxs\x86_microsoft.vc90.debugcrt_1fc8b3b9a1e18e3b_9.0.21022.8_none_96748342450f6aa2\msvcr90d.dll', Symbols loaded.'test.exe': Loaded 'C:\Windows\SysWOW64\apphelp.dll''test.exe': Loaded 'C:\Windows\AppPatch\AcLayers.dll''test.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll''test.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll''test.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll''test.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll''test.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll''test.exe': Loaded 'C:\Windows\SysWOW64\user32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll''test.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll''test.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\shell32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\shlwapi.dll''test.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\userenv.dll''test.exe': Loaded 'C:\Windows\SysWOW64\profapi.dll''test.exe': Loaded 'C:\Windows\SysWOW64\winspool.drv''test.exe': Loaded 'C:\Windows\SysWOW64\mpr.dll''test.exe': Loaded 'C:\Windows\SysWOW64\imm32.dll''test.exe': Loaded 'C:\Windows\SysWOW64\msctf.dll''test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\mkl_p4m.dll', Binary was not built with debug information.'test.exe': Loaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll''test.exe': Unloaded 'C:\APPS\Intel\MKL\10.2.5\ia32\bin\libimalloc.dll'</description>
      <pubDate>Thu, 22 Jul 2010 10:30:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/HEAP-testmklc-exe-Invalid-Address-specified-to-RtlFreeHeap/m-p/775979#M1043</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2010-07-22T10:30:35Z</dc:date>
    </item>
  </channel>
</rss>

