smallperson / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Connection remains alive but screen stops updating #362

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect to a host 
2. Leave that host idle for a good length of time (more than 5-10 minutes)
3. Attempt to interact with the session

What is the expected output? What do you see instead?

I expect to see the output returned to me as per normal with an SSH shell. 
Instead, I see nothing. The Tx/Rx indicator on my phone's status bar indicate 
that the program is indeed sending and receiving, but the screen simply sits 
idle.

What version of the product are you using (you can see this by using Menu
-> About in the Host List)?

Version 314. (Menu -> About does not exist on this version. The version number 
here was provided by the Application Management screen on my phone.)

What type of system are you trying to connect to?

Linux

If you are able to connect, what is the output of "echo $TERM", "uname -a",
and any other relevant information on the host?

"echo $TERM" returns "screen".

"uname -a" returns the following:
Linux tribal 2.6.18-164.11.1.el5 #1 SMP Wed Jan 6 13:26:04 EST 2010 x86_64 
x86_64 x86_64 GNU/Linux

Please provide any additional information below.

There seems to be occasions where the screen can be "roused" but there appears 
to be no pattern. Sometimes, the screen will stall for about 2-3 seconds before 
finally "waking up" and responding normally, but it's not clear what causes 
this behavior.

Original issue reported on code.google.com by mbal...@gmail.com on 12 Sep 2010 at 6:46