app verifier generates an empty log
Fri, 14 Mar 2008 21:16:31 +0100
Hello,
This is my first experience with app verifier, maybe I am doing something
wrong. I am getting this log. I do not know how the log should look like.
Thanks for advice
Vaclav
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
- <avrf:logfile xmlns:avrf="Application Verifier">
<avrf:logS ...
|
AppVerifier Logs - No logs generated
Fri, 14 Mar 2008 09:31:01 -0700
I reinstalled Appverifier on Vista Ulitmate test machine . Following Machine
setup and Configuration for Vista test Cases. AppVerifier will not create Log
files . What should I look for ?
Thanks
-Ajay ...
|
[ANN] Dr.Explain 3.0 : Software Documentation Writing Gets Easy
Tue, 11 Mar 2008 18:45:56 +0400
Dr.Explain v.3.0 is an innovative software documentation tool.
What benefits will the Dr.Explain bring to you as software vendor:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thanks to unique technology, with Dr.Explain you can produce attractive and
professional looking help files just in a few hours, not in days.
...
|
AppVerifier: HeapWalk returns ERROR_INVALID_FUNCTION
Mon, 10 Mar 2008 15:11:06 -0700
When I call HeapWalk with AppVerifier running, the function returns
ERROR_INVALID_FUNCTION.Does AppVerifier supports HeapWalk function?
//hHeap is a valid handle passed in
PROCESS_HEAP_ENTRY HeapEntry;
memset(&HeapEntry, 0, sizeof(HeapEntry));
while (::HeapWalk(hHeap, &HeapEntry))
{
Blah..blah...
}
D ...
|
Xperf
Thu, 6 Mar 2008 17:39:01 -0800
I'm not seeing much talk about Xperf. Is there a different forum? I have some
questions about getting stack tracing to work.
If you haven't tried it you might want to check it out.
http://www.microsoft.com/whdc/system/sysperf/perftools.mspx
...
|
Application Verifier keep hanging on windows service
Tue, 26 Feb 2008 18:55:01 -0800
All,
I tried to run Application Verifier (version 3.4.0158) against a custom
Windows service but it kept failing when starting the service from Service
Management Console. Every time the error is the same as:
"Error 1053: the service did not respond to the start or control request
in a timely fash ...
|
App Verifier crawls
Tue, 26 Feb 2008 17:26:01 -0800
Hi All,
App verifier makes our program crawl.
The process that takes about 3 seconds at 100% cpu utilization without
App verifier, is not finishing after an hour with App Verifier.
The process does a bunch of xml parsing and dynamic memory allocations.
When App Verifier is enabled, our process eats up ...
|
|
|
App Verifier for Windows Mobile 6.0?
Mon, 25 Feb 2008 12:51:02 -0800
Is there a version of Application Verifier for WM 6.0? If not, what is the
strategy for testing WM 6.0 applications the same way as we did with Hopper
and App Verifier for WM 5.0?
Thanks,
semTake ...
|
Heap32Next slow, and HeapWalk crashes
Mon, 25 Feb 2008 00:47:05 -0800
Hi,
I'm trying to write an automation tool for vb6 (therefore i am not within
the process)
Investigation has led me to the CreateToolhelp32Snapshot api.
Which works, but Heap32listnext & Heap32Next is much too slow on a large
application (taking over 6 minutes) to start with.
I investigated further and H ...
|
How to Package App Verifier on Windows CE 6.0
Thu, 14 Feb 2008 09:46:00 -0800
Can you please let me know how I can package the App verifer to work for
Windows CE?
regards
Karthikeyan ...
|