From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26190 invoked by alias); 13 Dec 2014 23:29:13 -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: 33960 Received: (qmail 3981 invoked from network); 13 Dec 2014 23:28:59 -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=D9vw8UVm c=1 sm=1 tr=0 a=FT8er97JFeGWzr5TCOCO5w==:117 a=kj9zAlcOel0A:10 a=q2GGsy2AAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=A92cGCtB03wA:10 a=OruR_O2N378lJoABCQwA:9 a=CjuIK1q_8ugA:10 a=UifyY-u9AloA:10 a=_SISivMvMLAA:10 a=ORlhsH93w1wA:10 From: Bart Schaefer Message-id: <141213152840.ZM16632@torch.brasslantern.com> Date: Sat, 13 Dec 2014 15:28:40 -0800 In-reply-to: Comments: In reply to Jonathan H "Complex config triggering Segfault in pattern matching code." (Dec 13, 11:49am) References: X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: Jonathan H , zsh-workers@zsh.org Subject: Re: Complex config triggering Segfault in pattern matching code. MIME-version: 1.0 Content-type: text/plain; charset=us-ascii On Dec 13, 11:49am, Jonathan H wrote: } } I've attached the coredump This doesn't help at all, because it's not usable without the same binary environment where the crash occurred. The output of the "where" command in GDB or the equivalent stack backtrace from another debugger is what you should send. Also we need to know the specific version of zsh (echo $ZSH_PATCHLEVEL for example) and usually also the operating system you're using.