Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

application crash during windows update

Ruud_R_
Débutant
2 613 Visites

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 Compliments
9 Réponses
SergeyKostrov
Précieux contributeur II
2 613 Visites
>>...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 Compliments
Ruud_R_
Débutant
2 613 Visites
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 Compliments
Bernard
Précieux contributeur I
2 613 Visites
>.>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 Compliments
Ruud_R_
Débutant
2 612 Visites
The stack was corrupt. It only showed the xxZigZagxxx method and ???????. Did I mention it was compiled in an mingw32 environment?
0 Compliments
Bernard
Précieux contributeur I
2 612 Visites
>>>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 Compliments
Ruud_R_
Débutant
2 612 Visites
It was a strack trace in QCreator/ running gdb.exe
0 Compliments
Bernard
Précieux contributeur I
2 612 Visites
Are you using wine ?
0 Compliments
SergeyKostrov
Précieux contributeur II
2 612 Visites
>>...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 Compliments
Bernard
Précieux contributeur I
2 612 Visites
>>>It was a strack trace in QCreator/ running gdb.exe>>> Do you use some Linux wrapper for Windows?
0 Compliments
Répondre