Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bug with parameter module
- X-seq: zsh-workers 8894
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Bug with parameter module
- Date: Sun, 05 Dec 1999 00:47:37 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Somebody must know more about why this should be happening.
zsh -c 'zmodload -i parameter; fn() { exit 1; }; fn'
The shell hangs. It seems that executing fn uses some wrapper associated
with the parameter module which then won't unload. There should be some
mode to force unloading on exit (this is the real problem worked around in
the case of zle by Clint's patch in 8862, I would think).
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author