On Mon, Sep 11, 2006 at 01:35:30PM -0700, Marc Perkel wrote: > Sep 11 12:05:18 pascal kernel: exim[19840]: segfault at 0000000000000000 > rip 0000003f53e73ee0 rsp 00007fff9e561d18 error 4
Null pointer dereference. Can you turn the instruction pointer address into a line number, or even a function (I suspect you have a non-debug build). The addr2line utility should do that. Alternatively make sure (using ulimit and the core file pattern in the kernel's sysctls) that exim can actually dump core if it crashes, wait for it to do so, and then the core dump. Out of interest, how much load is your server experiencing? -- ``The article is so incautious that he must have written it himself.'' (William Rees-Mogg on a Tony Blair article on the obsolesence of civil liberties) -- ## 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/
