From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26148 invoked by alias); 16 Jan 2015 16:25:33 -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: 34307 Received: (qmail 27234 invoked from network); 16 Jan 2015 16:25:32 -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=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=b6gFOWC0 c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=8nJEP1OIZ-IA:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=YNv0rlydsVwA:10 a=Df8h1MgLHasOQ36AyswA:9 a=wPNLvfGTeEIA:10 a=oR62UzWl_VYA:10 a=GKiiO8TW8RoA:10 a=jtsIzxjBxl0A:10 From: Bart Schaefer Message-id: <150116082505.ZM26956@torch.brasslantern.com> Date: Fri, 16 Jan 2015 08:25:04 -0800 In-reply-to: <150116081843.ZM26927@torch.brasslantern.com> Comments: In reply to Bart Schaefer "Re: Crash when capturing command output in completion" (Jan 16, 8:18am) References: <150115135356.ZM23582@torch.brasslantern.com> <150115162748.ZM23670@torch.brasslantern.com> <150115204336.ZM23779@torch.brasslantern.com> <150115212036.ZM23929@torch.brasslantern.com> <20150116094436.7803b467@pwslap01u.europe.root.pri> <20150116125712.3ef52e96@pwslap01u.europe.root.pri> <150116081843.ZM26927@torch.brasslantern.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "Zsh Hackers' List" Subject: Re: Crash when capturing command output in completion MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable On Jan 16, 8:18am, Bart Schaefer wrote: } } OK, this changed something -- I don't get a crash any more (though I } probably should as there is obviously a rogue pointer) but *without* } -DZSH_OLD_SKIPCOMM I get this: }=20 } =FF=FF=FF=FF=FF=FF=FF=FF$(ls) This has to mean it's a difference between hgetc() and lex_add_raw() or whatever; I don't really follow yet what's happening with those new routines.