My favorites | Sign in
Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
    
New issue | Search
for
| Advanced search | Search tips
Issue 10: "exit" in visor window leads to crash.
7 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Mar 2009
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by mbaker.pdx, Nov 30, 2007
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 
debug.txt
20.4 KB   Download
Comment 1 by mbaker.pdx, 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 ;)
Comment 3 by alexferrotm, 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.
Comment 4 by rjcnsd, May 11, 2008
I'm having this same issue. I just posted debug output on #32, which appears to be a
duplicate.
Comment 5 by cadeon924, Jun 19, 2008
Meeee too.
Comment 6 by shauni3dud3, 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

errmsg.txt
19.6 KB   Download
Comment 7 by borholquib, Jan 27, 2009
Reproduced on 10.5.6

visor 1.5a1 and 1.2.1


err_report.txt
19.4 KB   Download
Comment 8 by antonin.hildebrand, Mar 06, 2009
Fixed in Visor 1.6
Status: Fixed
Sign in to add a comment

Hosted by Google Code