Opened 15 years ago

Closed 15 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 axeld, 15 years ago

Owner: changed from jackburton to bonefish

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.

comment:2 by bonefish, 15 years ago

Resolution: invalid
Status: newclosed

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.