From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15087 invoked by alias); 19 Nov 2012 16:05:23 -0000 Received: (qmail 15051 invoked by uid 22791); 19 Nov 2012 16:05:22 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 19 Nov 2012 16:04:49 +0000 Received: by mail.ecoscentric.com (Postfix, from userid 48) id 4E1114680001; Mon, 19 Nov 2012 16:04:47 +0000 (GMT) From: bugzilla-daemon@bugs.ecos.sourceware.org To: backlog@bugs.ecos.sourceware.org Subject: [Bug 21968] select does not work on stdin X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: eCos X-Bugzilla-Component: Other X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: kenkyee@excite.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: backlog@bugs.ecos.sourceware.org X-Bugzilla-Target-Milestone: 2.0 Final X-Bugzilla-Changed-Fields: In-Reply-To: References: X-Bugzilla-URL: http://bugs.ecos.sourceware.org/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 19 Nov 2012 16:05:00 -0000 Message-Id: <20121119160444.F0495468000E@mail.ecoscentric.com> Mailing-List: contact ecos-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-bugs-owner@sourceware.org X-SW-Source: 2012/txt/msg01342.txt.bz2 Please do not reply to this email. Use the web interface provided at: http://bugs.ecos.sourceware.org/show_bug.cgi?id=21968 --- Comment #8 from Ken 2012-11-19 16:04:43 GMT --- Forgot to mention that I did get it to be nonblocking by using this call: ioctl(STDIN_FILENO, FIONBIO, &opt); but the diag port appears to eat characters. I need to press a key 17-18 times before it will register and my application can see it, so it's not useful even if it is non-blocking :-P -- Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.