Hi guys,
We develop a x86 device that runs Windows CE 6.
A couple weeks ago we started to use AppVerif on many of our applications.
We found a lot of handle not closed and some heap leak.
Now we suspect that some of our services are causing a memory leak. We would
like to use the same application to see where those leaks are. The problem is
that we can;t find a way to stop serviced.exe. How can we stop it?
Does stopping all services will stop serviced.exe?
I would also like to know if someone noticed that all the C Runtime
functions are not monitored by AppVerif? A call to fopen without a fclose
will not be visible in the appverif log. How can I verify these functions for
leaks?
Thanks.