[Varnish] #1246: Assert error in cnt_hit(), cache_center.c line 1025

Varnish varnish-bugs at varnish-cache.org
Mon Jan 7 19:47:49 CET 2013


#1246: Assert error in cnt_hit(), cache_center.c line 1025
----------------------+---------------------
 Reporter:  psa       |       Owner:  martin
     Type:  defect    |      Status:  new
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  3.0.3
 Severity:  normal    |  Resolution:
 Keywords:            |
----------------------+---------------------

Comment (by psa):

 Makefile for our local build:
 {{{
 PACKAGE=varnish
 VERSION=3.0.3
 BUILD_DIR=$(PACKAGE)-$(VERSION)
 VARNISH_PKG_LIST=/etc/apt/sources.list.d/varnish.list

 package: check-depends
         ( cd varnish-$(VERSION) && \
           patch -p1 < ../no-close.patch && \
           patch -p1 < ../pre-3.0.4.patch && \
           fakeroot debian/rules binary )

 check-depends: update-changelog
         dpkg -s libncurses5-dev | grep "Status: install ok installed" \
           || sudo apt-get -y install libncurses5-dev
         dpkg -s libpcre3-dev | grep "Status: install ok installed" \
           || sudo apt-get -y install libpcre3-dev
         dpkg -s python-docutils | grep "Status: install ok installed" \
           || sudo apt-get -y install python-docutils
         dpkg -s libedit-dev | grep "Status: install ok installed" \
           || sudo apt-get -y install libedit-dev
         touch check-depends

 update-changelog: $(BUILD_DIR)
         bin/update-changelog $(BUILD_DIR) $(VERSION)-2~local0
         touch update-changelog

 $(BUILD_DIR): $(VARNISH_PKG_LIST)
         apt-get source varnish

 $(VARNISH_PKG_LIST):
         @echo "You need to setup $(VARNISH_PKG_LIST), see Makefile
 comments"
         exit 1

 clean:
         -rm -rf varnish* update-changelog check-depends

 clobber: clean
         -rm -f *deb
 }}}

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




More information about the varnish-bugs mailing list