Opened 16 years ago
Closed 16 years ago
#3304 closed bug (invalid)
Terminal disables scrollbar when program run from bash crashes
Reported by: | Adek336 | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Terminal | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In Terminal: run seq 1 100. Run "info" which crashes (#3303). Now the scrollbar is disabled.
Change History (2)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
comment:2 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
This could be considered a bash bug, then. Or rather a missing feature. The same happens in Linux with bash 3.x, if you e.g. run vim and "kill -9" it. Regarding apps that restore the terminal on crash, I suppose they have signal handlers for the deadly signals.
Note:
See TracTickets
for help on using tickets.
The problem here is that "info" switches to another Terminal "screen", and the old one is not recovered when "info" crashes - this does not happen with every crashing app.