------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=1601
Graeme Fowler <graeme@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |graeme@???
--- Comment #1 from Graeme Fowler <graeme@???> 2015-03-22 10:09:16 ---
As pointed out on exim-dev:
On Sun, 2015-03-22 at 09:40 +0000, Viktor Dukhovni wrote:
> This "ip" is an "instruction pointer" (aka program counter), not an IP address.
> The "sp" is the "stack pointer".
Is this specific machine doing any content scanning using the MIME ACL?
If it is, this may be related to bug 1558:
http://bugs.exim.org/show_bug.cgi?id=1558
Of course, it may be something else, but if you could determine whether a
single specific message is causing this, that would be a great help. Before
resorting to strace, make Exim run in debug mode manually and send the output
to a file. If you normally run Exim thus:
exim -bd -q5m
then stop the service and manually run
exim -d+all -bd -q5m 2>&1 > /path/to/your/output_file
Leave it to run, watch for segfaults, stop the debug run and restart it
normally. You might then have something to work with.
Graeme
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email