Re: [exim] Segmentation Fault - Exim 4.51

Pàgina inicial
Delete this message
Reply to this message
Autor: Sam Michaels
Data:  
A: ml@charliesangels.biz
CC: exim-users
Assumpte: Re: [exim] Segmentation Fault - Exim 4.51
On 6/21/05, ml@??? <ml@???> wrote:
> 2005-06-21 14:48:36 queue run: process 23416 crashed with signal 11
> while delivering 1Dki6h-00064E-Hc


This happened to me on Exim3 a loooooong time ago (it's probably on
the list archive somewhere). After running strace on it, I found that
Berkeley DB accessed /var/tmp instead of /tmp and /var/tmp had
incorrect permissions...'chmod ugo+rwxt /var/tmp' fixed it.

Get strace and run: 'strace /usr/local/exim/bin/exim -M 1Dki9D-00065B-Kt'

It'll show you step by step what Exim is accessing.

Sam