[Varnish] #1397: Assert error in vbf_stp_condfetch(), cache/cache_fetch.c line 635: Condition(obj->len == al) not true.

Varnish varnish-bugs at varnish-cache.org
Mon Jan 6 20:47:42 CET 2014


#1397: Assert error in vbf_stp_condfetch(), cache/cache_fetch.c line 635:
Condition(obj->len == al) not true.
--------------------+----------------------
 Reporter:  scoof   |       Owner:
     Type:  defect  |      Status:  new
 Priority:  normal  |   Milestone:
Component:  build   |     Version:  unknown
 Severity:  normal  |  Resolution:
 Keywords:          |
--------------------+----------------------

Comment (by scoof):

 varnishlog -g raw:

 {{{
          0 CLI            - Rd ping
          0 CLI            - Wr 200 19 PONG 1389037608 1.0
     360449 Begin          c sess
     360449 SessOpen       c 127.0.0.1 39734 :80 127.0.0.1 80
 1389037609.543531 16
     360450 Begin          c req 360449
     360449 Link           c req 360450
     360450 ReqMethod      c GET
     360450 ReqURL         c /10MB
     360450 ReqProtocol    c HTTP/1.1
     360450 ReqHeader      c User-Agent: curl/7.30.0
     360450 ReqHeader      c Host: localhost
     360450 ReqHeader      c Accept: */*
     360450 ReqStart       c 127.0.0.1 39734
     360450 VCL_call       c RECV
     360450 VCL_return     c hash
     360450 VCL_call       c HASH
     360450 VCL_return     c lookup
     360450 Hit            c 2147483651
     360450 VCL_call       c HIT
     360450 VCL_return     c deliver
     360451 Begin          b bereq 360450
     360450 Link           c bereq 360451
     360451 Debug          b "MKBEREQ -> STARTFETCH%00"
     360451 VCL_call       b BACKEND_FETCH
     360451 VCL_return     b fetch
     360451 Debug          b "STARTFETCH -> FETCHHDR%00"
     360451 BereqMethod    b GET
     360451 BereqURL       b /10MB
     360451 BereqProtocol  b HTTP/1.1
     360451 BereqHeader    b User-Agent: curl/7.30.0
     360451 BereqHeader    b Host: localhost
     360451 BereqHeader    b Accept: */*
     360451 BereqHeader    b X-Forwarded-For: 127.0.0.1
     360451 BereqHeader    b Accept-Encoding: gzip
     360451 BereqHeader    b If-Modified-Since: Mon, 24 Oct 2011 13:29:00
 GMT
     360451 BereqHeader    b X-Varnish: 360451
     360451 Debug          b "XXX BOS: 0 -> 1%00"
     360451 BackendOpen    b 175 default(127.0.0.1,,8081) 127.0.0.1 53737
     360451 Backend        b 175 default default(127.0.0.1,,8081)
     360451 BereqMethod    b GET
     360451 BereqURL       b /10MB
     360451 BereqProtocol  b HTTP/1.1
     360451 BereqHeader    b User-Agent: curl/7.30.0
     360451 BereqHeader    b Host: localhost
     360451 BereqHeader    b Accept: */*
     360451 BereqHeader    b X-Forwarded-For: 127.0.0.1
     360451 BereqHeader    b Accept-Encoding: gzip
     360451 BereqHeader    b If-Modified-Since: Mon, 24 Oct 2011 13:29:00
 GMT
     360451 BereqHeader    b X-Varnish: 360451
     360450 VCL_call       c DELIVER
     360450 VCL_return     c deliver
     360450 Debug          c "RES_MODE 2%00"
     360450 RespProtocol   c HTTP/1.1
     360450 RespStatus     c 200
     360450 RespResponse   c OK
     360450 RespHeader     c Server: Apache/2.4.6 (Debian)
     360450 RespHeader     c Last-Modified: Mon, 24 Oct 2011 13:29:00 GMT
     360450 RespHeader     c ETag: "989680-4b00b67d84216"
     360450 RespHeader     c Date: Mon, 06 Jan 2014 19:46:49 GMT
     360450 RespHeader     c Content-Length: 10000000
     360450 RespHeader     c Connection: keep-alive
     360450 RespHeader     c Accept-Ranges: bytes
     360451 BerespProtocol b HTTP/1.1
     360451 BerespStatus   b 304
     360451 BerespResponse b Not Modified
     360451 BerespHeader   b Date: Mon, 06 Jan 2014 19:46:49 GMT
     360451 BerespHeader   b Server: Apache/2.4.6 (Debian)
     360451 BerespHeader   b ETag: "989680-4b00b67d84216"
     360451 TTL            b RFC -1 -1 -1 1389037610 1389037610 1389037609
 0 0
     360451 VCL_call       b BACKEND_RESPONSE
     360451 TTL            b VCL 1 10 0 1389037610 0
     360451 TTL            b VCL 1 86400 0 1389037610 0
     360451 VCL_return     b deliver
     360451 Debug          b "FETCHHDR -> CONDFETCH%00"
     360451 Storage        b malloc s0
     360451 ObjProtocol    b HTTP/1.1
     360451 ObjStatus      b 200
     360451 ObjResponse    b OK
     360451 ObjHeader      b Date: Mon, 06 Jan 2014 19:46:00 GMT
     360451 ObjHeader      b Server: Apache/2.4.6 (Debian)
     360451 ObjHeader      b Last-Modified: Mon, 24 Oct 2011 13:29:00 GMT
     360451 ObjHeader      b ETag: "989680-4b00b67d84216"
     360451 Debug          b "XXX BOS: 1 -> 2%00"
          0 ExpKill        - EXP_Inbox p=0x7fc5f8010400 e=0.000000000
 f=0x1c10
          0 ExpKill        - EXP_When p=0x7fc5f8010400
 e=1389124010.544181347 f=0x1c10
     360450 Debug          c "XXX REF 3%00"
     360450 Length         c 0
     360450 ReqEnd         c 1389037609.544181347 1389037609.543531418
 -0.000818491 0.000168562 -0.000818491
     360450 End            c
 Log abandoned
 }}}

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




More information about the varnish-bugs mailing list