Autor: Richard Gration Fecha: A: exim-users Asunto: Re: [Exim] Segmentation fault in callouts
Dean Brooks wrote:
<SNIP> > Actually, the db file didn't exist prior to me enabling callouts.
> After I put callouts into the config, I checked the db directory
> to see if it created the database, and it had, but it was zero
> in size. It was then I realized that it was segfaulting...
>
> I assume its using the same DB library that is used for the
> regular retry/hints databases.
Assuming is dangerous, although I do it all the time ...
I had a segfaulting problem last week and it turned out to be the dbm
library. I found out using strace (if available on Solaris?) that it was
opening the wrong dbm library (wrong in terms of the header file exim
was built against). Just thought I'd mention it in case this gives you a
hint
Rick
PS Philip, if you're reading this, I never thanked you for your help
.... Thank you :-)