Re: select() read() and write() on /dev/console

2004-11-23 Thread Jason Curl
Christopher Faylor cygwin.com> writes: > > On Mon, Nov 22, 2004 at 05:18:46PM +, Jason Curl wrote: > >Where is fds[0] defined, so I can see exactly what functions are being > >called by peek_console, etc.? e.g. fh->get_readahead_valid(); > >fh->bg_check(SIGTTIN). > > Also in dtable.cc. L

Re: select() read() and write() on /dev/console

2004-11-22 Thread Christopher Faylor
On Mon, Nov 22, 2004 at 05:18:46PM +, Jason Curl wrote: >Where is fds[0] defined, so I can see exactly what functions are being >called by peek_console, etc.? e.g. fh->get_readahead_valid(); >fh->bg_check(SIGTTIN). Also in dtable.cc. Look for the obvious. -- Unsubscribe info: http://c

Re: select() read() and write() on /dev/console

2004-11-22 Thread Jason Curl
Christopher Faylor cygwin.com> writes: > In dtable::select_{read,write,except} . > > cgf Where is fds[0] defined, so I can see exactly what functions are being called by peek_console, etc.? e.g. fh->get_readahead_valid(); fh->bg_check(SIGTTIN). Thanks. -- Unsubscribe info: http://cygw

Re: select() read() and write() on /dev/console

2004-11-22 Thread Christopher Faylor
On Mon, Nov 22, 2004 at 02:53:20PM +, Jason Curl wrote: >Christopher Faylor cygwin.com> writes: >>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 ar

Re: select() read() and write() on /dev/console

2004-11-22 Thread Jason Curl
Christopher Faylor cygwin.com> writes: > > 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 co

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor cygwin.com> writes: > > On Sun, Nov 21, 2004 at 07:00:42PM +0100, Jason Curl wrote: > >Christopher Faylor wrote: > >>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 els

Re: select() read() and write() on /dev/console

2004-11-21 Thread Christopher Faylor
On Sun, Nov 21, 2004 at 07:00:42PM +0100, Jason Curl wrote: >Christopher Faylor wrote: >>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

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor wrote: 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

Re: select() read() and write() on /dev/console

2004-11-21 Thread Jason Curl
Christopher Faylor wrote: 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

Re: select() read() and write() on /dev/console

2004-11-19 Thread Christopher Faylor
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