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.

application crash during windows update

Ruud_R_
初学者
1,295 次查看

Our C++ application runs on Windows 7 using tPP 7.0.3.175

During the installation of a WIndows update, the application often crashes. It seems to be crashing in a call to or when calling an IPP function.

This happens only during Windows updates. Is anyone familiar with this problem? And are there solutions?

0 项奖励
9 回复数
SergeyKostrov
重要分销商 II
1,295 次查看
>>...It seems to be crashing in a call to or when calling an IPP function... There are a couple of thousands of IPP functions in the IPP library. Could you be more specific? >>...This happens only during Windows updates. Is anyone familiar with this problem? And are there solutions?.. More technical details are needed.
0 项奖励
Ruud_R_
初学者
1,295 次查看
It was some ZigZag function, but I don't think the specific function matters. Someone said it might have to do with Windows Update pushing the IPP dlls out or having to leave kernel mode or something like that, Does any of this make any sense?
0 项奖励
Bernard
重要分销商 I
1,295 次查看
>.>It was some ZigZag function, but I don't think the specific function matters. Someone said it might have to do with Windows Update pushing the IPP dlls out or having to leave kernel mode or something like that, Does any of this make any sense?>>> Post the stack trace of the faulting process.
0 项奖励
Ruud_R_
初学者
1,294 次查看
The stack was corrupt. It only showed the xxZigZagxxx method and ???????. Did I mention it was compiled in an mingw32 environment?
0 项奖励
Bernard
重要分销商 I
1,294 次查看
>>>The stack was corrupt. It only showed the xxZigZagxxx method and ???????.>>> How the process dump file was generated?Didy you open it with the help of windbg?
0 项奖励
Ruud_R_
初学者
1,294 次查看
It was a strack trace in QCreator/ running gdb.exe
0 项奖励
Bernard
重要分销商 I
1,294 次查看
Are you using wine ?
0 项奖励
SergeyKostrov
重要分销商 II
1,294 次查看
>>...Someone said it might have to do with Windows Update pushing the IPP dlls out or having to leave kernel mode or >>something like that, Does any of this make any sense? No. You need to provide more technical details: - IPP version - exact function name - Windows OS and SP - a KBnnnnnn code for a Windows update when a crash of the IPP application happens - a C/C++ test-case
0 项奖励
Bernard
重要分销商 I
1,294 次查看
>>>It was a strack trace in QCreator/ running gdb.exe>>> Do you use some Linux wrapper for Windows?
0 项奖励
回复