public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
@ 2003-09-17 14:32 Al Goodniss
  2003-09-17 14:40 ` Igor Pechtchanski
  0 siblings, 1 reply; 7+ messages in thread
From: Al Goodniss @ 2003-09-17 14:32 UTC (permalink / raw)
  To: cygwin

Hi,

I recently upgraded to the latest Cygwin DLLs I am now using v1.5.4-1. Somewhere in the last two 1.5 updates I have lost the ability to suspend the foreground job, it had been working. The fixes listed in the mailing list (adding tty to the CYGWIN env. variable) did not work for me (see below).

I normally run tcsh (tcsh.exe -l) but I did try the same with the Cygwin.bat file as provided. In both cases hitting ^Z to suspend the active job resulted in the cygwin window 'hanging'. It looks like the job is suspended, but I never get back to the shell prompt.


Here's the specifics;

1) Launch tcsh or Bash
2) Launch vim or less (probably others did not check)
3) hit ^Z

At this point my system will be 'hung'. By hung I mean although I am back to the shell, I get no shell prompt and any text I type is not echoed to the screen. If I'm running in X I can go in and kill -9 the vim or less process and whatever I had typed at the 'hung' window will magically be piped to the shell and try to be executed.

I did try the 'tty' fix as shown in the mailing lists. If I place tty in my CYGWIN environment variable the text that I type at the hung window will be echoed but not executed. In both cases I never get the shell prompt back. Same in X or running standalone. I also tried a reinstall of the core cygwin components, rebooting, etc. to no avail.

What did I miss?
-Al




--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 14:32 ^Z does not get back to shell prompt in v1.5.4-1 on WinXP Al Goodniss
@ 2003-09-17 14:40 ` Igor Pechtchanski
  2003-09-17 15:24   ` Al Goodniss
  2003-09-17 18:50   ` Bill McCormick
  0 siblings, 2 replies; 7+ messages in thread
From: Igor Pechtchanski @ 2003-09-17 14:40 UTC (permalink / raw)
  To: Al Goodniss; +Cc: cygwin

On Wed, 17 Sep 2003, Al Goodniss wrote:

> Hi,
>
> I recently upgraded to the latest Cygwin DLLs I am now using v1.5.4-1.
> Somewhere in the last two 1.5 updates I have lost the ability to suspend
> the foreground job, it had been working. The fixes listed in the mailing
> list (adding tty to the CYGWIN env. variable) did not work for me (see
> below).
>
> I normally run tcsh (tcsh.exe -l) but I did try the same with the
> Cygwin.bat file as provided. In both cases hitting ^Z to suspend the
> active job resulted in the cygwin window 'hanging'. It looks like the
> job is suspended, but I never get back to the shell prompt.
>
> Here's the specifics;
>
> 1) Launch tcsh or Bash
> 2) Launch vim or less (probably others did not check)
> 3) hit ^Z
>
> At this point my system will be 'hung'. By hung I mean although I am
> back to the shell, I get no shell prompt and any text I type is not
> echoed to the screen. If I'm running in X I can go in and kill -9 the
> vim or less process and whatever I had typed at the 'hung' window will
> magically be piped to the shell and try to be executed.
>
> I did try the 'tty' fix as shown in the mailing lists. If I place tty in
> my CYGWIN environment variable the text that I type at the hung window
> will be echoed but not executed. In both cases I never get the shell
> prompt back. Same in X or running standalone. I also tried a reinstall
> of the core cygwin components, rebooting, etc. to no avail.
>
> What did I miss?
> -Al

... Searching the recent archives.  This was not only reported, but also
fixed: <http://cygwin.com/ml/cygwin/2003-09/msg01005.html>.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 14:40 ` Igor Pechtchanski
@ 2003-09-17 15:24   ` Al Goodniss
  2003-09-17 18:50   ` Bill McCormick
  1 sibling, 0 replies; 7+ messages in thread
From: Al Goodniss @ 2003-09-17 15:24 UTC (permalink / raw)
  To: cygwin

I thank you for not beating me too badly. I did look :(

*Humbly goes back to learning how to do proper searches*

On Wed, Sep 17, 2003 at 10:32:56AM -0400, Igor Pechtchanski wrote:
> On Wed, 17 Sep 2003, Al Goodniss wrote:
> 
> > Hi,
> >
> > I recently upgraded to the latest Cygwin DLLs I am now using v1.5.4-1.
> > Somewhere in the last two 1.5 updates I have lost the ability to suspend
> > the foreground job, it had been working. The fixes listed in the mailing
> > list (adding tty to the CYGWIN env. variable) did not work for me (see
> > below).
> >
> > I normally run tcsh (tcsh.exe -l) but I did try the same with the
> > Cygwin.bat file as provided. In both cases hitting ^Z to suspend the
> > active job resulted in the cygwin window 'hanging'. It looks like the
> > job is suspended, but I never get back to the shell prompt.
> >
> > Here's the specifics;
> >
> > 1) Launch tcsh or Bash
> > 2) Launch vim or less (probably others did not check)
> > 3) hit ^Z
> >
> > At this point my system will be 'hung'. By hung I mean although I am
> > back to the shell, I get no shell prompt and any text I type is not
> > echoed to the screen. If I'm running in X I can go in and kill -9 the
> > vim or less process and whatever I had typed at the 'hung' window will
> > magically be piped to the shell and try to be executed.
> >
> > I did try the 'tty' fix as shown in the mailing lists. If I place tty in
> > my CYGWIN environment variable the text that I type at the hung window
> > will be echoed but not executed. In both cases I never get the shell
> > prompt back. Same in X or running standalone. I also tried a reinstall
> > of the core cygwin components, rebooting, etc. to no avail.
> >
> > What did I miss?
> > -Al
> 
> ... Searching the recent archives.  This was not only reported, but also
> fixed: <http://cygwin.com/ml/cygwin/2003-09/msg01005.html>.
> 	Igor
> -- 
> 				http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_		pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
>     '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> "I have since come to realize that being between your mentor and his route
> to the bathroom is a major career booster."  -- Patrick Naughton


--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 14:40 ` Igor Pechtchanski
  2003-09-17 15:24   ` Al Goodniss
@ 2003-09-17 18:50   ` Bill McCormick
  2003-09-17 19:23     ` Igor Pechtchanski
  1 sibling, 1 reply; 7+ messages in thread
From: Bill McCormick @ 2003-09-17 18:50 UTC (permalink / raw)
  To: cygwin


>
> ... Searching the recent archives.  This was not only reported, but also
> fixed: <http://cygwin.com/ml/cygwin/2003-09/msg01005.html>.

Is it fixed? According to the msg, it *will be* fixed. CFG is working on it.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.518 / Virus Database: 316 - Release Date: 9/11/2003


--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 18:50   ` Bill McCormick
@ 2003-09-17 19:23     ` Igor Pechtchanski
  2003-09-17 20:31       ` David Rothenberger
  0 siblings, 1 reply; 7+ messages in thread
From: Igor Pechtchanski @ 2003-09-17 19:23 UTC (permalink / raw)
  To: Bill McCormick; +Cc: cygwin

On Wed, 17 Sep 2003, Bill McCormick wrote:

> > ... Searching the recent archives.  This was not only reported, but also
> > fixed: <http://cygwin.com/ml/cygwin/2003-09/msg01005.html>.
>
> Is it fixed? According to the msg, it *will be* fixed. CFG is working on it.

No.  It *is* fixed in CVS, or CGF won't have sent this message.  You can
build your own Cygwin from CVS and take advantage of the fix right away.
Or you could wait for the next snapshot which *will* contain the fix.  At
least, that's how I understand this.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_		pechtcha@cs.nyu.edu
ZZZzz /,`.-'`'    -.  ;-;;,_		igor@watson.ibm.com
     |,4-  ) )-,_. ,\ (  `'-'		Igor Pechtchanski, Ph.D.
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster."  -- Patrick Naughton

--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 19:23     ` Igor Pechtchanski
@ 2003-09-17 20:31       ` David Rothenberger
  2003-09-17 20:31         ` Hannu E K Nevalainen (garbage mail)
  0 siblings, 1 reply; 7+ messages in thread
From: David Rothenberger @ 2003-09-17 20:31 UTC (permalink / raw)
  To: cygwin

Igor Pechtchanski wrote:

> On Wed, 17 Sep 2003, Bill McCormick wrote:
> 
> 
>>>... Searching the recent archives.  This was not only reported, but also
>>>fixed: <http://cygwin.com/ml/cygwin/2003-09/msg01005.html>.
>>
>>Is it fixed? According to the msg, it *will be* fixed. CFG is working on it.
> 
> 
> No.  It *is* fixed in CVS, or CGF won't have sent this message.  You can
> build your own Cygwin from CVS and take advantage of the fix right away.
> Or you could wait for the next snapshot which *will* contain the fix.  At
> least, that's how I understand this.

The latest snapshot, 9/16, has the same ChangeLog as what's in CVS, so I 
think it has the fix cgf mentioned.


--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: ^Z does not get back to shell prompt in v1.5.4-1 on WinXP
  2003-09-17 20:31       ` David Rothenberger
@ 2003-09-17 20:31         ` Hannu E K Nevalainen (garbage mail)
  0 siblings, 0 replies; 7+ messages in thread
From: Hannu E K Nevalainen (garbage mail) @ 2003-09-17 20:31 UTC (permalink / raw)
  To: cygwin


 CTRL-C and CTRL-Z malfunction is fixed.

- Download the latest from http://www.cygwin.com/snapshots
- extract it,
- exit *all* cygwin processes, 
- move it into /bin/cygwin1.dll and (version 1.5.5s 2003-09-16)
- restart "all" of cygwin processes.

/Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E
-- UTC+1, GMT+1, CET --
--END OF MESSAGE-- 


--
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/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2003-09-17 20:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-17 14:32 ^Z does not get back to shell prompt in v1.5.4-1 on WinXP Al Goodniss
2003-09-17 14:40 ` Igor Pechtchanski
2003-09-17 15:24   ` Al Goodniss
2003-09-17 18:50   ` Bill McCormick
2003-09-17 19:23     ` Igor Pechtchanski
2003-09-17 20:31       ` David Rothenberger
2003-09-17 20:31         ` Hannu E K Nevalainen (garbage mail)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).