From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15663 invoked by alias); 6 Nov 2017 12:19:10 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 22958 Received: (qmail 2513 invoked by uid 1010); 6 Nov 2017 12:19:10 -0000 X-Qmail-Scanner-Diagnostics: from mout02.posteo.de by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(185.67.36.66):SA:0(-7.0/5.0):. Processed in 4.485683 secs); 06 Nov 2017 12:19:10 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, RCVD_IN_MSPIKE_H2,SPF_PASS autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: hadrien.lacour@posteo.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Date: Mon, 6 Nov 2017 13:18:59 +0100 From: Hadrien Lacour To: zsh-users@zsh.org Subject: Completion segmentation fault Message-ID: <20171106121858.mtfmidyvibiav6qq@gentoo.gentoo> Mail-Followup-To: zsh-users@zsh.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: NeoMutt/20171027 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