Re: [HACKERS] Isn't Purify great? :) - Mailing list pgsql-hackers

From Tymm Twillman
Subject Re: [HACKERS] Isn't Purify great? :)
Date
Msg-id 3b18335b02d713f4a0aa5cb1999fdc58
Whole thread Raw
In response to [HACKERS] Isn't Purify great? :)  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
On Sun, 1 Jun 1997, David Friend wrote:

> On Sun, 1 Jun 1997, The Hermit Hacker wrote:
>
> > > psql in free(): warning: page is already free.
> >
> >     This is in the regression tests after applying the purify patches
> > that were submitted :(  Every test now, of course, fails...
>
> Would someone please post on HACKERS a description of the purify software
> for me? It's obvious from the messages over the last few days what the
> software does.  I'd like to know if it's freeware, shareware or payware
> and where to obtain it.  Also, what platforms does it run on.  Thanks.
>

Purify is (commercial) software put out by Pure/Atria.  It detects errors
during software execution by catching calls and inserting checks at
different places.  It is primarily used to catch errors where memory is
allocated and not freed, as well as writes beyond allocated space
(although it also catches a number of other problems, such as
use of uninitialized memory, etc).  It is NICE software, but it is also
fairly expensive.

It runs on Solaris, Irix, AIX (I believe), NT, and a few others.  You can
check out Pure/Atria's web page at www.pureatria.com for more info...

- -Tymm

------------------------------

pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: [HACKERS] 6.1 issues resolved
Next
From: "Vadim B. Mikheev"
Date:
Subject: fixed: Re: [HACKERS] Bug in CREATE TABLE