From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28351 invoked by alias); 11 Feb 2015 17:40:11 -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: 34509 Received: (qmail 20313 invoked from network); 11 Feb 2015 17:40:05 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-Authority-Analysis: v=2.1 cv=X+5rdgje c=1 sm=1 tr=0 a=bEx1sGr2luT+B7RwWHqiHw==:117 a=bEx1sGr2luT+B7RwWHqiHw==:17 a=VNsaWKQvMhEA:10 a=N659UExz7-8A:10 a=hedcwN1Yuh7P9uhbv7wA:9 a=pILNOxqGKmIA:10 Message-id: <54DB93F2.6090202@eastlink.ca> Date: Wed, 11 Feb 2015 09:40:02 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.4.0 MIME-version: 1.0 To: Bart Schaefer , zsh-workers@zsh.org Subject: Re: completion problem with '291' ok with '274'. References: <54DA87F5.5090303@eastlink.ca> <150210183520.ZM16470@torch.brasslantern.com> <54DACEF7.90605@eastlink.ca> <150210202035.ZM16595@torch.brasslantern.com> <54DAF251.4040702@eastlink.ca> <150211082827.ZM17558@torch.brasslantern.com> In-reply-to: <150211082827.ZM17558@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 02/11/2015 08:28 AM, Bart Schaefer wrote: > Now *that* is strange. Let's try this. At the first (gdb) prompt, before > you do "run", type "break zexit". If it really is exiting normally that > should stop the process before it actually does exit, so "where" will be > able to display something. ... Type "apropos word" to search for commands related to "word"... Reading symbols from ./zsh-5.0.7-293...(no debugging symbols found)...done. (gdb) break zexit Function "zexit" not defined. Make breakpoint pending on future shared library load? (y or [n]) n (gdb) run Starting program: /usr/local/bin/zsh-5.0.7-293 [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1". $ << back to prompt, no chance for 'where'. I hope this isn't some hideous local anomaly :(