[Varnish] #423: varnishd crashes on VCL that contains ~!

Varnish varnish-bugs at projects.linpro.no
Sat Jan 17 22:09:02 CET 2009


#423: varnishd crashes on VCL that contains  ~!
--------------------------+-------------------------------------------------
 Reporter:  trent.nelson  |       Owner:  phk  
     Type:  defect        |      Status:  new  
 Priority:  normal        |   Milestone:       
Component:  varnishd      |     Version:  trunk
 Severity:  normal        |    Keywords:       
--------------------------+-------------------------------------------------
 {{{
 [root at wind/ttypt(..l/etc/varnish)#] cat dodge.vcl
 sub vcl_fetch {
     if (req.url ~! "www.google.com") {
         lookup;
     }
 }
 [root at wind/ttypt(..l/etc/varnish)#] varnishd -f dodge.vcl
 zsh: segmentation fault (core dumped)  varnishd -f dodge.vcl
 [root at wind/ttypt(..l/etc/varnish)#] varnishd -V
 varnishd (varnish-2.0.2)
 Copyright (c) 2006-2008 Linpro AS / Verdens Gang AS
 [root at wind/ttypt(..l/etc/varnish)#] ldd `which varnishd`
 /usr/local/sbin/varnishd:
         libvarnish.so.1 => /usr/local/lib/libvarnish.so.1 (0x280c7000)
         librt.so.1 => /usr/lib/librt.so.1 (0x280d2000)
         libvarnishcompat.so.1 => /usr/local/lib/libvarnishcompat.so.1
 (0x280d7000)
         libvcl.so.1 => /usr/local/lib/libvcl.so.1 (0x280d9000)
         libthr.so.3 => /lib/libthr.so.3 (0x280ef000)
         libm.so.5 => /lib/libm.so.5 (0x28102000)
         libc.so.7 => /lib/libc.so.7 (0x28117000)
 }}}

-- 
Ticket URL: <http://varnish.projects.linpro.no/ticket/423>
Varnish <http://varnish.projects.linpro.no/>
The Varnish HTTP Accelerator


More information about the varnish-bugs mailing list