Your message dated Tue, 30 Jun 2009 14:25:43 +0200
with message-id <[email protected]>
and subject line Closing unanswered bug reports
has caused the Debian Bug report #526734,
regarding libc: poll not working on ipv4 socket
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
526734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libc6
Version: 2.9-9
Severity: normal
File: libc
The following code:
if (poll(monitor,1,READ_TIMEOUT)==0) {
r=0;
} else {
r = read(fd,buf->buffer,buf->size);
}
Works as expected (giving up the read after the timeout if there is no data) if
fd is an ipv6 socket, but does a blocking read if fd is an ipv4 socked.
If required, i can provide the full source code.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101,
'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.29-1-686 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libc6 depends on:
ii libgcc1 1:4.4.0-1 GCC support library
libc6 recommends no packages.
Versions of packages libc6 suggests:
ii belocs-locales-data [locales] 2.4-6 base files for localization
pn glibc-doc <none> (no description available)
ii libc6-i686 2.9-9 GNU C Library: Shared libraries [i
-- debconf information:
* glibc/upgrade: true
glibc/disable-screensaver:
glibc/restart-failed:
* glibc/restart-services: rsync cups cron
--- End Message ---
--- Begin Message ---
No answer from submitters, closing.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
[email protected] http://www.aurel32.net
--- End Message ---