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 25510
- 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: Fri, 22 Aug 2008 17:48:57 +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=OdrTsWDn1k2cwuzMGvQpzAJW+azkpqQfffq3u4+jfiM=; b=rtKYaHhoEzTHdQeM/1RXGBb1QFftmoJ1B0UTUKW6EPgf2apbeTRq7XGmfGpkNNbjHP HFbSmIfBqmw6dGyLoylI3UW0q7JjGaKxs5HupC/rLIplPzvtsVSQXRSmx3EKGwHD+Ght r+OteQyVN5lDr6wEcofKoy4L7Xa4caZhjhQEA=
- 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=AgLfUrazqCOs0uBPHwls20DsgNhEPgxs1x7xOAl3elFENcF3KLyque4odtNGJPfciS nkZghENL1X23hkqQyryZRZiZK6eXY8QWxTzK6iFKVpUPXSOqU4SWibqlWMlih70el1Lc bNYcpHN0e2FHgs3D2wEqIJMa9aDXtpxlapPtI=
- In-reply-to: <20080822163335.5153f1be@news01>
- 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> <20080822163335.5153f1be@news01>
2008/8/22 Peter Stephenson <pws@xxxxxxx>:
> 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.
>> The first commit with the crash is "25247 with further modifications:
>> add $funcsourcetrace":
>>
>> % cd<tab>
>> Program received signal SIGSEGV, Segmentation fault.
>> 0x41b6624b in strlen () from /lib/libc.so.6
>> (gdb) bt
>> #0 0x41b6624b in strlen () from /lib/libc.so.6
>> #1 0x080bfb10 in dupstring (s=0x3cff9c3 <Address 0x3cff9c3 out of
>> bounds>) at string.c:39
>> #2 0x08073673 in execautofn (state=0xaf92bf1c, do_exec=0) at exec.c:4075
>
> Looking at this part of the trace, I wonder if this is the problem?
I think that fixed it, but I'm a bit tired right now so I'm not 100% sure
I recompiled everything correctly :).
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author