Re: Bash crashes on detaching Screen

2014-12-02 Thread Darshit Shah
On 12/02, Eduardo A. Bustamante López wrote: On Tue, Dec 02, 2014 at 11:29:59PM +0530, Darshit Shah wrote: On 12/02, Darshit Shah wrote: [...] >When I attempt to detach a running Screen session using `screen -Drr >,session name` command, the original shell which contained the screen >session d

Re: Bash crashes on detaching Screen

2014-12-02 Thread Chet Ramey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/2/14, 12:59 PM, Darshit Shah wrote: >> However, when I attempted the same from a virtual Terminal instead of an >> emulator, upon remotely detaching the screen session, my terminal >> directly displayed a login prompt again. This leads me to bel

Re: Bash crashes on detaching Screen

2014-12-02 Thread Eduardo A . Bustamante López
On Tue, Dec 02, 2014 at 11:29:59PM +0530, Darshit Shah wrote: > On 12/02, Darshit Shah wrote: [...] > >When I attempt to detach a running Screen session using `screen -Drr > >,session name` command, the original shell which contained the screen > >session does not return to a prompt. It instead rem

Re: Bash crashes on detaching Screen

2014-12-02 Thread Darshit Shah
On 12/02, Darshit Shah wrote: I use GNU Screen along with Bash for my SSH sessions. While detaching my Screen sessions I came across a weird Bash bug and I'd like your help in debugging this issue. When I attempt to detach a running Screen session using `screen -Drr ,session name` command, t

Bash crashes on detaching Screen

2014-12-02 Thread Darshit Shah
I use GNU Screen along with Bash for my SSH sessions. While detaching my Screen sessions I came across a weird Bash bug and I'd like your help in debugging this issue. When I attempt to detach a running Screen session using `screen -Drr ,session name` command, the original shell which contain