Hi, This are my gcc versions:
glibc-2.3.4-2.25 glibc-kernheaders-2.4-9.1.98.EL glibc-common-2.3.4-2.25 glibc-2.3.4-2.25 glibc-headers-2.3.4-2.25 glibc-devel-2.3.4-2.25 OS is Centos 4.4 Can you give me more details to try the workaround you have sugested ? I can hardly see any relation between the problem and the glibc message but a BUG in QmailToaster Regards Lazaro On 1/11/07, Jake Vickers <[EMAIL PROTECTED]> wrote:
Lazaro Ferreira wrote: > Hi, > > We have used Qmail since 2003, without big problems, 3 weeks ago we > upgrade the server to the latest version, after installing the new > version, the machine start showing the error : > > *** glibc detected *** free(): invalid pointer: 0x00000035520306b8 *** > > and we stop receiving messages to our qmail server virtual domain from all > of our servers (web servers), however POP3, and sending out seems to work > OK > > Als Hmm. That's usually a gcc compiler issue; hopefully someone else can chime in, but maybe use a MALLOC_CHECK env variable to get around this.... Anyway, what version of glibc do you have? Mine is: [EMAIL PROTECTED] ~]# rpm -qa | grep glibc glibc-2.3.4-2.25 glibc-headers-2.3.4-2.25 glibc-common-2.3.4-2.25 glibc-kernheaders-2.4-9.1.98.EL glibc-devel-2.3.4-2.25 I'm running qmail-toaster-10.3-1.3.8 on this particular machine still without any problems. Also look at 'man malloc' and take note of the bugs section; it may offer a bypass to this issue until someone figures out exactly what it is.
