<?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 Access violation with ippiHoughProbLine_8u32f_C1R in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317482#M27781</link>
    <description>&lt;P&gt;ippiHoughProbLine_8u32f_C1R causes a C5 exception (read) on this specific image.&amp;nbsp; If I flip the image the routine works fine.&amp;nbsp; I've attached repro information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System configuration:&lt;/P&gt;
&lt;P&gt;Version of IPP is: ippIP AVX-512F/CD/BW/DQ/VL (k0) 2021.3 (r0x0ee262de) 2021.3.0.249717470&lt;BR /&gt;Windows Version 21H1 (OS Build 19043.1237)&lt;BR /&gt;Processor Intel(R) Core(TM) i9-7980XE CPU @ 2.60GHz 2.59 GHz&lt;BR /&gt;Installed RAM 32.0 GB (31.7 GB usable)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 16:41:29 GMT</pubDate>
    <dc:creator>short__brian</dc:creator>
    <dc:date>2021-09-27T16:41:29Z</dc:date>
    <item>
      <title>Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317482#M27781</link>
      <description>&lt;P&gt;ippiHoughProbLine_8u32f_C1R causes a C5 exception (read) on this specific image.&amp;nbsp; If I flip the image the routine works fine.&amp;nbsp; I've attached repro information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;System configuration:&lt;/P&gt;
&lt;P&gt;Version of IPP is: ippIP AVX-512F/CD/BW/DQ/VL (k0) 2021.3 (r0x0ee262de) 2021.3.0.249717470&lt;BR /&gt;Windows Version 21H1 (OS Build 19043.1237)&lt;BR /&gt;Processor Intel(R) Core(TM) i9-7980XE CPU @ 2.60GHz 2.59 GHz&lt;BR /&gt;Installed RAM 32.0 GB (31.7 GB usable)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 16:41:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317482#M27781</guid>
      <dc:creator>short__brian</dc:creator>
      <dc:date>2021-09-27T16:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317735#M27783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have tried running the source code using command prompt(Make sure that oneAPI environment is initialized by using setvars.bat file) with oneAPI version 2021.3 on windows10 by making the following changes:&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; &lt;I&gt;image.Load(L"crash_sample.bmp")&lt;/I&gt;; to image.Load("*.bmp");&lt;/P&gt;
&lt;P&gt;we observed that it doesn't throw any exceptions/errors. Please find the below screenshot regarding the output through the command line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;command used:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;icl/icx /EHsc IPPHoughProbeLine.cpp&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please try running your code on the command prompt and do let us know if the issue still persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Oct 2021 07:21:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317735#M27783</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-10-07T07:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317780#M27784</link>
      <description>&lt;P&gt;Thanks for you quick response.&amp;nbsp; I've called this routine with thousands of images just certain images cause this issue and I've provided 1.&lt;/P&gt;
&lt;P&gt;I ran the program provided from a command line with the oneAPI setvars called.&lt;/P&gt;
&lt;P&gt;Here are 2 calls one with crash_sample.bmp and one with crash_sample_y_flip.bmp.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="short__brian_1-1632841520989.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/19650i1912BA2FCF32FD35/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="short__brian_1-1632841520989.png" alt="short__brian_1-1632841520989.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've modified the code to show results and time taken for each image.&amp;nbsp; With the image that crashes for me it still does just silently at command line and notice no output is returned.&amp;nbsp; Also you can see it is caught via eventvwr.exe&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="short__brian_2-1632841672765.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/19651iB214EF7A425ABBDB/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="short__brian_2-1632841672765.png" alt="short__brian_2-1632841672765.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I've attached the updated source file.&amp;nbsp; I didn't follow your load change to the ATL image class it doesn't compile as is because using unicode and addded the L"*.bmp" failed to load any image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Through the debugger this is the exception&amp;nbsp; in ippcvk0.dll&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="short__brian_3-1632841859137.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/19653iDAFF8C4BAA000578/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="short__brian_3-1632841859137.png" alt="short__brian_3-1632841859137.png" /&gt;&lt;/span&gt;&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;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2021 15:13:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1317780#M27784</guid>
      <dc:creator>short__brian</dc:creator>
      <dc:date>2021-09-28T15:13:50Z</dc:date>
    </item>
    <item>
      <title>Re:Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1318001#M27786</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are working on your issue. We will get back to you soon.&lt;/P&gt;&lt;P&gt;Meanwhile could you please provide us the below details &lt;/P&gt;&lt;P&gt;The compiler used to compile your source code&lt;/P&gt;&lt;P&gt;VS version&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Noorjahan.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Sep 2021 11:19:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1318001#M27786</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2021-09-29T11:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1318003#M27787</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; The version of Visual Studio 2019 16.9.6.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 11:25:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1318003#M27787</guid>
      <dc:creator>short__brian</dc:creator>
      <dc:date>2021-09-29T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Access violation with ippiHoughProbLine_8u32f_C1R</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1322071#M27806</link>
      <description>&lt;P&gt;Hi Brian,&lt;/P&gt;
&lt;P&gt;We confirm the issue on IPP side. We will provide a fix with the next release of IPP. We will notify you once the release is available for download.&lt;/P&gt;
&lt;P&gt;-&lt;BR /&gt;Abhinav&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 18:44:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Access-violation-with-ippiHoughProbLine-8u32f-C1R/m-p/1322071#M27806</guid>
      <dc:creator>Abhinav_S_Intel</dc:creator>
      <dc:date>2021-10-14T18:44:40Z</dc:date>
    </item>
  </channel>
</rss>

