On Wed, Sep 12, 2001 at 04:45:55PM +0200, Torgeir Veimo wrote:
> In the logfile for qmail-smtp I get the following;
>
> @400000003b9e730c28fbff2c tcpserver: ok 4664 0:212.18.24.150:25
> pd950e36d.dip.t-dialin.net:217.80.227.109::1161
> @400000003b9e73131d904e54 BUG IN DYNAMIC LINKER ld.so: dl-minimal.c: 78:
> malloc: Assertion `page != ((void *) -1)' failed!
>
> My qmail is patched with both the smtp_auth and smtp_after_pop patches,
> and is running on a freshly suselinux 7.2.
>
> I start smtp using this script
>
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 3500000 \
> /usr/local/bin/tcpserver -v -R -l 0 -X -x /etc/tcp.smtp.cdb -c
> "$MAXSMTPD" \
> -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp
> /var/qmail/bin/qmail-smtpd \
> /var/qmail/bin/auth_smtp /bin/true /var/qmail/bin/auth_smtp
> /bin/true 2>&1
>
> Any ideas?
>
Use a higher softlimit (glibc is a hungry beast).
Use a diffrent system ... ??? :-)
--
:wq Claudio
tail -22 QLDAPINSTALL