[Varnish] #1585: fatal sandbox errors are not fatal to varnishd

Varnish varnish-bugs at varnish-cache.org
Fri Aug 29 12:43:34 CEST 2014


#1585: fatal sandbox errors are not fatal to varnishd
----------------------+-------------------
 Reporter:  slink     |      Owner:  slink
     Type:  defect    |     Status:  new
 Priority:  high      |  Milestone:
Component:  varnishd  |    Version:  trunk
 Severity:  major     |   Keywords:
----------------------+-------------------
 noticed working on #1583: When provoking a panic in the sandbox code,
 varnishd still exits with 0.

 Could be a regression from #1572 /
 33e6fe71743059b912d2b00cdbc08196b003e440 - I will fix this ASAP


 {{{
 > /.../sbin/varnishd -a 127.0.0.1:8088 -b 127.0.0.1:80
 Message from VCC-compiler:
 Incompelte code in mgt_sandbox_solaris_add_inheritable(),
 mgt/mgt_sandbox_solaris.c line 223:
   errno = 9 (Bad file number)
 Running VCC-compiler failed, signal 6, core dumped
 Message from C-compiler:
 Incompelte code in mgt_sandbox_solaris_add_inheritable(),
 mgt/mgt_sandbox_solaris.c line 223:
   errno = 9 (Bad file number)
 Running C-compiler failed, signal 6, core dumped
 Message from dlopen:
 Incompelte code in mgt_sandbox_solaris_add_inheritable(),
 mgt/mgt_sandbox_solaris.c line 223:
   errno = 9 (Bad file number)
 Running dlopen failed, signal 6, core dumped
 > echo $?
 0

 }}}

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



More information about the varnish-bugs mailing list