From: ab` on
Is there a (portable) app runs another app, and reports leaks?
From: Joseph M. Newcomer on
(a) define "portable"
(b) probably not
(c) a non-portable app would be the Application Verifier
joe

On Tue, 02 Mar 2010 16:28:57 -0800, ab` <ab(a)absent.com> wrote:

>Is there a (portable) app runs another app, and reports leaks?
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
From: Uwe Kotyczka on
On 3 Mrz., 01:28, ab` <a...(a)absent.com> wrote:
> Is there a (portable) app runs another app, and reports leaks?

Are you looking for something like Boundschecker?
From: Goran on
On Mar 3, 1:28 am, ab` <a...(a)absent.com> wrote:
> Is there a (portable) app runs another app, and reports leaks?

As Joe said, define "portable". valgrind is open source and does run
on Windows, but perhaps only with GNU compiler.

Goran.
From: Joseph M. Newcomer on
Note also that there are a lot of portable libraries that you can link in that do this,
but it's not the same as having a program that can blindly run any child process and
detect leaks. Application Verifier does really dirty tricks of do the intercepts it does,
and is most definitely NOT "portable" by any stretch of the imagination.
joe

On Wed, 3 Mar 2010 12:00:29 -0800 (PST), Goran <goran.pusic(a)gmail.com> wrote:

>On Mar 3, 1:28�am, ab` <a...(a)absent.com> wrote:
>> Is there a (portable) app runs another app, and reports leaks?
>
>As Joe said, define "portable". valgrind is open source and does run
>on Windows, but perhaps only with GNU compiler.
>
>Goran.
Joseph M. Newcomer [MVP]
email: newcomer(a)flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm