Re: SIGTSTP and select

2007-04-16 Thread Corinna Vinschen
On Apr 13 15:04, Bob Rossi wrote: > On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: > > On Apr 13 10:01, Bob Rossi wrote: > > > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > When you obs

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: > On Apr 13 10:01, Bob Rossi wrote: > > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > When you observed -1/EINTR on Linux, did you install a S

Re: SIGTSTP and select

2007-04-13 Thread Christopher Faylor
On Fri, Apr 13, 2007 at 11:15:21AM -0400, Bob Rossi wrote: >On Fri, Apr 13, 2007 at 11:03:56AM -0400, Christopher Faylor wrote: >> >Ok, there's a difference between tty and notty mode here. I can >> >reproduce this with notty, while I get a -1/EINTR with CYGWIN=tty. >> >This is a bit unfortunate

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 11:03:56AM -0400, Christopher Faylor wrote: > >Ok, there's a difference between tty and notty mode here. I can > >reproduce this with notty, while I get a -1/EINTR with CYGWIN=tty. > >This is a bit unfortunate difference which is probably a result of > >different handling

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: > On Apr 13 10:01, Bob Rossi wrote: > > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > > > >When ctrl-z is typed, CGDB receives a SIGTSTP o

Re: SIGTSTP and select

2007-04-13 Thread Christopher Faylor
On Fri, Apr 13, 2007 at 04:51:36PM +0200, Corinna Vinschen wrote: >On Apr 13 10:01, Bob Rossi wrote: >> On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: >> > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: >> > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on bo

Re: SIGTSTP and select

2007-04-13 Thread Corinna Vinschen
On Apr 13 10:01, Bob Rossi wrote: > On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both linux and cygwin. > > > > >When CGDB is at the select loop and this

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > On Apr 3 10:13, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both

Re: SIGTSTP and select

2007-04-13 Thread Bob Rossi
On Fri, Apr 13, 2007 at 03:25:01PM +0200, Corinna Vinschen wrote: > On Apr 3 10:13, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both

Re: SIGTSTP and select

2007-04-13 Thread Corinna Vinschen
On Apr 3 10:13, Bob Rossi wrote: > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both linux and cygwin. > > >When CGDB is at the select loop and this happens o

Re: SIGTSTP and select

2007-04-12 Thread Bob Rossi
On Thu, Apr 05, 2007 at 07:31:39PM -0400, Bob Rossi wrote: > On Tue, Apr 03, 2007 at 10:42:39AM -0400, Bob Rossi wrote: > > On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > > On Mon, Apr 02, 2007 at 08:07:23PM

Re: SIGTSTP and select

2007-04-05 Thread Bob Rossi
On Tue, Apr 03, 2007 at 10:42:39AM -0400, Bob Rossi wrote: > On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > > >I'm not exactly sure what has chang

Re: SIGTSTP and select

2007-04-03 Thread Bob Rossi
On Tue, Apr 03, 2007 at 10:13:20AM -0400, Bob Rossi wrote: > On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > > >I'm not exactly sure what has changed since the last release to cause > > >this issue. However, here i

Re: SIGTSTP and select

2007-04-03 Thread Bob Rossi
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > >I'm not exactly sure what has changed since the last release to cause > >this issue. However, here it is. > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both

Re: SIGTSTP and select

2007-04-02 Thread Bob Rossi
On Mon, Apr 02, 2007 at 08:37:53PM -0400, Christopher Faylor wrote: > On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: > >I'm not exactly sure what has changed since the last release to cause > >this issue. However, here it is. > > > >When ctrl-z is typed, CGDB receives a SIGTSTP on both

Re: SIGTSTP and select

2007-04-02 Thread Christopher Faylor
On Mon, Apr 02, 2007 at 08:07:23PM -0400, Bob Rossi wrote: >I'm not exactly sure what has changed since the last release to cause >this issue. However, here it is. > >When ctrl-z is typed, CGDB receives a SIGTSTP on both linux and cygwin. >When CGDB is at the select loop and this happens on linux s

SIGTSTP and select

2007-04-02 Thread Bob Rossi
Hi, I'm preparing a new release of CGDB and I'm testing it out on several platforms. I noticed a bug and tracked it down to SIGTSTP and select. I'm not exactly sure what has changed since the last release to cause this issue. However, here it is. CGDB has a select loop that it us