Re: [exim] Numerous segfaults with 64 bit exim

Pàgina inicial
Delete this message
Reply to this message
Autor: Lorens Kockum
Data:  
A: Patrick Boutilier
CC: exim users
Assumpte: Re: [exim] Numerous segfaults with 64 bit exim
On Fri, Jun 03, 2011 at 10:49:35AM -0300, Patrick Boutilier wrote:
> exim[21485]: segfault at 0000000000000000 rip 00000038b6a79470 rsp
> 00007fff489d94b8 error 4
>
> gdb output:
>
> Core was generated by `/usr/local/exim/bin/exim -bd -q10m'.
> Program terminated with signal 11, Segmentation fault.
> #0 0x00000038b6a79470 in strchr () from /lib64/libc.so.6


Usually at that point you'd execute the command "bt". It should
yield the call stack, which is essential to the person looking
for the bug.

HTH