From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10507 invoked by alias); 7 May 2013 21:22: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: 31381 Received: (qmail 449 invoked from network); 7 May 2013 21:22:18 -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 Received-SPF: none (ns1.primenet.com.au: domain at brasslantern.com does not designate permitted sender hosts) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=js9InoQrfuevpqKuz86c5KpoXhKRQQb01/Dec8jtWHo=; b=pFinZCZEjWWcAf2RrqbXJQ0O16l7Lu5/ZT4ziLGrV8RM6mlfW4zaZWMQu5uNeoOkkQ wgyOmoiAnPIr4Pv9aP070HlM3Q6WyHfRcMxrfUVIAYbaMCA7TQbViFN5kVZhdBCoyRNb U6bZi8eHt5Xw3vXbxMdTp5PfooIYa37E2QyRCKVm1HC3uGBpD/Oj75MqleIdrHYEnfKs M4GhfjKzPZqPz2ZNoQYTXXYxZs2HJAHgjQzx4GJBgazTcx82M0SdcPvcpudewUVIPRB/ kBmQGazR6Caycy7cgIa0RUTRNsvWFiTm26TQRfiXz392sRFx9Mt2XOMQeP7Ok+JoPN8y Km7w== MIME-Version: 1.0 X-Received: by 10.152.19.199 with SMTP id h7mr1698988lae.22.1367961729989; Tue, 07 May 2013 14:22:09 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 May 2013 14:22:09 -0700 Message-ID: Subject: Re: Crashing shell on 5.0.2 OSX, logs attached From: Bart Schaefer To: Julian Berman Cc: Zsh hackers list Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnAKqIT0lsYax1NL68S6S7Zdxz24jYPGnC8aoKD8dq7vw3bsZBhWjgeESn0rhTtZTBadMZd These both appear to be memory-management related, but otherwise aren't connected, so both are probably a symptom of an actual bug that's elsewhere. I strongly suspect something that is triggered by syntax highlighting, either via _fuzzy-match-accept-line or from somewhere inside zsh-syntax-highlighting. Try removing one or both of those from your .zshrc and see if you can still reproduce the problem.