zsh-workers
 help / color / mirror / code / Atom feed
From: Leah Neukirchen <leah@vuxu.org>
To: zsh-workers@zsh.org
Subject: Re: Completion segmentation fault
Date: Mon, 06 Nov 2017 13:48:42 +0100	[thread overview]
Message-ID: <87wp33lgid.fsf@gmail.com> (raw)
In-Reply-To: <20171106121858.mtfmidyvibiav6qq__26538.8651089326$1509970840$gmane$org@gentoo.gentoo> (Hadrien Lacour's message of "Mon, 6 Nov 2017 13:18:59 +0100")

Hadrien Lacour <hadrien.lacour@posteo.net> writes:

> Hello,
>
> I'm getting a segmentation fault when trying to complete (typing TAB)
>> sh -c '. echo;
> It seems that doing
>> export WORDCHARS=""
> before mitigates it. WORDCHARS=*?_-.[]~&;!#$%^(){}<> otherwise.
>
> Using zsh 5.3.1 on Gentoo with the following .zshrc
>> cat ~/.zshrc
> autoload -U compinit
> compinit

gdb tells infinite recursion between _source, _dispatch, and _normal,
then stack overflow.  (Entry point is from _cmdstring.)

-- 
Leah Neukirchen  <leah@vuxu.org>  http://leah.zone


       reply	other threads:[~2017-11-06 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20171106121858.mtfmidyvibiav6qq__26538.8651089326$1509970840$gmane$org@gentoo.gentoo>
2017-11-06 12:48 ` Leah Neukirchen [this message]
2017-12-28  7:47 dana

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wp33lgid.fsf@gmail.com \
    --to=leah@vuxu.org \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).