The hourly should be fine...can you do me one other favor and run the
following c snippet through Purify:
int main() {
char* c = (char*)malloc(0);
printf( "%.*s\n", 0, c );
return 0;
}
-----Original Message-----
From: Josh Wilmes
To: Gibbs Tanton - tgibbs
Cc: '[EMAIL PROTECTED] '
Sent: 9/17/2001 1:18 PM
Subject: Re: "Automated" Purify Run
It should now be running once an hour. (it broke due to some makefile
changes yesterday).
I can't really do it easily on-demand, due to the way this is set up.
--Josh
At 13:05 on 09/17/2001 CDT, Gibbs Tanton - tgibbs
<[EMAIL PROTECTED]> wrote:
> It looks like to me that this is only running every day. Can we get
it to
> run every hour? Perhaps even on demand? I think I have fixed all of
the
> memory access errors but one.
>
> -----Original Message-----
> From: Josh Wilmes
> To: [EMAIL PROTECTED]
> Sent: 9/15/2001 5:16 PM
> Subject: "Automated" Purify Run
>
>
> This time i've filtered out all the memory leak related data so all
that
>
> shows up are legitimate errors. (hopefully)
>
> I have set up a cheesy script to update the following URL with the
> current output
> of purify on the current CVS test_prog (test,test2,test3,euclid) every
> hour.
>
> http://www.hitchhiker.org/josh/parrot/purify.txt
>
> --Josh