Package: netcat-openbsd
Version: 1.178-2
If I run:
$ nc -l -v -n -u 127.1 4321
and then in another terminal:
$ echo foo | nc -u 127.1 4321
then the listening netcat will fail with an error:
nc: getnameinfo: ai_family not supported
I believe this is caused by an omission
from debian/patches/ve
Package: dpkg
Version: 1.15.7.2
Severity: normal
$ dpkg-query -W libc6
libc6 2.11.2-2
$ dpkg-query -W libc6 zlib1g
libc6 2.11.2-2
zlib1g 1:1.2.3.4.dfsg-3
$ dpkg-query -W libc6 zlib1g libc6
libc6 2.11.2-2
zlib1g 1:1.2.3.4.dfsg-3
No packages found matching libc6.
-- System Information:
Debi
I'm not sure it's possible to modify that test case to reproduce it.
The point is that the behavior depends on whether the server sends the
final chunk in the same TCP packet as the real payload, or it wants to
send it in a separate one. IOW whether the read() syscall returns the
final chunk toge
Package: curl
Version: 7.19.7-1
Tags: patch
If a server returns a Content-Length header and then it uses chunked transfer,
curl often fails with with the following error:
curl: (18) transfer closed with outstanding read data remaining
I think the cause is that when it finds a Content-Length h
Package: asciidoc
Version: 8.5.2-1
Severity: normal
asciidoc has python (>= 2.3) in its Depends field, but it uses Python
decorators (@staticmethod) which require at least 2.4
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture:
This problem causes pain for me too. strace-ing w3m showed that it
wants to run some program called "migemo", and I don't have that. So
i looked it up in the options (search for "migemo") and disabled it.
Guess what: the segfault disappeared.
hth,
--
akos
--
To UNSUBSCRIBE, email to debian-
6 matches
Mail list logo