<?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: Error: Data file is corrupted in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383164#M22146</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in the Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you mentioned, you are using Vtune 2022.1 on Centos 7, which is deprecated in this release, Intel® OneAPI 2022.1, and will be removed in a future release. So, could you please try it on a supported operating system and let us know?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaideepK_Intel_0-1652186624193.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29310i304BF37360F84CE8/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="JaideepK_Intel_0-1652186624193.png" alt="JaideepK_Intel_0-1652186624193.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System requirements link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jaideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 10 May 2022 12:44:46 GMT</pubDate>
    <dc:creator>JaideepK_Intel</dc:creator>
    <dc:date>2022-05-10T12:44:46Z</dc:date>
    <item>
      <title>Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1382788#M22138</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I am running vtune 2022.1 on a centos7 machine to analyze the hotspot consumption of a business process. When I run the hotspot collection, the resulting data file is corrupted. This error occurs many times&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Some background info:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;$ uname -a&lt;BR /&gt;Linux tlinux2-2 3.10.107-1-tlinux2_kvm_guest-0049 #1 SMP Tue Jul 30 23:46:29 CST 2019 x86_64 x86_64 x86_64 GNU/Linux&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;SPAN&gt;$ vtune --version&lt;BR /&gt;&lt;SPAN class="md-plain md-expand"&gt;Intel(R) VTune(TM) Profiler 2022.1.0 (build 621966) Command Line Tool&lt;/SPAN&gt; &lt;BR /&gt;&lt;SPAN class="md-plain md-expand"&gt;Copyright (C) 2009-2021 Intel Corporation. All rights reserved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the error:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;$ date &amp;amp;&amp;amp; vtune -run-pass-thru=--no-altstack -collect hotspots -duration 300 -target-pid 4110 &amp;amp;&amp;amp; date &lt;BR /&gt;2022-05-09 15:13:20 CST&lt;BR /&gt;vtune: Warning: Hardware collection of CPU events is not possible on this system. Microarchitecture performance insights will not be available.&lt;BR /&gt;vtune: Collection started. To stop the collection, either press CTRL-C or enter from another console window: vtune -r /data/home/nadoo/data/r001hs -command stop.&lt;BR /&gt;vtune: Collection detached.&lt;BR /&gt;vtune: Collection stopped.&lt;BR /&gt;vtune: Using result path `/data/home/nadoo/data/r001hs'&lt;BR /&gt;vtune: Executing actions 12 % Loading '32647-4110.0.trace' file &lt;BR /&gt;vtune: Error: Cannot load data file `/data/home/nadoo/data/r001hs/data.0/32647-4110.0.trace' (Data file is corrupted).&lt;BR /&gt;vtune: Executing actions 100 % done &lt;BR /&gt;vtune: Error: 0x40000025 (Inapplicable report) -- The report 'summary' is not applicable to the result /data/home/nadoo/data/r001hs/r001hs.vtune.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found that every time this kind of data corruption error occurs, the business process disappears abnormally, by adding an audit rule that audits the kill operation in the audit service:&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;$ auditctl -a exit,always -F arch=b64 -S kill -S tkill -S tgkill -F a1!=0 -k my_audit_event&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Part of the audit log:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;$ ausearch -k my_audit_event |grep opid=4110 -C 5 |more&lt;BR /&gt;time-&amp;gt;Mon May 9 15:13:21 2022&lt;BR /&gt;type=OBJ_PID msg=audit(1652080401.960:5240822): opid=4110 oauid=1000 ouid=1000 oses=168341 ocomm="arenasvr"&lt;BR /&gt;type=SYSCALL msg=audit(1652080401.960:5240822): arch=c000003e syscall=234 success=yes exit=0 a0=100e a1=100e a2=0 a3=0 items=0 ppid=6267 pid=6290 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=168341 tty=pts5 comm="pinbin" exe="/data/home/nadoo/intel/oneapi/vtune/2022.1.0/bin64/pinbin" key="my_audit_event"&lt;BR /&gt;----&lt;BR /&gt;time-&amp;gt;Mon May 9 15:13:21 2022&lt;BR /&gt;type=OBJ_PID msg=audit(1652080401.960:5240823): opid=4110 oauid=1000 ouid=1000 oses=168341 ocomm="arenasvr"&lt;BR /&gt;type=SYSCALL msg=audit(1652080401.960:5240823): arch=c000003e syscall=234 success=yes exit=0 a0=100e a1=1183 a2=0 a3=0 items=0 ppid=6267 pid=6290 auid=1000 uid=1000 gid=1000 euid=10&lt;BR /&gt;00 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=168341 tty=pts5 comm="pinbin" exe="/data/home/nadoo/intel/oneapi/vtune/2022.1.0/bin64/pinbin" key="my_audit_event"&lt;BR /&gt;----&lt;BR /&gt;time-&amp;gt;Mon May 9 15:13:21 2022&lt;BR /&gt;type=OBJ_PID msg=audit(1652080401.960:5240824): opid=4110 oauid=1000 ouid=1000 oses=168341 ocomm="arenasvr"&lt;BR /&gt;type=SYSCALL msg=audit(1652080401.960:5240824): arch=c000003e syscall=234 success=yes exit=0 a0=100e a1=1184 a2=0 a3=0 items=0 ppid=6267 pid=6290 auid=1000 uid=1000 gid=1000 euid=10&lt;BR /&gt;00 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 ses=168341 tty=pts5 comm="pinbin" exe="/data/home/nadoo/intel/oneapi/vtune/2022.1.0/bin64/pinbin" key="my_audit_event"&lt;BR /&gt;----&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;Through the audit log, I found that the business process exited due to receiving a signal. This process '~/intel/oneapi/vtune/2022.1.0/bin64/pinbin' has many system calls, and system call 234 corresponds to #define __NR_tgkill 234 (reference: cat /usr/include/asm/unistd_64.h),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;What is the process of 'pinbin', and why does it issue the command to kill the business process?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 08:43:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1382788#M22138</guid>
      <dc:creator>nadoo</dc:creator>
      <dc:date>2022-05-09T08:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383164#M22146</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in the Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you mentioned, you are using Vtune 2022.1 on Centos 7, which is deprecated in this release, Intel® OneAPI 2022.1, and will be removed in a future release. So, could you please try it on a supported operating system and let us know?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaideepK_Intel_0-1652186624193.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29310i304BF37360F84CE8/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="JaideepK_Intel_0-1652186624193.png" alt="JaideepK_Intel_0-1652186624193.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System requirements link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/articles/system-requirements/vtune-profiler-system-requirements.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jaideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 12:44:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383164#M22146</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2022-05-10T12:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383446#M22150</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;SPAN class="Y2IQFc"&gt;according to the list of supported operating systems, centos7.2 is supported.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="翻译"&gt;$ cat /etc/centos-release&amp;nbsp;&lt;BR /&gt;CentOS Linux release 7.2 (Final)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nadoo_0-1652260600874.png" style="width: 925px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29344i70B465FD81FEC8C5/image-dimensions/925x324/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="925" height="324" role="button" title="nadoo_0-1652260600874.png" alt="nadoo_0-1652260600874.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Nadoo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 09:19:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383446#M22150</guid>
      <dc:creator>nadoo</dc:creator>
      <dc:date>2022-05-11T09:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383791#M22152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We informed our team to make changes to the documentation to avoid confusion. We tried to run a 5-minute application with the command you provided and it was running fine without any issues on Centos 7, and it took a few seconds to analyze the data. Please go through the attached screen shots.&lt;/P&gt;
&lt;P&gt;Details :&lt;/P&gt;
&lt;P&gt;OS : Linux (Centos7 distribution)&lt;/P&gt;
&lt;P&gt;VTune Version: 2022.1&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaideepK_Intel_0-1652356304500.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29385i603E2DA87E88F526/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="JaideepK_Intel_0-1652356304500.jpeg" alt="JaideepK_Intel_0-1652356304500.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JaideepK_Intel_1-1652356319129.jpeg" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/29386i2BE28EECE20526AC/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="JaideepK_Intel_1-1652356319129.jpeg" alt="JaideepK_Intel_1-1652356319129.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please answer the following questions:&lt;/P&gt;
&lt;P&gt;1. Are you trying to run your application inside of a VM?&lt;/P&gt;
&lt;P&gt;2. Please, can you share the exact steps you followed and a sample reproducer (a sample application that is similar to the application you are trying to analyze)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Jaideep&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 04:17:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1383791#M22152</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2022-05-13T04:17:17Z</dc:date>
    </item>
    <item>
      <title>Re:Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1385149#M22177</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the details mentioned above? so we can reproduce your issue from our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jaideep&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 May 2022 05:13:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1385149#M22177</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2022-05-18T05:13:01Z</dc:date>
    </item>
    <item>
      <title>Re:Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1387325#M22213</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please share the details mentioned above? so we can reproduce your issue from our end.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jaideep&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 May 2022 11:34:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1387325#M22213</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2022-05-25T11:34:02Z</dc:date>
    </item>
    <item>
      <title>Re:Error: Data file is corrupted</title>
      <link>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1389156#M22234</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you. This thread will no longer be monitored by Intel. If you need further assistance, please post a new question.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jaideep&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2022 06:59:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/Error-Data-file-is-corrupted/m-p/1389156#M22234</guid>
      <dc:creator>JaideepK_Intel</dc:creator>
      <dc:date>2022-06-01T06:59:38Z</dc:date>
    </item>
  </channel>
</rss>

