[exim] run-time errors on AMD64

Top Page
Delete this message
Reply to this message
Author: Ronan McGlue
Date:  
CC: exim-users
Old-Topics: [exim] compile errors on AMD64
Subject: [exim] run-time errors on AMD64
Jun 15 17:28:15 scarab kernel: exim[7889]: segfault at 0000000100000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4
Jun 15 17:28:37 scarab kernel: exim[7892]: segfault at 0000000000000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4
Jun 15 17:28:43 scarab kernel: exim[7893] general protection
rip:2aaaab4b468d rsp:7ffffffbe3c0 error:0
Jun 15 17:28:58 scarab kernel: exim[7897]: segfault at 0000000000000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4
Jun 15 17:29:05 scarab kernel: exim[7898] general protection
rip:2aaaab4b468d rsp:7ffffffbe3c0 error:0
Jun 15 17:29:07 scarab kernel: exim[7899] general protection
rip:2aaaab4b468d rsp:7ffffffbe3c0 error:0
Jun 15 17:29:09 scarab kernel: exim[7900]: segfault at 0000000000000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4



getting this in /var/log/messages when i attempt to send mail...

root@scarab:/var/log# /etc/rc.d/rc.exim stop
root@scarab:/var/log# /etc/rc.d/rc.exim start
Starting exim MTA daemon(ports 25 465 587 2525): exim -bd
Starting exim queue runner: exim -q2m
root@scarab:/var/log# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 scarab.qub.ac.uk ESMTP Exim 4.51 Wed, 15 Jun 2005 16:34:35 +0000
helo scarab
250 scarab.qub.ac.uk Hello localhost [127.0.0.1]
mail from:r.mcglue@???
250 OK
rcpt to:r.mcglue@???
250 Accepted
DATA
354 Enter message, ending with "." on a line by itself
test
.
451 Temporary local problem - please try later

tail /var/log/messages
[snip]
Jun 15 17:29:09 scarab kernel: exim[7900]: segfault at 0000000000000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4
Jun 15 17:31:16 scarab kernel: exim[7904]: segfault at 0000000000000019
rip 00002aaaab4b46a1 rsp 00007ffffffbe3c0 error 4

the following error if i try and send a mail from thunderbird client

Jun 15 17:38:13 scarab kernel: exim[7954] general protection
rip:2aaaab4b468d rsp:7ffffffbe3c0 error:0

ps -ef|grep exim
exim      7927     1  0 16:36 ?        00:00:00 /usr/exim/bin/exim -bd
exim      7929     1  0 16:36 ?        00:00:00 /usr/exim/bin/exim -q1m


the archives dont have any segfault / general protection references

im running Slamd (slackware 64bit 10.1 )

root@scarab:/home/exim# ls -l
total 6628
10 exim users    4096 2005-06-15 12:46 exim-4.51/
10 exim users    4096 2005-06-15 14:46 openldap-2.2.26/
20 exim users    4096 2005-06-15 14:31 openssl-engine-0.9.6m/




ronan