Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Exiting zsh



In the last episode (Dec 16), Manish said:
> I have searched high and low but haven't found an answer for this little
> quirk
> When I type exit, zsh waits a good 5 seconds or so before actually exiting.
> Freebsd-6.0 amd64, zsh-4.2.5

My bet is on a huge or corrupt history file.  If that's not the
problem, try trussing the shell as it exits.  Run "echo $$" in one
window/vty to get the pid, then in another run "truss -d -f -o log.txt
-p <pid>".  Then go back to the first screen and exit the shell.  When
it's done, look at the logfile to see what's happenning when.

-- 
	Dan Nelson
	dnelson@xxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author