Re: [exim] Numerous segfaults with 64 bit exim

Pàgina inicial
Delete this message
Reply to this message
Autor: David Woodhouse
Data:  
A: Patrick Boutilier
CC: exim-users
Assumpte: Re: [exim] Numerous segfaults with 64 bit exim
On Wed, 2011-06-08 at 13:49 -0300, Patrick Boutilier wrote:
>
> #1  0x00002b2d3d98a92c in smtp_respond (code=0x2b2d3d9e8906 "550", 
> codelen=<value optimized out>, final=1, msg=0x0) at smtp_in.c:2045
>          esclen = 0
>          esc = 0x2b2d3da0413e ""
> #2  0x00002b2d3d97adf5 in receive_msg (extract_recip=0) at receive.c:3739 


3739:        smtp_respond((fake_response == DEFER)? US"450" : US"550", 3, TRUE,
3740:          fake_response_text);


So fake_response_text is NULL. How?

There are three places it's set in acl.c. Can you show your config and
instrument all three of them? Either it's one of those, or something
else scribbling on it...

--
dwmw2