<?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: Parallel inspector giving wrong line number in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743713#M1405</link>
    <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/453079"&gt;khan_069&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi&lt;BR /&gt;&lt;BR /&gt;After using parallel inspector,the log shows errors&lt;BR /&gt;but when i double click to see source its giving wrong line number&lt;BR /&gt;&lt;BR /&gt;sometimes there will not be any code present at the line shown by inspector&lt;BR /&gt;&lt;BR /&gt;here are the VS2005 compiler settings&lt;BR /&gt;&lt;BR /&gt;/Od /I "....base-libsCodebase5.1mt" /I "." /I "Xmam" /I "Custlist" /I "RepObj" /I "RepobjBison" /I "RepobjBisonnt" /I "Arobject" /I "......TAOTAO-1.5ACE_wrappersTAO" /I "......TAOTAO-1.5ACE_wrappersTAOorbsvcsorbsvcs" /I "......TAOTAO-1.5ACE_wrappers" /I "......TAOTAO-1.5ACE_wrappersTAOorbsvcs" /I "C:optSmartHeap_8.00smp_x86include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "__WINNT__" /D "__ALL_H_INCLUDED__" /D "_VC80_UPGRADE=0x0600" /D "_UNICODE" /D "DP" /D "I2_TAO_WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /D "NLM_CERT" /D "USER_FUNC" /D "DOUBLES_ONLY" /D "__USECDX__" /D "__CONFIG_REQD__" /D "WAN_OPTIMIZE" /D "TRIMED_HEXPR" /D "__ERROR_LOGGING__" /D "S4FOX" /D "S4WIN32" /D "S4DEBUG" /D "S4OFF_OPTIMIZE" /D "S4OPTIMIZE_OFF" /D "__FYI_CONTROL__" /D "__FOR_INTEL_BMK__" /D "__FOR_INTEL_MEM__" /D "__EXPORT__" /D "__FOR_COMPAQ__" /D "DB_OPT" /D "COMPDECOMP" /D "_VIS_NOLIB" /D "__LICENSE_LIB__" /D "__SMARTHEAP__" /D "_WIN32_WINNT=0x500" /FD /EHsc /MD /Zp4 /Yu"types.h" /Fp".release/plannts.pch" /Fo".release/" /Fd".release/" /FR".release" /W3 /nologo /c /ZI /TP /errorReport:prompt /vmg /w&lt;BR /&gt;&lt;BR /&gt;any suggestions/help&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;nayeem khan&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Looks like you are analyzing the release version of the code, even you disabled the optimization by using /Od. Try to add /DEBUG option here, or switch to debug mode (for linking with debug versions of the libraries).
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Which Inspector Update you were using?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 20 Nov 2009 10:16:01 GMT</pubDate>
    <dc:creator>Vladimir_T_Intel</dc:creator>
    <dc:date>2009-11-20T10:16:01Z</dc:date>
    <item>
      <title>Parallel inspector giving wrong line number</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743712#M1404</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;After using parallel inspector,the log shows errors&lt;BR /&gt;but when i double click to see source its giving wrong line number&lt;BR /&gt;&lt;BR /&gt;sometimes there will not be any code present at the line shown by inspector&lt;BR /&gt;&lt;BR /&gt;here are the VS2005 compiler settings&lt;BR /&gt;&lt;BR /&gt;/Od /I "..\..\base-libs\Codebase\5.1mt" /I "." /I "Xmam" /I "Custlist" /I "RepObj" /I "Repobj\Bison" /I "Repobj\Bison\nt" /I "Arobject" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO\orbsvcs\orbsvcs" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers" /I "..\..\..\TAO\TAO-1.5\ACE_wrappers\TAO\orbsvcs" /I "C:\opt\SmartHeap_8.00smp_x86\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "__WINNT__" /D "__ALL_H_INCLUDED__" /D "_VC80_UPGRADE=0x0600" /D "_UNICODE" /D "DP" /D "I2_TAO_WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /D "NLM_CERT" /D "USER_FUNC" /D "DOUBLES_ONLY" /D "__USECDX__" /D "__CONFIG_REQD__" /D "WAN_OPTIMIZE" /D "TRIMED_HEXPR" /D "__ERROR_LOGGING__" /D "S4FOX" /D "S4WIN32" /D "S4DEBUG" /D "S4OFF_OPTIMIZE" /D "S4OPTIMIZE_OFF" /D "__FYI_CONTROL__" /D "__FOR_INTEL_BMK__" /D "__FOR_INTEL_MEM__" /D "__EXPORT__" /D "__FOR_COMPAQ__" /D "DB_OPT" /D "COMPDECOMP" /D "_VIS_NOLIB" /D "__LICENSE_LIB__" /D "__SMARTHEAP__" /D "_WIN32_WINNT=0x500" /FD /EHsc /MD /Zp4 /Yu"types.h" /Fp".\release/plannts.pch" /Fo".\release/" /Fd".\release/" /FR".\release\" /W3 /nologo /c /ZI /TP /errorReport:prompt /vmg /w&lt;BR /&gt;&lt;BR /&gt;any suggestions/help&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;nayeem khan&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:58:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743712#M1404</guid>
      <dc:creator>khan_069</dc:creator>
      <dc:date>2009-11-20T09:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel inspector giving wrong line number</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743713#M1405</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/453079"&gt;khan_069&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt;Hi&lt;BR /&gt;&lt;BR /&gt;After using parallel inspector,the log shows errors&lt;BR /&gt;but when i double click to see source its giving wrong line number&lt;BR /&gt;&lt;BR /&gt;sometimes there will not be any code present at the line shown by inspector&lt;BR /&gt;&lt;BR /&gt;here are the VS2005 compiler settings&lt;BR /&gt;&lt;BR /&gt;/Od /I "....base-libsCodebase5.1mt" /I "." /I "Xmam" /I "Custlist" /I "RepObj" /I "RepobjBison" /I "RepobjBisonnt" /I "Arobject" /I "......TAOTAO-1.5ACE_wrappersTAO" /I "......TAOTAO-1.5ACE_wrappersTAOorbsvcsorbsvcs" /I "......TAOTAO-1.5ACE_wrappers" /I "......TAOTAO-1.5ACE_wrappersTAOorbsvcs" /I "C:optSmartHeap_8.00smp_x86include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "__WINNT__" /D "__ALL_H_INCLUDED__" /D "_VC80_UPGRADE=0x0600" /D "_UNICODE" /D "DP" /D "I2_TAO_WIN32" /D "_CRT_SECURE_NO_DEPRECATE" /D "NLM_CERT" /D "USER_FUNC" /D "DOUBLES_ONLY" /D "__USECDX__" /D "__CONFIG_REQD__" /D "WAN_OPTIMIZE" /D "TRIMED_HEXPR" /D "__ERROR_LOGGING__" /D "S4FOX" /D "S4WIN32" /D "S4DEBUG" /D "S4OFF_OPTIMIZE" /D "S4OPTIMIZE_OFF" /D "__FYI_CONTROL__" /D "__FOR_INTEL_BMK__" /D "__FOR_INTEL_MEM__" /D "__EXPORT__" /D "__FOR_COMPAQ__" /D "DB_OPT" /D "COMPDECOMP" /D "_VIS_NOLIB" /D "__LICENSE_LIB__" /D "__SMARTHEAP__" /D "_WIN32_WINNT=0x500" /FD /EHsc /MD /Zp4 /Yu"types.h" /Fp".release/plannts.pch" /Fo".release/" /Fd".release/" /FR".release" /W3 /nologo /c /ZI /TP /errorReport:prompt /vmg /w&lt;BR /&gt;&lt;BR /&gt;any suggestions/help&lt;BR /&gt;&lt;BR /&gt;from&lt;BR /&gt;nayeem khan&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
Looks like you are analyzing the release version of the code, even you disabled the optimization by using /Od. Try to add /DEBUG option here, or switch to debug mode (for linking with debug versions of the libraries).
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;Which Inspector Update you were using?&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Nov 2009 10:16:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743713#M1405</guid>
      <dc:creator>Vladimir_T_Intel</dc:creator>
      <dc:date>2009-11-20T10:16:01Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel inspector giving wrong line number</title>
      <link>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743714#M1406</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Generally, we don't suggest you use optimization features when you are debugging a developing project. It is better to optimizate your project after building successfully.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Wise</description>
      <pubDate>Tue, 01 Dec 2009 08:02:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Parallel-inspector-giving-wrong-line-number/m-p/743714#M1406</guid>
      <dc:creator>Lingfeng_C_Intel</dc:creator>
      <dc:date>2009-12-01T08:02:43Z</dc:date>
    </item>
  </channel>
</rss>

