Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: another bug: zsh_directory_name
- X-seq: zsh-workers 25974
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Oliver Kiddle" <okiddle@xxxxxxxxxxx>
- Subject: Re: another bug: zsh_directory_name
- Date: Thu, 30 Oct 2008 22:26:11 +0100
- Cc: "Zsh workers" <zsh-workers@xxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=M8ZP8yzKJtbOpoydE78RC7S7pQPqyCAl5wPLRtbsDr0=; b=tzBmyyL/ErxmF+uXWaRZuf+2jToGPEhgIW9oPwRSH4Skkk3noXuOVSxzaodGhlig/a ITivaBeNUKOE4RAFgkAD0vohhLyDQEXyqxYKchyLvYd3LybPbwqDJSE9L+UIfS+4yXY9 +Dx9+5gcywBlfX+bT7hbxYGJhcWUnAno5IqiU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=jVFIqf1JZQu5hMBWgq9fnaxe6TlI5+Q4kVpYl7cM0F9VYo4FnsPjjI3p53KhiEVlvw O2amqQfVBFNvtkFWgJMUPeVEr02MGnQOpQXraanaBukfGBTlARSvxHQQ/8MGM/cZQNUr uhitS0EQNjaCeClZRI9i8Pq0A1Hyc993jtP9Q=
- In-reply-to: <20324.1225401654@thecus>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20324.1225401654@thecus>
2008/10/30 Oliver Kiddle <okiddle@xxxxxxxxxxx>:
> Just thought I'd check that the case of calling this new ~[...] stuff
> recursively had been handled. The following caused an instant seg fault:
>
> zsh_directory_name() {
> echo ~[]
> }
I don't think this has anything to do with ~[],
% function a() { a }
% a
zsh: segmentation fault zsh
(i appear to not have debug symbols but maybe better than nothing),
(gdb) bt
#0 0x08069b4c in execcmd ()
#1 0x0806df95 in execpline2 ()
#2 0x0806e39d in execpline ()
#3 0x00000000 in ?? ()
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author