Re: Varnish Panic

2017-03-09 Thread Geoff Simmons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 03/09/2017 10:15 PM, Yiannis Karayiannidis wrote: > > errno = 12 (Cannot allocate memory) > errno = 12 (Cannot allocate memory) Your system's memory was evidently full. Varnish attempted internal allocations, but they failed, and so the panics

Varnish Panic

2017-03-09 Thread Yiannis Karayiannidis
Hi all, We had a stragne panic problem with our varnish server i attach some log lines any help will be more than appriciated. *Mar 9 20:13:03 lin-varnish03 varnishd[5295]: Child (5297) not responding to CLI, killed it.* *Mar 9 20:13:03 lin-varnish03 varnishd[5295]: Unexpected reply from ping:

Varnish panic message on purge / synthetic

2010-11-12 Thread Reuben S.
I am getting an Assert error which I think is related to a synthetic {...} call I make in the vcl on PURGE commands from the back-end. Is this is a known issue? Should I be doing something differently? Here's an abbreviated version of the vcl: acl purge { 127.0.0.1;

Re: Varnish panic message on purge / synthetic

2010-11-12 Thread Poul-Henning Kamp
In message aanlktimlyqnv0mrj8zf_5fohad53pck7o+tjw_+z1...@mail.gmail.com, Reu ben S. writes: I am getting an Assert error which I think is related to a synthetic {...} call I make in the vcl on PURGE commands from the back-end. Is this is a known issue? Should I be doing something differently?