Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: functrace and funcsourcetrace (was Re: PATCH: trace information for sourced files)
- X-seq: zsh-workers 25505
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Re: functrace and funcsourcetrace (was Re: PATCH: trace information for sourced files)
- Date: Thu, 21 Aug 2008 22:21:12 +0200
- 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=w/p58G4JO4S518azgV43l5Y1JlBOf7oHCouzlAmWUr0=; b=Qe++TZpzMdPKcuk+XKrISeOIIBmD8OWWk4c7v78QYIL9VYeATRRWEosQwyN/9in0hV 10mgBX8aYeGxb8FItxDSXaEVqfZZUXU7QupRrUqCIKIEXyFOLhRPRzXCEVAn7b0LIV+d tV0h1Cs9xoq8XBox65mcPOOrcid/bo2CTX7uM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=aXHEKG9H/So00ly8eg3YbFdWKI5xI7PTL87xziqBCW0em7GcoBpbXpYJOGzyquDXxG C+GDoUblVtlW1hEQpp+F7PRR3/poATHbKNnvWUSNx25lAeWJmfD3pWErd+5s/iztC/58 NTcdZxHbGW4M1FQI2mp8QUEBq9clPTfs5GAe4=
- In-reply-to: <20080821163104.0fe99595@pws-pc>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <6cd6de210808121700kf500ea6p9b3eed0fefadfc8@xxxxxxxxxxxxxx> <20080813204212.4c72c96a@pws-pc> <20080813214318.09f570e7@pws-pc> <20080813220528.24263eb3@pws-pc> <237967ef0808180413q6a98d584k7cd0be52c07550ef@xxxxxxxxxxxxxx> <20080821163104.0fe99595@pws-pc>
2008/8/21 Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>:
> On Mon, 18 Aug 2008 13:13:39 +0200
> "Mikael Magnusson" <mikachu@xxxxxxxxx> wrote:
>> The current cvs zsh crashes for me on any tabcompletion now iff i've
>> done a zcompile on the functions dir in /usr/local/share/zsh/blabla.
>
> If it's only with zcompile'd functions, it could be it just needs a
> version number update to deconfuse matters. It's time I produced a dev
> version with a new number. (There are various things I still need to do
> before a proper beta release, most notably the other half of the
> completion match control conversion to wide characters.) I'm around
> until Monday, I'll try and fit it in.
It happens with newly zcompiled .zwc files as well, ie
1) install cvs
2) zcompile + tab -> crash
3) rm .zwc + tab -> nocrash
4) zcompile + tab -> crash again
Actually... If I remember correctly, it didn't crash with the zwc from
before the commit, but it could be that it's just not loaded at all then.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author