Your message dated Thu, 12 Aug 2004 13:57:57 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Bug#196456: libc6: select() can return ESPIPE on character device -- 
bewildered
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 7 Jun 2003 05:05:37 +0000
>From [EMAIL PROTECTED] Sat Jun 07 00:05:36 2003
Return-path: <[EMAIL PROTECTED]>
Received: from 24-205-206-73.fln-cres.charterpipeline.net (syphius.internal.aom.geek) 
[24.205.206.73] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 19OVtY-0006Vh-00; Sat, 07 Jun 2003 00:05:36 -0500
Received: from grump.internal.aom.geek ([192.168.1.53] helo=grump)
        by syphius.internal.aom.geek with esmtp (Exim 3.35 #1 (Debian))
        id 19OVtI-0000xa-00; Fri, 06 Jun 2003 22:05:20 -0700
Received: from idalton by grump with local (Exim 3.36 #1 (Debian))
        id 19OVtI-0000J7-00; Fri, 06 Jun 2003 22:05:20 -0700
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: "Beiad Ian Q. Dalton" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6: select() can return ESPIPE on character device -- bewildered
X-Mailer: reportbug 2.10.1
Date: Fri, 06 Jun 2003 22:05:20 -0700
Message-Id: <[EMAIL PROTECTED]>
Sender: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-11.7 required=4.0
        tests=BAYES_01,HAS_PACKAGE,PGP_SIGNATURE
        autolearn=ham version=2.53-bugs.debian.org_2003_05_24
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_24 
(1.174.2.15-2003-03-30-exp)

Package: libc6
Version: 2.3.1-17-run1
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I'm writing a program based off of evtest that reads from the Linux
input event devices and reports the events. The select() call used to
poll the devices is returning an ESPIPE error, fairly frequently.

I've been unable to find any documentation that explains the meaning of
ESPIPE in this context, so I'm unsure if this is a bug in select() or not.

- -- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux grump 2.4.20-upatch-20030502 #1 Wed May 28 16:01:35 PDT 2003 i586
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+4XKPe0DNEkH06HMRAt/MAKCgt6oKVUCJsqmaU1Cpt/VX7TApgQCgkrbK
dawTo3wTzfYKzcYOYmZ+nTA=
=VaC7
-----END PGP SIGNATURE-----

---------------------------------------
Received: (at 196456-done) by bugs.debian.org; 12 Aug 2004 04:57:59 +0000
>From [EMAIL PROTECTED] Wed Aug 11 21:57:59 2004
Return-path: <[EMAIL PROTECTED]>
Received: from omega.webmasters.gr.jp (webmasters.gr.jp) [218.44.239.78] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Bv7f5-0003n8-00; Wed, 11 Aug 2004 21:57:59 -0700
Received: from omega.webmasters.gr.jp (localhost [127.0.0.1])
        by webmasters.gr.jp (Postfix) with ESMTP
        id C7C16DEB58; Thu, 12 Aug 2004 13:57:57 +0900 (JST)
Date: Thu, 12 Aug 2004 13:57:57 +0900
Message-ID: <[EMAIL PROTECTED]>
From: GOTO Masanori <[EMAIL PROTECTED]>
To: "Beiad Ian Q. Dalton" <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#196456: libc6: select() can return ESPIPE on character device -- 
bewildered
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
User-Agent: Wanderlust/2.9.9 (Unchained Melody) SEMI/1.14.3 (Ushinoya)
 FLIM/1.14.3 (=?ISO-8859-4?Q?Unebigory=F2mae?=) APEL/10.3 Emacs/21.2
 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)
MIME-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya")
Content-Type: text/plain; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

At Fri, 06 Jun 2003 22:05:20 -0700,
Beiad Ian Q. Dalton <[EMAIL PROTECTED]> wrote:
> I'm writing a program based off of evtest that reads from the Linux
> input event devices and reports the events. The select() call used to
> poll the devices is returning an ESPIPE error, fairly frequently.
> 
> I've been unable to find any documentation that explains the meaning of
> ESPIPE in this context, so I'm unsure if this is a bug in select() or not.

select return value is derived from kernel.  But I wonder kernel
returns ESPIPE from select()...

I close this bug.

Regards,
-- gotom


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to