[Varnish] #547: Varnish core dumps frequently

Varnish varnish-bugs at projects.linpro.no
Tue Dec 1 19:38:53 CET 2009


#547: Varnish core dumps frequently
---------------------+------------------------------------------------------
 Reporter:  victori  |        Owner:       
     Type:  defect   |       Status:  new  
 Priority:  normal   |    Milestone:       
Component:  build    |      Version:  trunk
 Severity:  normal   |   Resolution:       
 Keywords:           |  
---------------------+------------------------------------------------------
Comment (by victori):

 Fixed...

 in  lib/libvarnish/tcp.c / TCP_linger(int sock, int linger)

 change AZ(setsockopt(sock, SOL_SOCKET, SO_LINGER, &lin, sizeof lin)); to
 setsockopt(sock, SOL_SOCKET, SO_LINGER, &lin, sizeof lin);

 This fixues the issue on solaris.

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/547#comment:1>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list