Background: I have a virtual test machine (it runs in VirtualBox, on a FreeBSD host) which currently runs FreeBSD 8.4-PRERELEASE:
It used to run FreeBSD 8.2-RELEASE, a standard install, but was upgraded yesterday. For a long time (since June 2011) it was working without problems, running FreeBSD 8.2-RELEASE, with Sendmail working (mostly delivering periodic emails). But some days ago, it started putting these messages in /var/log/messages:
Yesterday I found PR bin/166248, and decided to upgrade to latest FreeBSD 8-STABLE. Unfortunately, Sendmail still coredumps:
I can make Sendmail dump core in two ways:
or
Has anybody else seen this?
FWIW, I have another virtual machine running on the same host, there Sendmail works:
Code:
tingo@kg-v3$ uname -a
FreeBSD kg-v3.kg4.no 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #0: Wed Apr 3 00:09:32 CEST 2013
root@kg-v3.kg4.no:/usr/obj/usr/src/sys/GENERIC i386
Code:
Mar 30 03:01:00 kg-v3 kernel: pid 1623 (sendmail), uid 0: exited on signal 11
Mar 30 03:02:11 kg-v3 kernel: pid 1806 (sendmail), uid 0: exited on signal 11
Mar 30 03:02:11 kg-v3 kernel: pid 1859 (sendmail), uid 0: exited on signal 11
Code:
Apr 3 22:14:22 kg-v3 kernel: pid 660 (sendmail), uid 0: exited on signal 11
Apr 3 22:14:39 kg-v3 kernel: pid 677 (sendmail), uid 0: exited on signal 11
Code:
tingo@kg-v3$ echo test | mail tingo
Code:
root@kg-v3# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
FWIW, I have another virtual machine running on the same host, there Sendmail works:
Code:
root@kg-v5# uname -a
FreeBSD kg-v5.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #0: Wed May 2 00:12:29 CEST 2012 root@kg-v5.kg4.no:/usr/obj/usr/src/sys/GENERIC i386
root@kg-v5# telnet localhost 25 Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 kg-v5.kg4.no ESMTP Sendmail 8.14.5/8.14.5; Wed, 3 Apr 2013 22:31:07 +0200 (CEST)
HELO test
250 kg-v5.kg4.no Hello localhost [127.0.0.1], pleased to meet you
QUIT
221 2.0.0 kg-v5.kg4.no closing connection
Connection closed by foreign host.