zsh-users
 help / color / mirror / code / Atom feed
* Exiting zsh
       [not found] <3ccf26db0512161733x35ab4fyecb4a5948b84f2e1@mail.gmail.com>
@ 2005-12-17  1:37 ` Manish
  2005-12-17  4:52   ` Dan Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Manish @ 2005-12-17  1:37 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

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

can anybody point me where to start looking?

thanks,
Manish

[-- Attachment #2: Type: text/html, Size: 355 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Exiting zsh
  2005-12-17  1:37 ` Exiting zsh Manish
@ 2005-12-17  4:52   ` Dan Nelson
  0 siblings, 0 replies; 2+ messages in thread
From: Dan Nelson @ 2005-12-17  4:52 UTC (permalink / raw)
  To: Manish; +Cc: zsh-users

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@allantgroup.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-17  4:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3ccf26db0512161733x35ab4fyecb4a5948b84f2e1@mail.gmail.com>
2005-12-17  1:37 ` Exiting zsh Manish
2005-12-17  4:52   ` Dan Nelson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).