[Varnish] #345: Assert error in CNT_Session()

Varnish varnish-bugs at projects.linpro.no
Fri Oct 17 23:29:49 CEST 2008


#345: Assert error in CNT_Session()
----------------------+-----------------------------------------------------
 Reporter:  kierank   |        Owner:  phk   
     Type:  defect    |       Status:  closed
 Priority:  normal    |    Milestone:        
Component:  varnishd  |      Version:  trunk 
 Severity:  major     |   Resolution:  fixed 
 Keywords:            |  
----------------------+-----------------------------------------------------
Changes (by phk):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 (In [3322]) ESI includes can hit the waiting list and since the state is
 stored
 on the worker thread stack, we cannot just let another thread pick
 up.

 This is not as much a fix as a workaround: simply sleep until the
 object we wait for is no longer busy.

 The issue may have to be revisited in the long run, but for 2.0.x
 this will have to do.

 Fixes #345

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


More information about the varnish-bugs mailing list