Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Exiting zsh
- X-seq: zsh-users 9795
- From: Dan Nelson <dnelson@xxxxxxxxxxxxxxx>
- To: Manish <maaand@xxxxxxxxx>
- Subject: Re: Exiting zsh
- Date: Fri, 16 Dec 2005 22:52:53 -0600
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <3ccf26db0512161737j33122d08r534d5ef54ef78602@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <3ccf26db0512161733x35ab4fyecb4a5948b84f2e1@xxxxxxxxxxxxxx> <3ccf26db0512161737j33122d08r534d5ef54ef78602@xxxxxxxxxxxxxx>
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