<?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 Not detecting simple memory issue? in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764193#M44</link>
    <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;Can you let me know the Intel Inspector
XE command line being ran? From the GUI,
click the Show command line" button. This will tell me exactly what and how the analysis is being ran.&lt;BR /&gt;&lt;BR /&gt;If you run one of the other Memory
analysis types (Memory leaks, Detect, Locate), do you get different behavior?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;BR /&gt;Intel Support&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2011 19:55:03 GMT</pubDate>
    <dc:creator>Rob5</dc:creator>
    <dc:date>2011-04-13T19:55:03Z</dc:date>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764190#M41</link>
      <description>I am evaluating Intel Inspector XE2011 ( build 134657) . It seems it didn't detect some simple memory issues. I have 3 tests in my code ( see below ), and only the first one is detected. Could someone help me to see what's wrong? &lt;BR /&gt;&lt;BR /&gt;I build the fortran code using visual studio 2005 + Intel fortran 10.0.0.26. I ran Intel Inspector XE2011 from VS2005. I removed Intel Fortran Compier XE and installed the old version. Other XE components are untouched&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any ideas are apprecated. Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My Analysis setting is&lt;BR /&gt;-------------------&lt;BR /&gt;checked detect memory leaks&lt;BR /&gt;checked detect resource leaks&lt;BR /&gt;checked detect invalid/uninitialized access&lt;BR /&gt;checked analyze stack accesses&lt;BR /&gt;checked enable enhanced dangling pointer check &lt;BR /&gt; bype limit before reallocation 1MB&lt;BR /&gt;checked enable guard zones&lt;BR /&gt; guard zone byte size 32bytes&lt;BR /&gt; stack frame depth 12&lt;BR /&gt;remove duplicates&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Below is my testing code&lt;BR /&gt;-----------------------&lt;BR /&gt;program testfortran&lt;BR /&gt;&lt;BR /&gt; implicit none&lt;BR /&gt; integer ivar, niarray, nrarray&lt;BR /&gt; integer iarray(8)&lt;BR /&gt; real rvar,rarray(8)&lt;BR /&gt;&lt;BR /&gt; ! Variables&lt;BR /&gt;&lt;BR /&gt; ! Body of testfortran&lt;BR /&gt; print *, 'Hello World'&lt;BR /&gt; &lt;BR /&gt; call testpurify (ivar,iarray,8,rvar,rarray,8)&lt;BR /&gt; &lt;BR /&gt; end program testfortran&lt;BR /&gt;&lt;BR /&gt;c=======================================================================&lt;BR /&gt; subroutine testpurify (ivar,iarray,niarray,rvar,rarray,nrarray)&lt;BR /&gt; implicit none&lt;BR /&gt;c&lt;BR /&gt; integer ivar,niarray,nrarray&lt;BR /&gt; integer iarray(*)&lt;BR /&gt; real rvar,rarray(nrarray)&lt;BR /&gt; &lt;BR /&gt; integer istack,ia,iar(2)&lt;BR /&gt; integer ptestp&lt;BR /&gt;c&lt;BR /&gt;c&lt;BR /&gt; write(*,*)'00-testpurify'&lt;BR /&gt;c&lt;BR /&gt;c standard mem issue&lt;BR /&gt;c &lt;BR /&gt; write(*,*)'01-use uninit stack var'&lt;BR /&gt; ia=istack&lt;BR /&gt;&lt;BR /&gt; write(*,*)'02-use uninit array arg'&lt;BR /&gt; ia=iar(2)&lt;BR /&gt;&lt;BR /&gt; write(*,*)'03-pass arg mem access'&lt;BR /&gt; iarray(niarray+1)=2&lt;BR /&gt;&lt;BR /&gt; return&lt;BR /&gt; end&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Apr 2011 20:34:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764190#M41</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-12T20:34:20Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764191#M42</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;I was able to compile the
code and run Intel Inspector XE analysis on it. Inspector XE found several memory issues. I did compile with Intel Visual Fortran 64
Compiler XE version 12.0.0.104. Can you
attach a screen shot of the Inspector XE Summary tab showing the error you did
find and I can compare what is missing and go from there.&lt;BR /&gt;&lt;BR /&gt;If you wish the information /
screenshot to be private, you can mark the post as private and the thread
will nolonger be public.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;BR /&gt;Intel Support&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2011 23:17:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764191#M42</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-12T23:17:37Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764192#M43</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;I tried Inspector with Intel Fortran XE 12.0.2.154 but I got nothing. I am not sure if I missed something or not. I use the same setup as I had in the previous post in this thread except for converting the project file. &lt;BR /&gt;&lt;BR /&gt;Any ideas are appreciated. Thanks.&lt;BR /&gt;&lt;BR /&gt;Linfa</description>
      <pubDate>Wed, 13 Apr 2011 16:57:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764192#M43</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-13T16:57:34Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764193#M44</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;Can you let me know the Intel Inspector
XE command line being ran? From the GUI,
click the Show command line" button. This will tell me exactly what and how the analysis is being ran.&lt;BR /&gt;&lt;BR /&gt;If you run one of the other Memory
analysis types (Memory leaks, Detect, Locate), do you get different behavior?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;BR /&gt;Intel Support&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2011 19:55:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764193#M44</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-13T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764194#M45</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;here it is&lt;BR /&gt;&lt;BR /&gt;inspxe-cl --collect "Memory Errors Analysis 0" -mrte-mode=native -suppressions=delete --search-dir sym=E:/users/linfa/workarea/Work/Intel_Inspector/testfortran/testfortran.sln -- E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\Debug\testfortran.exe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I tried all types of memory analysis as you suggested, and still have "no problems deteced"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Linfa</description>
      <pubDate>Wed, 13 Apr 2011 21:58:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764194#M45</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-13T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764195#M46</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;Do you know if there is a log of the installation? I am wondering if there is any error during the installation which is not visible from the GUI&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Linfa</description>
      <pubDate>Wed, 13 Apr 2011 22:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764195#M46</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-13T22:01:56Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764196#M47</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;Can you run the following
from the command line and reply with the output?&lt;BR /&gt;&lt;BR /&gt;inspxe-cl --collect mi1 -result-dir c:\temp --
E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\Debug\testfortran.exe&lt;BR /&gt;&lt;BR /&gt;For the -result-dir
c:\temp parameter above, if c:\temp does
not exist, then enter a directory that does exist and is not protected or
create c:\temp.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;BR /&gt;Intel Support&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2011 18:03:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764196#M47</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-14T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764197#M48</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;Here is the results.&lt;BR /&gt;&lt;BR /&gt;C:\Program Files (x86)\Intel&amp;gt;inspxe-cl --collect mi1 -result-dir c:\temp -- E:\u&lt;BR /&gt;sers\linfa\workarea\Work\Intel_Inspector\testfortran\x64\Debug\testfortran.exe&lt;BR /&gt;Used suppression file(s): []&lt;BR /&gt;Hello World&lt;BR /&gt;00-testpurify&lt;BR /&gt;01-use uninit stack var&lt;BR /&gt;02-use uninit array arg&lt;BR /&gt;03-pass arg mem access&lt;BR /&gt;&lt;BR /&gt;4 new problem(s) found&lt;BR /&gt; 3 Kernel resource leak problem(s) detected&lt;BR /&gt; 1 Memory leak problem(s) detected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I am wondering why I could not get these messages in the GUI run.&lt;BR /&gt;&lt;BR /&gt;However, the results are not correct. There are no memeory and resource leaking issues in the source code at all. All I have is the uninitialized variable and array bound issues...</description>
      <pubDate>Thu, 14 Apr 2011 21:12:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764197#M48</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-14T21:12:07Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764198#M49</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;It looks like you are running a Custom Inspector that was
named "Memory Errors Analysis 0" versus the predefined memory
analysis types. Is this correct? If so, can you attempt to run the pre-defined Memory
analysis called Locate Memory Problems otherwise known as mi3. With this pre-defined Memory analysis the
command line start out like inspxe-cl
--collect mi3 followed by any parameters and the executable to
be analyzed.&lt;BR /&gt;&lt;BR /&gt;With mi3 memory
analysis, I receive an error Initialized memory access that points to ia=istack. I believe this is at least one of the errors
you are looking for. Is this correct?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2011 20:39:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764198#M49</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-15T20:39:53Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764199#M50</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;Thanks for your suggestions. However, I could not found anything by mi3&lt;BR /&gt;&lt;BR /&gt;C:\Program Files (x86)\Intel&amp;gt;inspxe-cl --collect mi3 -result-dir c:\temp\aa -- E&lt;BR /&gt;:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\Debug\testfortran.ex&lt;BR /&gt;e&lt;BR /&gt;Used suppression file(s): []&lt;BR /&gt;Hello World&lt;BR /&gt;00-testpurify&lt;BR /&gt;01-use uninit stack var&lt;BR /&gt;02-use uninit array arg&lt;BR /&gt;03-pass arg mem access&lt;BR /&gt;&lt;BR /&gt;0 new problem(s) found&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;C:\Program Files (x86)\Intel&amp;gt;inspxe-cl --collect mi1 -result-dir c:\temp\aa1 --&lt;BR /&gt;E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\Debug\testfortran.e&lt;BR /&gt;xe&lt;BR /&gt;Used suppression file(s): []&lt;BR /&gt;Hello World&lt;BR /&gt;00-testpurify&lt;BR /&gt;01-use uninit stack var&lt;BR /&gt;02-use uninit array arg&lt;BR /&gt;03-pass arg mem access&lt;BR /&gt;&lt;BR /&gt;4 new problem(s) found&lt;BR /&gt; 3 Kernel resource leak problem(s) detected&lt;BR /&gt; 1 Memory leak problem(s) detected&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Linfa</description>
      <pubDate>Fri, 15 Apr 2011 21:57:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764199#M50</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-15T21:57:23Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764200#M51</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;Can you attach the VS 2005 build log showing the compile
command line, etc. and also let me know the Windows* operating system you are
running?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2011 21:38:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764200#M51</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-18T21:38:42Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764201#M52</link>
      <description>Hi Rob,&lt;BR /&gt;&lt;BR /&gt;It is Win7 and here is the build log (win32 and x64). I could not find any issue on both&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;------ Build started: Project: testfortran, Configuration: Debug|x64 ------&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Fortran Compiler 10.0.026 [Intel 64]...&lt;BR /&gt;ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /module:&amp;amp;quotx64\Debug\" /object:&amp;amp;quotx64\Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /extfor:F /Qvc8 /Qlocation,link,&amp;amp;quotC:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin\x86_amd64" &amp;amp;quotE:\users\linfa\workarea\Work\Intel_Inspector\testfortran\testfortran.F"&lt;BR /&gt;Linking...&lt;BR /&gt;Link /OUT:&amp;amp;quotx64\Debug\testfortran.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:&amp;amp;quotE:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\debug\testfortran.exe.intermediate.manifest" /DEBUG /PDB:&amp;amp;quotE:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\debug\testfortran.pdb" /SUBSYSTEM:CONSOLE &amp;amp;quotx64\Debug\testfortran.obj"&lt;BR /&gt;Link: executing 'link'&lt;BR /&gt;&lt;BR /&gt;Embedding manifest...&lt;BR /&gt;mt.exe /nologo /outputresource:&amp;amp;quotE:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\debug\testfortran.exe;#1" /manifest &amp;amp;quotE:\users\linfa\workarea\Work\Intel_Inspector\testfortran\x64\debug\testfortran.exe.intermediate.manifest"&lt;BR /&gt;&lt;BR /&gt;testfortran - 0 error(s), 0 warning(s)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;PRE&gt;------ Build started: Project: testfortran, Configuration: Debug|Win32 ------&lt;BR /&gt;&lt;BR /&gt;Compiling with Intel Fortran Compiler 10.0.026 [IA-32]...&lt;BR /&gt;ifort /nologo /Zi /Od /gen-interfaces /warn:interfaces /module:"Debug\" /object:"Debug\" /traceback /check:bounds /libs:static /threads /dbglibs /c /extfor:F /Qvc8 /Qlocation,link,"C:\Program Files (x86)\Microsoft Visual Studio 8\VC\bin" "E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\testfortran.F"&lt;BR /&gt;Linking...&lt;BR /&gt;Link /OUT:"Debug\testfortran.exe" /INCREMENTAL:NO /NOLOGO /MANIFEST /MANIFESTFILE:"E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\debug\testfortran.exe.intermediate.manifest" /DEBUG /PDB:"E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\debug\testfortran.pdb" /SUBSYSTEM:CONSOLE "Debug\testfortran.obj"&lt;BR /&gt;Link: executing 'link'&lt;BR /&gt;&lt;BR /&gt;Embedding manifest...&lt;BR /&gt;mt.exe /nologo /outputresource:"E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\debug\testfortran.exe;#1" /manifest "E:\users\linfa\workarea\Work\Intel_Inspector\testfortran\debug\testfortran.exe.intermediate.manifest"&lt;BR /&gt;&lt;BR /&gt;testfortran - 0 error(s), 0 warning(s)&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Apr 2011 20:06:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764201#M52</guid>
      <dc:creator>linfa</dc:creator>
      <dc:date>2011-04-19T20:06:52Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764202#M53</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;Thank
you for the additional information. I
have not been able to replicate the behavior and unfortunately, the cause is still
not apparent. It may be a combination of
Visual Studio version 2005, compiler version, hardware, etc. The release notes for Intel Inspector
specify Intel Fortran Compiler 11 or higher.
However, you have already attempted with the version 11 Fortran compiler
with similar results. However, we may
need to take a look at using version 11 or better instead of the current
version 10 you are using.&lt;BR /&gt;&lt;BR /&gt;To
further troubleshoot the behavior, can you run the Intel Inspector XE feedback
logging and attach the zipped output to the forum thread as a Private post?&lt;BR /&gt;&lt;BR /&gt;This report will provide us with information
about the system to further trouble shoot the root cause.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;inspxe-feedback -create-bug-report report&lt;BR /&gt;&lt;BR /&gt;It will create the report file in the current
directory. Make sure you can write to
the current directory or specify a directory that is writable.&lt;BR /&gt;&lt;BR /&gt;Be sure to attach the feedback logging as a
private forum post.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2011 22:14:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764202#M53</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-19T22:14:31Z</dc:date>
    </item>
    <item>
      <title>Not detecting simple memory issue?</title>
      <link>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764203#M54</link>
      <description>&lt;P&gt;Linfa,&lt;BR /&gt;&lt;BR /&gt;I was
able to replicate a difference with the build options. Can you disable the Initialize stack
variables to an unusual value in Microsoft Visual Studio 2005? Set this VS option to No instead of Yes /Qtrapuv.
This option is in project properties under Fortran &amp;gt; Data.&lt;BR /&gt;&lt;BR /&gt;Then re-build
the project and run an analysis mi3. For
the analysis also enable the option Detect resource leaks Do you obtain different results? There should be one results with reference to
ia=istack&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Rob&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2011 22:48:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Not-detecting-simple-memory-issue/m-p/764203#M54</guid>
      <dc:creator>Rob5</dc:creator>
      <dc:date>2011-04-28T22:48:30Z</dc:date>
    </item>
  </channel>
</rss>

