Hello,
I've got the error that "Application Suspend was not detected for application App". the problem is that a tool trace looks strange.
When I create 3 user threads and a task manager shows 16 threads at all for my application - everything is fine and application passed a certification. The suspend log is
program Information: 0 : 10/23/2012 9:37:32 PM INFO:[Performance::GetResultAndLogMessages]Launch Time = 0
program Information: 0 : 10/23/2012 9:37:32 PM INFO:[Performance::GetResultAndLogMessages]Suspend Time = 0.048904
program Information: 0 : 10/23/2012 9:37:32 PM INFO:[Performance::GetResultAndLogMessages]Cpu Percent = 4.12
program Information: 0 : 10/23/2012 9:37:32 PM INFO:[Performance::GetResultAndLogMessages]File IO = 0
program Information: 0 : 10/23/2012 9:37:32 PM INFO:[Performance::GetResultAndLogMessages]Private page size = 0
When I create 4 or more user threads and a task manager shows 17 or more threads at all for my application - suspend test fails but the suspend log is quite strange and shows zeros
program Error: 0 : 10/24/2012 8:35:14 AM ERROR:[PostProcessing::ReadSuspendTimes]
program Information: 0 : 10/24/2012 8:35:14 AM INFO:[Performance::GetResultAndLogMessages]Launch Time = 0
program Information: 0 : 10/24/2012 8:35:14 AM INFO:[Performance::GetResultAndLogMessages]Suspend Time = 0
program Information: 0 : 10/24/2012 8:35:14 AM INFO:[Performance::GetResultAndLogMessages]Cpu Percent = 0
program Information: 0 : 10/24/2012 8:35:14 AM INFO:[Performance::GetResultAndLogMessages]File IO = 0
program Information: 0 : 10/24/2012 8:35:14 AM INFO:[Performance::GetResultAndLogMessages]Private page size = 0
It looks like a bug, are there any suggestions? OS is Microsoft Windows 8 Enterprise (6.2.9200.0)
Thanks,
--Vladimir