From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22127 invoked by alias); 12 Aug 2010 14:46:39 -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: 28150 Received: (qmail 6820 invoked from network); 12 Aug 2010 14:46:37 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE, T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.161.43 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition:user-agent; bh=juRVbR48NTK0LSqPHaia0N54QMhJVy0ah9vVwa71RB4=; b=A827D9gfSfQG2ny1ifIxpkgdeKDsoLH5Tub1nLkwbMMmSDVGGyVbq3YRk7bWZVCYnR Kap0+iJlD0faaOGmLwDhQvrXbJbhMfFf+LlMTBjtjg6KwKUcw8vwxOY3tuivoYbS2wwx oaI6LlY82EZi5rAhho/B3pZxxu8qLTTlT2rXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=uCwZ2kslDEM/HhAG1sgfjfCMEhmHd0NI9FWGdlqbj07p8/x2V2by43xlU0xij+cMlF VOKMXH5OQ+0GOpljAmmIQVCaniqGUPITKkzbs0JfKqQLEA5oMXJ2BadvgW8ovSjYXa9G TLaOQyLUC1Id5hQADncaiovLP3DXDMkl4UxCY= Date: Thu, 12 Aug 2010 16:46:26 +0200 From: Philipp Hartwig To: zsh-workers@zsh.org Subject: segfault on menu-select Message-ID: <20100812144626.GI28144@ph> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="qftxBdZWiueWNAVY" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) --qftxBdZWiueWNAVY Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm using the latest zsh from Debian which has the version number=20 4.3.10-15, but I was able to reproduce the following behavior with the=20 zsh 4.3.10 built from the official sources. I have the line following line in my .zshrc: > bindkey '^o' menu-select The following sequence of keys will make zsh crash, provided that=20 "gre" completes to "grep " on your system: $ gre In /var/log/syslog I find the following lines after the crash: > Aug 12 16:20:55 ph kernel: [228053.669743] zsh[14263]: segfault at 20 ip = 00007fcba8135b92 sp 00007fff9c3402d8 error 4 in libc-2.11.2.so[7fcba80ba000= +158000] > Aug 12 16:21:01 ph /USR/SBIN/CRON[14357]: (ph) CMD (/home/ph/bin/checkoff= line) > Aug 12 16:21:01 ph /USR/SBIN/CRON[14356]: (ph) CMD (/home/ph/bin/checkmsm= tp) > Aug 12 16:21:36 ph kernel: [228094.527543] zsh[14864]: segfault at 1c ip = 00007f507ce609dc sp 00007fff1b97c630 error 4 in complete.so[7f507ce4c000+23= 000] I'd love to be of further assistance in tracking down what is going on=20 in case the information I provided is not sufficient. Best, Philipp --qftxBdZWiueWNAVY Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkxkCTgACgkQiTx0ar4roGTSzQCggwb/lZAs9yOWnKBmvZ8fKFdf lAIAn3Ovjiu5yK5jpnY52dzFxpmPMuVu =+Erv -----END PGP SIGNATURE----- --qftxBdZWiueWNAVY--