On Wed, Aug 02, 2006 at 03:08:54PM -0400, Chris Hoogendyk wrote:
> I'm not sure if it represents the same problem, but patch 112839 on
> Solaris 9 applies to the same library components. It's current rev is 8.
> Typically, Solaris 8 & 9 are rather different in a lot of ways, so I
> wouldn't necessarily expect a bug in 8 on a component that had gone
> through 40 patches to have the same history on 9. In any case, my system
> has been patched.
As somebody who has worked in Sun's Solaris engineering department for
several years I can assure that a considerable number of bugs where
fixed in the Solaris 10 development sources (long before its release)
and the fixes were backported to Solaris 9 and 8 (or even further)
afterwards.
> If that were the problem, wouldn't I expect to see this cropping up in a
> lot of other places?
Not necessarily.
> I'm running Sendmail, mimedefang, spamassassin,
> milter-greylist, poprelayd, uw-imap, procmail, sasl-authd, samba, apache
> 2, php, squirrelmail, mysql, msql, berkeleydb, majordomo, hypermail,
> tikiwiki, pro-ftp, netatalk, jetdirect, as well as all the development
> tools. The server processes over 50,000 mail messages a day and has 24
> drives hanging off it for research space, web space and data.
A lot of these program ...
1.) ... don't use getaddrinfo() at all but older functions like
gethostbyname().
2.) ... don't perform many DNS queries.
3.) ... create child process to deal with incoming connections. And when
the child process terminates all the leaked memory is freed.
Kind regards
--
Matthias Scheler http://scheler.de/~matthias/Message
Re: [milter-greylist] [Fwd: watch-greylist]
2006-08-03 by Matthias Scheler
Attachments
- No local attachments were found for this message.