| Issue 10: | "exit" in visor window leads to crash. | |
| 7 people starred this issue and may be notified of changes. | Back to list |
Repro: 1. Make sure your terminal has "When shell exits: Close the window" set under "Shell" in Settings. 2. Open visor, 3. Exit with the "exit" command 4. Try to open visor again Issue: In Tiger Visor starts a new terminal session, in Leopard it crashes (hover over the visor icon in the menu bar to see the spinning beachball) OS: 1.5a1 on Leopard. Error report indicates something about |
|
,
Dec 01, 2007
The exact line looks like line 533 in VisorController.m, return [[controller retain] autorelease]; But of course I'm not positive, debugging in a language you don't know isn't easy, but I guess it's one way to learn ;) |
|
,
Dec 23, 2007
# Add this to ~/.profile to workaround this crash. only tested on my machine.
exit()
{
killall Terminal
open /Applications/Utilities/Terminal.app
}
# Remap of "exit" to kill and restart Terminal instead of crashing Visor.
# 1 side effect: All terminal processes are killed.
|
|
,
May 11, 2008
I'm having this same issue. I just posted debug output on #32, which appears to be a duplicate. |
|
,
Jun 19, 2008
Meeee too. |
|
,
Sep 24, 2008
visor rocks, but this kinda sucks... i don't use the mouse alot and got used to typing exit or command+w to close a window... it's kinda a habit that leads to visor crashing =/ Visor 1.2 Leopard 10.5.4 Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB RAM |
|
,
Jan 27, 2009
Reproduced on 10.5.6 visor 1.5a1 and 1.2.1 |
|
,
Mar 06, 2009
Fixed in Visor 1.6
Status: Fixed
|
|
| ► Sign in to add a comment |