Re: Re: [exim] Segmentation Fault - Exim 4.51

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Chris Knipe
Datum:  
To: exim-users
Betreff: Re: Re: [exim] Segmentation Fault - Exim 4.51
run it under gdb ?

--
Chris.

----- Original Message -----
From: <ml@???>
To: <exim-users@???>
Cc: <exim-users@???>; <ml@???>
Sent: Tuesday, June 21, 2005 3:40 PM
Subject: Re: Re: [exim] Segmentation Fault - Exim 4.51


>
> Hi,
>
> thanks for the quick response.
>
>> A crash while trying to open a hints database, like this, after
>> rebuilding Exim, almost always means that the version of Berkeley DB
>
> but it was a fresh installation. I have just compiled Berkley DB and
> Exim from source.
>
>> been changed since you last built Exim, and that the database formats
>> are incompatible. (BDB has not been very good at backwards
>> compatibility, either in db formats or in the API.)
>>
>> Try
>>
>> rm /var/spool/exim/db/*
>>
>> That is, wipe Exim's memory by deleting all the hints info. Exim will
>> gradually rebuild it.
>
> That did not do it:
>
> a15160445:~ # rm -fr /var/spool/exim/db/*
> a15160445:~ # /usr/local/exim/bin/exim -d -M 1Dki9D-00065B-Kt
> Exim version 4.51 uid=0 gid=0 pid=25123 D=fbb95cfd
> Berkeley DB: Sleepycat Software: Berkeley DB 4.3.28: (April 22, 2005)
> Support for: iconv() IPv6
> Lookups: lsearch wildlsearch nwildlsearch iplsearch dbm dbmnz mysql
> Authenticators: cram_md5
> Routers: accept dnslookup ipliteral manualroute queryprogram redirect
> Transports: appendfile autoreply pipe smtp
> Fixed never_users: 0
> changed uid/gid: forcing real = effective
> uid=0 gid=0 pid=25123
> auxiliary group list: <none>
> configuration file is /usr/local/exim/exim.conf
> log selectors = 00000ffc 00020800
> cwd=/root 4 args: /usr/local/exim/bin/exim -d -M 1Dki9D-00065B-Kt
> trusted user
> admin user
> skipping ACL configuration - not needed
> set_process_info: 25123 delivering specified messages
> set_process_info: 25123 delivering 1Dki9D-00065B-Kt
> reading spool file 1Dki9D-00065B-Kt-H
> user=root uid=0 gid=0 sender=root@???
> sender_local=1 ident=root
> Non-recipients:
> Empty Tree
> ---- End of tree ----
> recipients_count=1
> body_linecount=2 message_linecount=8
> Delivery address list:
> ml@???
> locking /var/spool/exim/db/retry.lockfile
> locked /var/spool/exim/db/retry.lockfile
> Segmentation fault
>
> Any ideas ? Thanks a lot in advance for your help.
>
> Kind regards
> Sascha
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users
> ## Exim details at http://www.exim.org/
> ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
>