delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Fri, 19 Nov 2004 13:38:42 -0500 |
From: | Christopher Faylor <cgf-no-personal-reply-please AT cygwin DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: select() read() and write() on /dev/console |
Message-ID: | <20041119183842.GB26102@trixie.casa.cgf.cx> |
Reply-To: | cygwin AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <Pine DOT LNX DOT 4 DOT 44 DOT 0411191834400 DOT 1687-100000 AT centurai DOT sps DOT mot DOT com> |
Mime-Version: | 1.0 |
In-Reply-To: | <Pine.LNX.4.44.0411191834400.1687-100000@centurai.sps.mot.com> |
User-Agent: | Mutt/1.4.1i |
On Fri, Nov 19, 2004 at 06:46:56PM +0100, Jason Curl wrote: >My question, how do I go about investigating what the root cause is? Has >anybody else seen similar issues and been able to work around it? I'm >stuck and I've never seen the source code to cygwin before. If you suspect a problem with the cygwin DLL then you can build a debugging version of the cygwin DLL and debug it using gdb. Most of the console handling is in fhandler_console.cc. The select handling is in select.cc. Look for the string "console" there. Instructions for building the DLL are in the FAQ: http://cygwin.com/faq/faq_3.html#SEC101 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |