Re: [Exim] RE: Exim crashes with Signal 11

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Thai Tran
CC: exim-users@exim.org
Assumpte: Re: [Exim] RE: Exim crashes with Signal 11
On Fri, 6 Sep 2002, Thai Tran wrote:

> Hello everyone,
> Sorry this message might be quite long but I didn't want to take a chance
> of leaving anything out. I have tried to delete the hint files with no
> success.

And it's not really off-list ;)
first run:
> smtp_setup_msg entered
> t_tran99@???
> locking /var/spool/exim/db/retry.lockfile
> locked /var/spool/exim/db/retry.lockfile

IMHO more debug-output should follow here, about the opened dbm-file.

queue-run:
> Delivery address list:
> t_tran99@???
> locking /var/spool/exim/db/retry.lockfile
> locked /var/spool/exim/db/retry.lockfile
> LOG: MAIN PANIC
> queue run: process 17197 crashed with signal 11 while delivering

Same here, it should show some more debug-output, i suppose it's dieing
while opening the db-file.

In the past exim had problems with the different dbm-libraries, mostly
because of mixed headers/libraries, see dbm_discuss in the doc directory.

try to run exim_dumpdb /var/spool/exim retry
i suppose it will die too, or build the test_dbfn tool and fiddle
around with it. If both fail, it is mosty probably a problem with your
dbm-library, try to update it, or force exim to use another dbm-library,
again see dbm-discuss for hints about this.

ciao