New issue
Advanced search Search tips

Issue 825324 link

Starred by 2 users

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

bash shell inside docker containers on bots has some weird behavior

Project Member Reported by bpastene@chromium.org, Mar 23 2018

Issue description

Exceeding some max-length wraps the characters to position 0. Makes it *super* hard to use, which is unfortunate given that we should be supporting easy ssh debugging on these bots (and some of our test commands are really long and span multiple lines)
http://go/swarming-ssh

There's gotta be something to make it smarter. Some bashrc tweak? Or some tty change on the host?
 
Got a screenshot or an example?  I assume it's that the lines wrap to the same line not a new line?
What are you trying to do when this happens?  Can you not do it programmatically instead of interactively?
Weird, now that I'm trying to repro to post a ss... it's working totally fine... wtf.

yeah it would wrap without a newline, essentially writing over itself

and then hitting up arrow would go up a line, instead of selecting the previous command

and it was some weird cmd.exe stuff

Sign in to add a comment