On Wed, Jan 25, 2006 at 05:45:04PM +0200, Eugene Filatov wrote: > > It sounds like an OS-speicifc mystery. Can you remind me what OS you use? > #uname -a > SunOS 5.8 Generic_108528-22 sun4u sparc SUNW,Ultra-80 Try looking in the list archive. I'm now convinced this is the same problem we had before with Solaris: there is a rather low limit on the number of file pointers (FILE *) you can have. The limit is lower than the file descriptor limit, andit is hardcoded in the libc. As far as I remember, the limit was specific to a given ABI. The problem was fixed by rebuilding with an onter ABI (was it 64 bit?) -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] milter-greylist-2.0.2 crash
2006-01-25 by Emmanuel Dreyfus