[Varnish] #1763: tolerate EINTR in accept() ?

Varnish varnish-bugs at varnish-cache.org
Fri Dec 4 13:13:24 CET 2015


#1763: tolerate EINTR in accept() ?
----------------------+-----------------------------------------------
 Reporter:  slink     |       Owner:  Martin Blix Grydeland <martin@…>
     Type:  defect    |      Status:  closed
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |  Resolution:  fixed
 Keywords:            |
----------------------+-----------------------------------------------
Changes (by Martin Blix Grydeland <martin@…>):

 * owner:   => Martin Blix Grydeland <martin@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [765b6d3b3bb6f96e2c5945abe998ba9016327116]:
 {{{
 #!CommitTicketReference repository=""
 revision="765b6d3b3bb6f96e2c5945abe998ba9016327116"
 Restart epoll_wait on EINTR error

 This works around a Linux kernel bug where the epoll_wait will return
 EINTR when the process is subjected to a ptrace or the OS wakes from
 suspend.

 Fixes: #1763
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1763#comment:5>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list