Re: [HACKERS] Leaks?

From: Michael Richards <miker(at)scifair(dot)acadiau(dot)ca>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Leaks?
Date: 1998-04-19 22:05:04
Message-ID: Pine.BSF.3.96.980419185323.24302A-100000@scifair.acadiau.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, 19 Apr 1998, The Hermit Hacker wrote:

> > I was wondering if you used any leak finding tools in your code? There
>
> Several times over the past two years, there have been ppl taht
> have popped up with tools like Purify and ElectricFence, providing
> ...with that in mind, point us to where the leak is, and we'll try
> and fix it :)
Well, I wasn't convinced until I started using Memcheck either, but I
found a logfile that spit stuff like
Warning 387 bytes allocated in test.c(133) not freed
or
Warning BUFFER overrun at memcpy(testbuf) in file test1.c(26)

was really useful. If I ever find the time to dig in the source, I was
thinking of linking in memcheck and seeing what it could tell me. No sense
in my doing that if someone was already doing it to find the leaks...

-Mike

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ocie 1998-04-19 22:07:20 Re: [HACKERS] Proposal for async support in libpq
Previous Message Peter T Mount 1998-04-19 21:44:33 Re: [HACKERS] Proposal for async support in libpq