From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24086 invoked by alias); 12 Aug 2010 18:06:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 28159 Received: (qmail 22897 invoked from network); 12 Aug 2010 18:06:17 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Philipp Hartwig Cc: zsh-workers@zsh.org Subject: Re: segfault on menu-select In-Reply-To: <20100812173356.GC24998@ph> (Philipp Hartwig's message of "Thu, 12 Aug 2010 19:33:56 +0200") References: <20100812144626.GI28144@ph> <8762zf6fwo.fsf@ft.bewatermyfriend.org> <20100812152044.GJ28144@ph> <87wrrv4yrg.fsf@ft.bewatermyfriend.org> <20100812165307.GA24998@ph> <87r5i34v51.fsf@ft.bewatermyfriend.org> <20100812173356.GC24998@ph> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Thu, 12 Aug 2010 20:04:45 +0200 Message-ID: <87lj8b4shu.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Philipp Hartwig wrote: [...] >> To put the backtrace to a file, the following oneliner works: >> >> % gdb -c core /usr/local/bin/zsh <<< $'bt full\nquit\n' > backtrace.txt >> [...] > Ok, apart from a "warning: Can't read pathname for load map: > Input/output error." it looks like this has worked. I've attached the > result. Thanks. I've tried following the trace but frankly, I know next to nothing about the code in compcore.c, compresult.c and zle_tricky.c. I'm sure somebody else will pitch in when they find the time. Regards, Frank -- In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925