Re: [Exim] exim segvaulting on debian testing

Pàgina inicial
Delete this message
Reply to this message
Autor: Nico Erfurth
Data:  
A: Daniel Tiefnig, Exim-Users (E-mail)
Assumpte: Re: [Exim] exim segvaulting on debian testing
Daniel Tiefnig wrote:

>
> In gdb it gives following backtrace:
>
> (gdb) run -M 1BJ6e8-0001V8-BA
> ...
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 16384 (LWP 24434)]
> 0x403c2b5f in strlen () from /lib/libc.so.6
> (gdb) bt
> #0 0x403c2b5f in strlen () from /lib/libc.so.6
> #1 0x0805fdd6 in deliver_msglog ()
> #2 0x0806891f in deliver_message ()
> #3 0x0806f83b in main ()
> (gdb)
>
>
> Happens to about 5 out of 1 Million messages.


Could you please run exim -d -M 1BJ6e8-0001V8-BA to create a debuglog?
The strange thing is that deliver_msglog does not call (U)strlen at all.

Nico