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.
We will investigate and it will be fixed in future release if it is a bug. Thanks! David