Re: [HACKERS] 6.1 issues resolved - Mailing list pgsql-hackers

From Igor
Subject Re: [HACKERS] 6.1 issues resolved
Date
Msg-id d5908d297bb70483be51154723d1b7f8
Whole thread Raw
In response to [HACKERS] 6.1 issues resolved  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
This certainly sucks....I posted the wrong patch...I'll put up the patch
for a patch in a few minutes...I tested regression with old patch and with
the one I am about to post..boolean failed on old one but succeded on
second...So I think this won't be a problem anymore...



=+=------------------------/\---------------------------------=+=
       Igor Natanzon      |**|   E-mail: igor@sba.miami.edu
=+=------------------------\/---------------------------------=+=

On Sun, 1 Jun 1997, The Hermit Hacker wrote:

> On Sun, 1 Jun 1997, Igor wrote:
>
> > I would guess purifying the backend should be an effor of every developer
> > who has purify....BTW: I just ran purify on pg_dump and it came out with a
> > ton of memory leaks (and 40% of potential leaks)...I 'll work on that
> > today...
>
> Igor...
>
>     Before you hit any more 'Purify bugs'...have you addressed the
> problem I reported earlier concerning:
>
> # diff expected/boolean.out results/boolean.out | head
> 6a7,12
> > psql in free(): warning: chunk is already free.
> > psql in free(): warning: chunk is already free.
> > psql in free(): warning: chunk is already free.
> > psql in free(): warning: chunk is already free.
> > psql in free(): warning: chunk is already free.
> > psql in free(): warning: page is already free.
>
>     This goes on for about 337 lines, and is *after* applying your
> previous psql related patch.
>
>
> >
> > =+=------------------------/\---------------------------------=+=
> >        Igor Natanzon      |**|   E-mail: igor@sba.miami.edu
> > =+=------------------------\/---------------------------------=+=
> >
> > On Sun, 1 Jun 1997, Bruce Momjian wrote:
> >
> > > >
> > > > I ran purify yesterday on psql, and it found several memory leaks in
> > > > libpq. I fixed a couple of them and will post a patch in a couple of
> > > > hours. Unfortunately I only have a signle terminal window for now so I
> > > > can't work on the backend but libpq is significant too..BTW: There is a
> > > > bug right now in psql:
> > > >     run psql.
> > > >     do \m to turn on monitor style output.
> > > >     select *  from some table...You should see (NULL) instead of
> > > >     the row separator....
> > > >
> > > > I fixed it too and will send a patch for it together with memory leak
> > > > patch (they are actually related)...
> > >
> > > That's great.  Glad you can help out.  psql/libpq are certainly
> > > important to Purify.
> > >
> > > The backend Purify is going to be ugly, I would guess, because it is so
> > > big.  Those memory issues are hard to find, and most of use don't have
> > > Purify to help.
> > >
> > > --
> > > Bruce Momjian
> > > maillist@candle.pha.pa.us
> > >
> >
>
> Marc G. Fournier
> Systems Administrator @ hub.org
> primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org
>

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

pgsql-hackers by date:

Previous
From: Ross Johnson
Date:
Subject: Re: [HACKERS] Re: [COMMITTERS] 'postgres95/src/bin/destroydb destroydb.sh'
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] 6.1 issues resolved