From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9818 invoked by alias); 3 Jul 2015 12:34:48 -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: 35675 Received: (qmail 18274 invoked from network); 3 Jul 2015 12:34:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) 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, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.0 Message-ID: <55968028.9030700@inlv.org> Date: Fri, 03 Jul 2015 14:29:28 +0200 From: Martijn Dekker User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: zsh-workers@zsh.org Subject: Re: Complicated segfault regression References: <5595AEF8.3000508@inlv.org> <20150703123540.6266a481@pwslap01u.europe.root.pri> In-Reply-To: <20150703123540.6266a481@pwslap01u.europe.root.pri> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Peter Stephenson schreef op 03-07-15 om 13:35: > So the best guess so far is it's do with memory management of the long > case with the continuation line. FYI, the original crashing code didn't have the continuation line. I added that to prevent spurious wrapping by email programs. It seemed to make no difference at all to the symptoms. - M.