[Varnish] #1096: Varnish Crashes with a lot of Firebug logging

Varnish varnish-bugs at varnish-cache.org
Tue Feb 21 09:22:13 CET 2012


#1096: Varnish Crashes with a lot of Firebug logging
----------------------+-----------------------------------------------------
 Reporter:  sukerman  |        Type:  defect
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  build 
  Version:  3.0.2     |    Severity:  normal
 Keywords:            |  
----------------------+-----------------------------------------------------
 Varnish crashes if there is a lot of firebug output.  Firebug adds its log
 line into the http headers so I guess this is something to do with it.
 You need firefox and firebug installed.

 Test here:

 http://www.blackbox-ims.co.uk/varnish_firebug.php

 Test here, bypassing varnish works:

 http://www.blackbox-ims.co.uk:8080/varnish_firebug.php

 Code:

 <?
     for($i=1; $i<100; $i++){
         fb("Firebug $i");
     }
     print "Success!";
 ?>

 Cheers,

 S.

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1096>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator




More information about the varnish-bugs mailing list