RE: [squid-users] large post request fails... comm_write: fd_table[19].rwstate != NULL, httpSendComplete: FD 19: size 0: errflag -9

From: <daniel.jarboe@dont-contact.us>
Date: Mon, 8 Nov 2004 10:20:45 -0500

> This indicates a bug in the version you are using. I hope this
> bug has been fixed in the later versions but I am not sure (has
> not seen the exact bug).

Unfortunately it still happens...

/usr/sbin/squid -v

Squid Cache: Version 2.5.STABLE7
configure options: '--prefix=/usr' '--sysconfdir=/etc/squid'
'--bindir=/usr/sbin' '--sbindir=/usr/sbin' '--localstatedir=/var'
'--libexecdir=/usr/sbin' '--datadir=/usr/share/squid' '--with-dl'
'--enable-snmp' '--enable-carp' '--enable-useragent-log'
'--enable-auth=basic digest ntlm' '--enable-basic-auth-helpers=LDAP MSNT
NCSA PAM SMB YP getpwnam multi-domain-NTLM winbind'
'--enable-ntlm-auth-helpers=SMB no_check winbind'
'--enable-digest-auth-helpers=password'
'--enable-external-acl-helpers=ip_user ldap_group unix_group
wbinfo_group' '--enable-ntlm-fail-open' '--enable-referer-log'
'--enable-arp-acl' '--enable-htcp' '--enable-underscores'
'--enable-stacktraces' '--enable-delay-pools' '--enable-ssl'
'--enable-cache-digests' '--enable-storeio=aufs,ufs,diskd,null'
'--enable-linux-netfilter' '--enable-removal-policies=heap,lru'
'--enable-x-accelerator-vary'
'--enable-external-acl-helpers=wbinfo_group'

Here is a stripped down conf that was used:

debug_options ALL,1
cache_dir null /tmp
cache_store_log none
acl all src 0.0.0.0/0.0.0.0
no_cache deny all
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow all
http_access deny all
http_reply_access allow all
cache_mgr helpdesk
cache_effective_user squid
cache_effective_group nogroup
coredump_dir /var/log/squid/

cache.log:

2004/11/08 10:13:00| Beginning Validation Procedure
2004/11/08 10:13:00| Completed Validation Procedure
2004/11/08 10:13:00| Validated 0 Entries
2004/11/08 10:13:00| store_swap_size = 0k
2004/11/08 10:13:00| storeLateRelease: released 0 objects
2004/11/08 10:16:19| comm_write: fd_table[13].rwstate != NULL

Any ideas?

Thanks,
~ Daniel
Received on Mon Nov 08 2004 - 08:20:25 MST

This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST