Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Объявления
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
6815 Обсуждение

Access violation with ippiHoughProbLine_8u32f_C1R

short__brian
Начинающий
2 575Просмотр.

ippiHoughProbLine_8u32f_C1R causes a C5 exception (read) on this specific image.  If I flip the image the routine works fine.  I've attached repro information.

 

System configuration:

Version of IPP is: ippIP AVX-512F/CD/BW/DQ/VL (k0) 2021.3 (r0x0ee262de) 2021.3.0.249717470
Windows Version 21H1 (OS Build 19043.1237)
Processor Intel(R) Core(TM) i9-7980XE CPU @ 2.60GHz 2.59 GHz
Installed RAM 32.0 GB (31.7 GB usable)

 

Thanks

0 баллов
5 Ответы
NoorjahanSk_Intel
Модератор
2 538Просмотр.

Hi,

Thanks for reaching out to us

 

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:

>> image.Load(L"crash_sample.bmp"); to image.Load("*.bmp");

we observed that it doesn't throw any exceptions/errors. Please find the below screenshot regarding the output through the command line

 

command used: 

icl/icx /EHsc IPPHoughProbeLine.cpp

 

Could you please try running your code on the command prompt and do let us know if the issue still persists.

 

 

Thanks & Regards

Noorjahan.

 

short__brian
Начинающий
2 504Просмотр.

Thanks for you quick response.  I've called this routine with thousands of images just certain images cause this issue and I've provided 1.

I ran the program provided from a command line with the oneAPI setvars called.

Here are 2 calls one with crash_sample.bmp and one with crash_sample_y_flip.bmp.

short__brian_1-1632841520989.png

I've modified the code to show results and time taken for each image.  With the image that crashes for me it still does just silently at command line and notice no output is returned.  Also you can see it is caught via eventvwr.exe 

short__brian_2-1632841672765.png

I've attached the updated source file.  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.

 

Through the debugger this is the exception  in ippcvk0.dll

short__brian_3-1632841859137.png

 

 

 

 

 

NoorjahanSk_Intel
Модератор
2 424Просмотр.

Hi,

We are working on your issue. We will get back to you soon.

Meanwhile could you please provide us the below details

The compiler used to compile your source code

VS version


Thanks & Regards

Noorjahan.


short__brian
Начинающий
2 418Просмотр.

Thanks.  The version of Visual Studio 2019 16.9.6.

Abhinav_S_Intel
Модератор
2 269Просмотр.

Hi Brian,

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.

-
Abhinav

Ответить