[Varnish] #695: Varnish trunk 4516 segmentation fault in FreeBSD

Varnish varnish-bugs at varnish-cache.org
Wed May 19 23:02:57 CEST 2010


#695: Varnish trunk 4516 segmentation fault in FreeBSD
----------------------+-----------------------------------------------------
 Reporter:  anders    |       Owner:  phk  
     Type:  defect    |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  varnishd  |     Version:  trunk
 Severity:  normal    |    Keywords:       
----------------------+-----------------------------------------------------

Comment(by phk):

 Just for reference, it is this assert:

 {{{
 786             if (oc == NULL) {
 787                     /*
 788                      * We lost the session to a busy object, disembark
 the
 789                      * worker thread.   The hash code to restart the
 session,
 790                      * still in STP_LOOKUP, later when the busy object
 isn't.
 791                      */
 792                     AZ(sp->wrk);
 793                     return (1);
 794             }
 }}}

 And I have absolutely no idea how that could happen, but will keep an eye
 out for it.

 I do notice that you are running an earlier version of -hcritbit and
 wonder if that could be involved.

-- 
Ticket URL: <http://varnish-cache.org/ticket/695#comment:1>
Varnish <http://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list