* hashcmd segfault
@ 2002-02-24 19:13 Clint Adams
2002-02-24 19:38 ` Bart Schaefer
0 siblings, 1 reply; 2+ messages in thread
From: Clint Adams @ 2002-02-24 19:13 UTC (permalink / raw)
To: zsh-workers
Running zsh -f, then sourcing a file containing
---8<---
if grep fa_FA /etc/locale.gen >& /dev/null; then
else
fi
export LC_MESSAGES
---8<---
unsetting PATH, then attempting to run a command, results in a
segfault.
Seems to be problems with the value of pathchecked after path is unset.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: hashcmd segfault
2002-02-24 19:13 hashcmd segfault Clint Adams
@ 2002-02-24 19:38 ` Bart Schaefer
0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2002-02-24 19:38 UTC (permalink / raw)
To: zsh-workers
On Feb 24, 2:13pm, Clint Adams wrote:
}
} Seems to be problems with the value of pathchecked after path is unset.
Hmm. Looks like "path" can't use arrvarsetfn/stdunsetfn. This will mean
yet another variant of the IPDEF* macro ...
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-02-24 19:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-24 19:13 hashcmd segfault Clint Adams
2002-02-24 19:38 ` Bart Schaefer
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).