<?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 memory leakage problem detect-can't locate the source code in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091945#M15621</link>
    <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am trying to detect memory leakage problem using Intel Inspector XE. After the inspection finished, the resuls shows several memory leakage problems. However, by double clicking the problem item I was brought to the assemble code, instead of the source code. I also noticed that a warning message displayed:&lt;/P&gt;

&lt;P&gt;symbol information not found. suggestion: specify locations in a project properties dialog box search tab, then re-resolve the result.&lt;/P&gt;

&lt;P&gt;I have already set binary file folders and source code folders from 'project properties' dialog box in inspector's windows.&lt;/P&gt;

&lt;P&gt;Is there any problem in my setting and usage of Intel Inspector XE, how can I locate to the code that have the memory leakage problem?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 00:25:44 GMT</pubDate>
    <dc:creator>Zhanghong_T_</dc:creator>
    <dc:date>2016-01-18T00:25:44Z</dc:date>
    <item>
      <title>memory leakage problem detect-can't locate the source code</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091945#M15621</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;

&lt;P&gt;I am trying to detect memory leakage problem using Intel Inspector XE. After the inspection finished, the resuls shows several memory leakage problems. However, by double clicking the problem item I was brought to the assemble code, instead of the source code. I also noticed that a warning message displayed:&lt;/P&gt;

&lt;P&gt;symbol information not found. suggestion: specify locations in a project properties dialog box search tab, then re-resolve the result.&lt;/P&gt;

&lt;P&gt;I have already set binary file folders and source code folders from 'project properties' dialog box in inspector's windows.&lt;/P&gt;

&lt;P&gt;Is there any problem in my setting and usage of Intel Inspector XE, how can I locate to the code that have the memory leakage problem?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 00:25:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091945#M15621</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-18T00:25:44Z</dc:date>
    </item>
    <item>
      <title>What is your system</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091946#M15622</link>
      <description>&lt;P&gt;What is your system environment? Windows or Linux?&lt;/P&gt;

&lt;P&gt;1. Please ensure if you use right compiler's option to build to generate debugging info. Use "/Zi" with linker's option "/DEBUG" to generate .pdb file in Windows, use "-g" option in Linux.&lt;/P&gt;

&lt;P&gt;2. If you worked in Windows, please set right path of pdb file in project to do like "inspxe-cl -finalize -search-dir all:rp=dir1 -r result-dir" in command line simply.&lt;/P&gt;

&lt;P&gt;3. If you cannot solve the problem, can send me inspector's result dir, binary/debug file(s), and problem related source via private message for investigating?&lt;/P&gt;

&lt;P&gt;BTW, can this problem be produced in latest 2016 version Update 1?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 02:37:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091946#M15622</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-18T02:37:39Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091947#M15623</link>
      <description>&lt;P&gt;Dear Peter Wang,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I used /DEBUG option, but where to set /Zi option?&lt;/P&gt;

&lt;P&gt;I worked in Windows 7 64bit + VS 2013 + Intel Spector XE 2015 update 1, the project is a Fortran/C++ mixed project and the Fortran is main program and C++ generate a DLL file used by main program. The Inspector result looks like the attached picture.&lt;/P&gt;

&lt;P&gt;For the command line, I click the command line buttom and it displayed the following message:&lt;/P&gt;

&lt;P&gt;inspxe-cl -collect mi3 -knob detect-uninit-read=false -knob revert-uninit=false -knob analyze-stack=false -knob detect-leaks-on-exit=true -knob detect-resource-leaks=true -knob enable-memory-growth-detection=true -knob enable-on-demand-leak-detection=true -knob remove-duplicates=true -knob still-allocated-memory=true -knob stack-depth=16 -mrte-mode=auto -module-filter-mode=include -app-working-dir Z:\memtest -- "E:\Users\tang\fem\x64\Debug\fem.exe"&lt;/P&gt;

&lt;P&gt;Is there anything missed?&lt;/P&gt;

&lt;P&gt;I haven't test the later 2016 version.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 03:46:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091947#M15623</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-18T03:46:43Z</dc:date>
    </item>
    <item>
      <title>I set project properites</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091948#M15624</link>
      <description>&lt;P&gt;I set project properites according to the attached picture, is there any missed?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 04:05:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091948#M15624</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-18T04:05:46Z</dc:date>
    </item>
    <item>
      <title>From Intel's compiler helper</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091949#M15625</link>
      <description>&lt;P&gt;From Intel's compiler helper -&lt;/P&gt;

&lt;P&gt;"/Zi, /ZI, /Z7" one of them will be used to build your Fortran code.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Produce symbolic debug information.&amp;nbsp; The /Zi and /ZI flags emit the debug information for types into a separate PDB file.&lt;/P&gt;

&lt;P&gt;Have you found .pdb file?&lt;/P&gt;

&lt;P&gt;There were many default options in you command line, simply use - "inspxe-cl -c mi3 -- fem.exe"&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 06:30:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091949#M15625</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-18T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091950#M15626</link>
      <description>&lt;P&gt;Dear Peter Wang,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I noticed that the /Zi and /debug:full options are for C++ and Fortran respectively. I have already set these options in my Fortran and C++ projects.&lt;/P&gt;

&lt;P&gt;The .PDB files are generated in their .\x64\debug\ folders, I have already added these folders in Inspector's project properity settings.&lt;/P&gt;

&lt;P&gt;About the command line, do you mean that I only need to replace the original command by '&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;inspxe-cl -c mi3 -- fem.exe&lt;/SPAN&gt;'? OK, I will test it right now.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091950#M15626</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-18T07:19:27Z</dc:date>
    </item>
    <item>
      <title>You can do such as - "'inspxe</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091951#M15627</link>
      <description>&lt;P&gt;You can do such as - "'inspxe-cl -c mi3 -search-dir all:rp=dir-of-bin -search-dir all:rp=dir-of-pdb -search-dir all:rp=dir-of-src -- fem.exe". So you don't need to re-resolve the result, I mentioned in 1st reply.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:29:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091951#M15627</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-18T08:29:54Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091952#M15628</link>
      <description>&lt;P&gt;Dear Peter Wang,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I have a quick test by command line, but it result error message&lt;SPAN style="line-height: 19.5120010375977px;"&gt;&amp;nbsp;(see attached picture). I&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;s there anything I missed?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:50:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091952#M15628</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-18T08:50:27Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091953#M15629</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Dear Peter Wang,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;As you suggested, I recreated the project by gathering all Fortran code into a folder and built the project. The .PDB files are all in .|Debug folder. I run later inspector 2016 by the following command:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;inspxe-cl -c mi3 -search-dir all:rp=.\ &amp;nbsp;-search-dir all:rp=.\ &amp;nbsp;-search-dir all:rp=..\ &amp;nbsp;-- fem.exe&lt;/P&gt;

&lt;P&gt;However, the result is still the same, is there anything I missed?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 00:47:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091953#M15629</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-19T00:47:49Z</dc:date>
    </item>
    <item>
      <title>Oh...I don't know why the</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091954#M15630</link>
      <description>&lt;P&gt;Oh...I don't know why the tool reported there was no directory exists. Additional things are:&lt;/P&gt;

&lt;P&gt;1. You don't need to specify all sub-directories, if they are under one parent folder - just use parent directory because "r" means recursive search.&lt;/P&gt;

&lt;P&gt;2. I found you might have *multiple* versions of fem application, ensure if running fem.exe matches fem.pdb. Don't search other directories which include old fem.exe and fem.pdb.&lt;/P&gt;

&lt;P&gt;3. If problem persists, you can do "re-resolve" in command line. Note put exe/pdb/src under one parent directory then use "search-dir"&lt;/P&gt;

&lt;P&gt;Send me private message with result, exe, pdb, problematic src, then I can know more.&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 01:07:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091954#M15630</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-19T01:07:18Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091955#M15631</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Dear Peter Wang,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thank you very much for your kindly reply. I have only a version fem and I put all exe and pdb files in debug folder and source files in their parent folder. The inspector will run more than 10 hours to get a collected result.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;How can I send you files by private message (files are very large, more than 200 MB)? Can you get location of problem&amp;nbsp;only by the fem.exe and fem.pdb?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Tang Laoya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 01:25:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091955#M15631</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-19T01:25:52Z</dc:date>
    </item>
    <item>
      <title>BTW: I also attached the</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091956#M15632</link>
      <description>&lt;P&gt;BTW: I also attached the results by command line, can you find anything from the results?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 01:29:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091956#M15632</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-19T01:29:34Z</dc:date>
    </item>
    <item>
      <title>Just click on "Send Author A</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091957#M15633</link>
      <description>&lt;P&gt;Just click on "Send Author A Message" of any my post to write message and attach files. If Files are great than 20MB, that could be a problem. Lets postpone to do this...&lt;/P&gt;

&lt;P&gt;P1 was located at kernel source, you can use option "-knob detect-resource-leaks=false" to collect; don't collect such data.&lt;/P&gt;

&lt;P&gt;P6&amp;amp;P7 were located in ntdll.dll, you can add ignore (filter) these problem by using option "-module-filter-mode=include -module-filter=fem.exe"&lt;/P&gt;

&lt;P&gt;Other problem reports are memory leaks in fem.exe, allocation site at function mkl_serv_allocate() which has no source, I think.&lt;/P&gt;

&lt;P&gt;You might go MKL forum to ask why you had leak issue.&lt;/P&gt;

&lt;P&gt;--------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;

&lt;P&gt;C:\Users\zwang14\Desktop\Test&amp;gt;inspxe-cl -R problem -r r003mi3&lt;BR /&gt;
	P1: Error: Kernel resource leak: Not fixed&lt;BR /&gt;
	&amp;nbsp;P1.73: Error: Kernel resource leak: Not fixed&lt;BR /&gt;
	&amp;nbsp; f:\dd\vctools\crt\crtw32\startup\crt0dat.c(954): Error X73: Critical section c&lt;BR /&gt;
	reation site: Function initterm: Module E:\Users\tang\tang\logging\fenglw\loggin&lt;BR /&gt;
	g\fem all\fem_memtest\fem\x64\Debug\fem.exe&lt;/P&gt;

&lt;P&gt;P2: Error: Memory leak: New&lt;BR /&gt;
	&amp;nbsp;P2.70: Error: Memory leak: 13225040 Bytes: New&lt;BR /&gt;
	&amp;nbsp; fem.exe!0x00000000012C1728: Error X70: Allocation site: Function mkl_serv_allo&lt;BR /&gt;
	cate: Module E:\Users\tang\tang\logging\fenglw\logging\fem all\fem_memtest\fem\x&lt;BR /&gt;
	64\Debug\fem.exe&lt;/P&gt;

&lt;P&gt;P3: Error: Memory leak: New&lt;BR /&gt;
	&amp;nbsp;P3.71: Error: Memory leak: 1776320 Bytes: New&lt;BR /&gt;
	&amp;nbsp; fem.exe!0x00000000012C1ACE: Error X71: Allocation site: Function mkl_serv_allo&lt;BR /&gt;
	cate: Module E:\Users\tang\tang\logging\fenglw\logging\fem all\fem_memtest\fem\x&lt;BR /&gt;
	64\Debug\fem.exe&lt;/P&gt;

&lt;P&gt;P4: Error: Memory leak: New&lt;BR /&gt;
	&amp;nbsp;P4.72: Error: Memory leak: 896 Bytes: New&lt;BR /&gt;
	&amp;nbsp; fem.exe!0x00000000012C2374: Error X72: Allocation site: Function [Unknown]: Mo&lt;BR /&gt;
	dule E:\Users\tang\tang\logging\fenglw\logging\fem all\fem_memtest\fem\x64\Debug&lt;BR /&gt;
	\fem.exe&lt;/P&gt;

&lt;P&gt;P5: Error: Memory leak: New&lt;BR /&gt;
	&amp;nbsp;P5.60: Error: Memory leak: 1568 Bytes: New&lt;BR /&gt;
	&amp;nbsp; fem.exe!0x00000000012C2913: Error X60: Allocation site: Function mkl_serv_mall&lt;BR /&gt;
	oc: Module E:\Users\tang\tang\logging\fenglw\logging\fem all\fem_memtest\fem\x64&lt;BR /&gt;
	\Debug\fem.exe&lt;/P&gt;

&lt;P&gt;P6: Error: Invalid memory access: New&lt;BR /&gt;
	&amp;nbsp;P6.23: Error: Invalid memory access: New&lt;BR /&gt;
	&amp;nbsp; ntdll.dll!0x000000000004AC04: Error X23: Read: Function RtlDeNormalizeProcessP&lt;BR /&gt;
	arams: Module C:\Windows\SYSTEM32\ntdll.dll&lt;/P&gt;

&lt;P&gt;P7: Error: Invalid memory access: New&lt;BR /&gt;
	&amp;nbsp;P7.24: Error: Invalid memory access: New&lt;BR /&gt;
	&amp;nbsp; ntdll.dll!0x000000000004AC04: Error X24: Write: Function RtlDeNormalizeProcess&lt;BR /&gt;
	Params: Module C:\Windows\SYSTEM32\ntdll.dll&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 02:42:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091957#M15633</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-19T02:42:24Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091958#M15634</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Dear Peter Wang,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thank you very much for your kindly reply. Do you mean that the memory leakage could be from MKL libraries instead of my fem source code? OK, I will send the message to MKL forum.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Tang Laoya&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 02:58:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091958#M15634</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-19T02:58:12Z</dc:date>
    </item>
    <item>
      <title>Yeah, based on call stack,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091959#M15635</link>
      <description>&lt;P&gt;Yeah, based on call stack, calling sequence was -&lt;/P&gt;

&lt;P&gt;Description&amp;nbsp;&amp;nbsp; &amp;nbsp;Source&amp;nbsp;&amp;nbsp; &amp;nbsp;Function&amp;nbsp;&amp;nbsp; &amp;nbsp;Module&amp;nbsp;&amp;nbsp; &amp;nbsp;Object Size&amp;nbsp;&amp;nbsp; &amp;nbsp;Offset&lt;BR /&gt;
	Allocation site&amp;nbsp;&amp;nbsp; &amp;nbsp;fem.exe:0x00000000012C1ACE&amp;nbsp;&amp;nbsp; &amp;nbsp;mkl_serv_allocate&amp;nbsp;&amp;nbsp; &amp;nbsp;fem.exe&amp;nbsp;&amp;nbsp; &amp;nbsp;21248&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;gt;fem.exe!mkl_serv_allocate&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fem.exe!mkl_blas_mc3_dgemm_get_bufs&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fem.exe!mkl_blas_mc3_xdgemm_par&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fem.exe!mkl_blas_mc3_xdgemm&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; fem.exe!mkl_blas_dgemm_omp_driver_v1&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2016 03:19:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091959#M15635</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-19T03:19:08Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091960#M15636</link>
      <description>&lt;P&gt;Dear Peter Wang,&lt;/P&gt;

&lt;P&gt;I have another question about call stack display. there are several memory leaks in my code, they are shown in the attached figure. However, from the message I can't find the full calling stack, for example, they are both related to line 357 of csglib.cpp, but P5 shows the deeper stack: line 25486 of datatype.f90, but P6 doesn't show the deeper stack.&lt;/P&gt;

&lt;P&gt;Is there any settings help me to show the full calling stack?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 01:50:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091960#M15636</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-27T01:50:32Z</dc:date>
    </item>
    <item>
      <title>Hi Tang Laoya,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091961#M15637</link>
      <description>&lt;P&gt;Hi Tang Laoya,&lt;/P&gt;

&lt;P&gt;That is the problem on GUI. The report only displays top 5 from call stack because of size of sub-window.&lt;/P&gt;

&lt;P&gt;You might use command line to display full contents of call stack, like:&lt;/P&gt;

&lt;P&gt;&amp;gt; inspxe-cl -R problems -r r001mi3 -verbose&lt;/P&gt;

&lt;P&gt;Regards, Peter&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 08:07:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091961#M15637</guid>
      <dc:creator>Peter_W_Intel</dc:creator>
      <dc:date>2016-01-27T08:07:13Z</dc:date>
    </item>
    <item>
      <title>Dear Peter Wang,</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091962#M15638</link>
      <description>&lt;P&gt;Dear Peter Wang,&lt;/P&gt;

&lt;P&gt;Thank you very much for your kindly reply. I used the command you suggested, but it display the following error message:&lt;/P&gt;

&lt;P&gt;E:\Users\tang\tang\memorytest&amp;gt;inspxe-cl -R problems -r r001mi3 -verbose&lt;BR /&gt;
	Error: Result directory E:\Users\tang\tang\memorytest\r001mi3 is not found or empty. Suggestion: Specify valid path.&lt;/P&gt;

&lt;P&gt;Even I created the folder r001mi3 folder in E:\Users\tang\tang\memorytest\&lt;/P&gt;

&lt;P&gt;I have reported this problem before.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 09:33:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091962#M15638</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-27T09:33:58Z</dc:date>
    </item>
    <item>
      <title>I see. I should use the</title>
      <link>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091963#M15639</link>
      <description>&lt;P&gt;I see. I should use the result got from GUI instead collecting results by that command.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Tang Laoya&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2016 10:12:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/memory-leakage-problem-detect-can-t-locate-the-source-code/m-p/1091963#M15639</guid>
      <dc:creator>Zhanghong_T_</dc:creator>
      <dc:date>2016-01-27T10:12:34Z</dc:date>
    </item>
  </channel>
</rss>

