From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12565 invoked from network); 21 Aug 2008 20:21:41 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 21 Aug 2008 20:21:41 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 80703 invoked from network); 21 Aug 2008 20:21:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 21 Aug 2008 20:21:31 -0000 Received: (qmail 27822 invoked by alias); 21 Aug 2008 20:21:18 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25505 Received: (qmail 27810 invoked from network); 21 Aug 2008 20:21:17 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 21 Aug 2008 20:21:17 -0000 Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by bifrost.dotsrc.org (Postfix) with ESMTP id 31353801E2B4 for ; Thu, 21 Aug 2008 22:21:12 +0200 (CEST) Received: by ug-out-1314.google.com with SMTP id 29so85538ugo.18 for ; Thu, 21 Aug 2008 13:21:12 -0700 (PDT) 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= Received: by 10.210.75.6 with SMTP id x6mr276478eba.68.1219350072673; Thu, 21 Aug 2008 13:21:12 -0700 (PDT) Received: by 10.210.19.20 with HTTP; Thu, 21 Aug 2008 13:21:12 -0700 (PDT) Message-ID: <237967ef0808211321i2585181dr5b26ebdcd4297bf0@mail.gmail.com> Date: Thu, 21 Aug 2008 22:21:12 +0200 From: "Mikael Magnusson" To: "Zsh hackers list" Subject: Re: functrace and funcsourcetrace (was Re: PATCH: trace information for sourced files) In-Reply-To: <20080821163104.0fe99595@pws-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6cd6de210808121700kf500ea6p9b3eed0fefadfc8@mail.gmail.com> <20080813204212.4c72c96a@pws-pc> <20080813214318.09f570e7@pws-pc> <20080813220528.24263eb3@pws-pc> <237967ef0808180413q6a98d584k7cd0be52c07550ef@mail.gmail.com> <20080821163104.0fe99595@pws-pc> X-Virus-Scanned: ClamAV 0.92.1/8069/Thu Aug 21 19:36:55 2008 on bifrost X-Virus-Status: Clean 2008/8/21 Peter Stephenson : > On Mon, 18 Aug 2008 13:13:39 +0200 > "Mikael Magnusson" 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