NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bin/55423 (/bin/csh freezes when some interactive programs are suspended)



The following reply was made to PR bin/55423; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/55423 (/bin/csh freezes when some interactive programs are suspended)
Date: Mon, 05 Jul 2021 03:41:31 +0700

     Date:        Sun,  4 Jul 2021 17:45:03 +0000 (UTC)
     From:        David Holland <dholland-bugs%netbsd.org@localhost>
     Message-ID:  <20210704174503.96B961A923D%mollari.NetBSD.org@localhost>
 
   |  My guess is that the job control state is borked, but I'm
   |  not sure how to check that from another shell.
 
 My guess is that the terminal is in non-echo (probably) cbreak mode,
 and that ...
 
   |  Probably need to have py38-readline installed for the behavior to
   |  manifest.
 
 that thing, or the application using it, isn't catching SIGTSTP to return
 the terminal to a sane mode before the process suspends.
 
 Try blind typing "stty sane^J"  (ie: end with an explicit line feed,
 not carriage-return) and see what happens.
 
 kre
 
 ps: note I don't have py38-readline (or pyXX-readline for any XX) or
 python3.8 (I do have an earlier one) installed to test this hypothesis myself.
 


Home | Main Index | Thread Index | Old Index