I have the same problem with version 2.10.1.1-4 on AMD64, both the version that is packaged for Unstable and a version I built myself from the Debian sources.
select(4, [3], NULL, NULL, {14, 0}) = 1 (in [3], left {13, 999889}) recvfrom(3, "GET http://www.ibm.com/ HTTP/1.0"..., 1024, 0, NULL, NULL) = 253 mmap(NULL, 228473534089793536, PROT_READ|PROT_WRITE, MAP_PRIVATE| MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory) brk(0x32bb37800fc0000) = 0xfb0000 mmap(NULL, 228473534089924608, PROT_READ|PROT_WRITE, MAP_PRIVATE| MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory) mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f356ebb6000 munmap(0x7f356ebb6000, 21274624) = 0 munmap(0x7f3574000000, 45834240) = 0 mprotect(0x7f3570000000, 135168, PROT_READ|PROT_WRITE) = 0 mmap(NULL, 228473534089793536, PROT_READ|PROT_WRITE, MAP_PRIVATE| MAP_ANONYMOUS, -1, 0) = -1 ENOMEM (Cannot allocate memory) futex(0x7f3578c7c404, FUTEX_WAKE_PRIVATE, 2147483647) = 0 close(5) = 0 close(3) = 0 Every request aborts after zero bytes, the above is part of the strace output from a dansguardian worker process. It seems that something is going wrong which results in requests to allocate more RAM than is installed in all machines in my country! Version 8.12-4 of libpcre3 that I compiled from source makes dansguardian work as does the package version 8.02-1.1 from Debian/Unstable. Version 8.30-4 of libpcre3 that I compiled myself gives the same result as the binary from Debian/Unstable which is that dansguardian aborts and returns 0 bytes. -- My Main Blog http://etbe.coker.com.au/ My Documents Blog http://doc.coker.com.au/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org