[Varnish] #311: varnishtest fails at c00005.vtc on ppc64

Varnish varnish-bugs at projects.linpro.no
Wed Sep 3 22:46:03 CEST 2008


#311: varnishtest fails at c00005.vtc on ppc64
--------------------+-------------------------------------------------------
 Reporter:  ingvar  |        Owner:  des  
     Type:  defect  |       Status:  new  
 Priority:  normal  |    Milestone:       
Component:  build   |      Version:  trunk
 Severity:  normal  |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Comment (by ingvar):

 I diffed the output of varnishd -f foo.vcl -C on i386 and ppc64. It
 differs. I would think that that code should be platform neutral.

 {{{
 --- foo.c.i386  2008-09-03 22:38:06.000000000 +0200
 +++ foo.c.ppc64 2008-09-03 22:38:38.000000000 +0200
 @@ -297,7 +297,7 @@

  static const unsigned char sockaddr0[17] = {
       16, /* Length */
 -      2,   0,   0,  80, 127,   0,   0,   1,
 +      0,   2,   0,  80, 127,   0,   0,   1,
        0,   0,   0,   0,   0,   0,   0,   0

  };
 @@ -838,7 +838,6 @@
         "  if (client.ip ~ acl1) { set req.url = \"/\"; }\n"
         "  if (client.ip ~ acl2) { set req.url = \"/\"; }\n"
         "}\n"
 -       "\n"
         "",
      /* "Default"*/
         "/*-\n"
 }}}

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


More information about the varnish-bugs mailing list