Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
segfault on menu-select
- X-seq: zsh-workers 28150
- From: Philipp Hartwig <ph.hartwig@xxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: segfault on menu-select
- Date: Thu, 12 Aug 2010 16:46:26 +0200
- 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=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
I'm using the latest zsh from Debian which has the version number
4.3.10-15, but I was able to reproduce the following behavior with the
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
"gre<tab>" completes to "grep " on your system:
$ gre<tab><ctrl-o>
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/checkoffline)
> Aug 12 16:21:01 ph /USR/SBIN/CRON[14356]: (ph) CMD (/home/ph/bin/checkmsmtp)
> Aug 12 16:21:36 ph kernel: [228094.527543] zsh[14864]: segfault at 1c ip 00007f507ce609dc sp 00007fff1b97c630 error 4 in complete.so[7f507ce4c000+23000]
I'd love to be of further assistance in tracking down what is going on
in case the information I provided is not sufficient.
Best,
Philipp
Attachment:
signature.asc
Description: Digital signature
Messages sorted by:
Reverse Date,
Date,
Thread,
Author