UtilCapture Bug

UtilCapture Bug

Portrait de Edward Z.

Getting an infinite loop in the loop of line 55 of util_capture.cpp: the variable nprofiles is underflowing. Adding the condition

if (nprofiles == 0) break;

 to the bottom of the loop fixes this problem. 

2 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de David Lu (Intel)

We will investigate and it will be fixed in future release if it is a bug. Thanks! David

Connectez-vous pour laisser un commentaire.