Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm
Precedence: bulk
X-No-Archive: yes
List-Id: Zsh Workers List <zsh-workers.zsh.org>
List-Post: <mailto:zsh-workers@zsh.org>
List-Help: <mailto:zsh-workers-help@zsh.org>
X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au
X-Spam-Level: 
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID
	autolearn=ham autolearn_force=no version=3.4.1
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=brasslantern-com.20150623.gappssmtp.com; s=20150623;
        h=from:message-id:date:in-reply-to:comments:references:to:subject
         :mime-version;
        bh=GzRVqxWhBlLWeDBia5LVkc1N9G9guvXYP4+B0QEhPxg=;
        b=wBpvl+ZxsmeVCmN31aeGd/cWfjVXoCWMg/clYCnJTvN5hpvrdUruw7gjLzL+t2ixqc
         l1vhDjDmbtJY91mCatdXSItyDicCJAKAS3KXJfAcvnIZkTpCKwcAKpIwAm1ZcCWfhy+d
         thczOuEh51Lsnohcz3F035CIjqIOOga/6P8ETp9eVb+vtQQLpAm1YkSe3hvt9ns6JKJw
         0VA5+LRr6eW7uTVzpHzXqJRX7tW/PnEUa7YExURniZtQ0bxhAmvQWM5y+esFJXATlYF3
         3ChhlYNe6K7DEsZLH9urCQEEdVAYcyL+yb5IN6JRE+JN/pDxPRMIOLsQPaubM5okHfIn
         x7Ng==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=1e100.net; s=20130820;
        h=x-gm-message-state:from:message-id:date:in-reply-to:comments
         :references:to:subject:mime-version;
        bh=GzRVqxWhBlLWeDBia5LVkc1N9G9guvXYP4+B0QEhPxg=;
        b=ZgeqDQu14z0aKTadUMJQhYd2ERXYnrFBxkCGl7haG2PSJen8aQFg4o2kwKQUm02Ztk
         fNCFaVvNzaTGMsANr6VC+jgUUdkjzy0LRP80iuseioIFa6urRdYzlV3RSXm2smdbbSbC
         zc8fFCE/8UAJRBLzw0C5YwVHQ41r7WVyRY6id29e0/DjqlGPt0Q/SSkPHuqt+tqStOS7
         o6r0RJwn8Mbj2dySn2smTa2Pgun5vvMMwBz9VEn32Uykbyi2CQ2YZnEI1Z4ukAi+b40i
         zscv79VKYIC6GCxo6ghsZwTK6abJuG9Dez2UDmvZkUxpcXx9DuF6Q713R4hDmltVQTjp
         ZUFg==
X-Gm-Message-State: AD7BkJKUUjad37M3Cg4dpmbZ2vS9vjELc9Rk2OiclHp6Mq2Hb0OTbDRDGY5Xwzv/Ki5nmg==
X-Received: by 10.98.12.83 with SMTP id u80mr16630026pfi.116.1457799313960;
        Sat, 12 Mar 2016 08:15:13 -0800 (PST)
From: Bart Schaefer <schaefer@brasslantern.com>
Message-Id: <160312081527.ZM2321@torch.brasslantern.com>
Date: Sat, 12 Mar 2016 08:15:27 -0800
In-Reply-To: <20160312025616.GA28459@zira.vinc17.org>
Comments: In reply to Vincent Lefevre <vincent@vinc17.net>
        "Re: segfault in completion for configure" (Mar 12,  3:56am)
References: <20160311134729.GA32476@cventin.lip.ens-lyon.fr> 
	<20160311143202.4008e29b@pwslap01u.europe.root.pri> 
	<20160312025616.GA28459@zira.vinc17.org>
X-Mailer: OpenZMail Classic (0.9.2 24April2005)
To: zsh-workers@zsh.org
Subject: Re: segfault in completion for configure
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Seq: zsh-workers 38140

On Mar 12,  3:56am, Vincent Lefevre wrote:
} Subject: Re: segfault in completion for configure
}
} On 2016-03-11 14:32:02 +0000, Peter Stephenson wrote:
} > Does valgrind give any information?
} 
} zsh doesn't work with valgrind:

I have not had any such issues.  However, I *don't* configure with the
--enable-zsh-valgrind option, so it's possible that the extra code that
this option adds to mem.c has broken something.

