screen crashes if shelltitle is defined
Bug #368925 reported by
Robert Coyle
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
byobu |
Fix Released
|
Medium
|
Dustin Kirkland | ||
screen-profiles (Ubuntu) |
Fix Released
|
Medium
|
Dustin Kirkland | ||
Karmic |
Fix Released
|
Medium
|
Dustin Kirkland |
Bug Description
Following the instructions here:http://
Changed in screen-profiles (Ubuntu Karmic): | |
status: | In Progress → Fix Committed |
Changed in screen-profiles: | |
status: | Fix Committed → Fix Released |
Changed in byobu: | |
status: | Incomplete → Fix Committed |
Changed in byobu: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Hello, thanks for the bug report, and thanks for the link.
Can you be more precise? Which commands did you follow? Can you please attach your .screenrc and/or shell configuration that generates the problem?
I was able to reproduce the problem very simply by putting the following in my .screenrc:
shelltitle "foo"
And then launching screen, I saw the blank white screen indefinitely.
However, I did notice that if I ran "screen top", giving it a command to run, it appeared to behave properly.
Can you try this in your configuration? Can you give screen something specifically to run, and see if that works? That might help me troubleshoot the problem.
:-Dustin