Gea-Suan Lin <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] [~/tmp] (7:47) cat varnishd.sh
> #!/bin/sh
>
> ulimit -c unlimited
> /home/service/varnish/sbin/varnishd -a 60.199.247.118:80 -f 
> /usr/local/etc/varnish/image.vcl -h classic,1048583 -P /var/run/varnishd.pid 
> -s file,/home/service/varnish-cache.mmap,32G -T 127.0.0.1:11957 -t 604800 -w 
> 32,4096 -d -d
> [EMAIL PROTECTED] [~/tmp] (7:47)
>
> Run it and got SIGQUIT:
>
> Nov  9 07:43:26 testphp kernel: pid 76784 (varnishd), uid 65534: exited on 
> signal 3
> Nov  9 07:43:51 testphp kernel: pid 76793 (varnishd), uid 65534: exited on 
> signal 3

Still no core file?  Try SIGABRT instead.  If that doesn't work, I'm
out of ideas...  though you can still attach directly to the child
with gdb.

DES
-- 
Dag-Erling Smørgrav
Senior Software Developer
Linpro AS - www.linpro.no
_______________________________________________
varnish-misc mailing list
varnish-misc@projects.linpro.no
http://projects.linpro.no/mailman/listinfo/varnish-misc

Reply via email to