From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2919 invoked by alias); 11 Mar 2012 16:54:28 -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: 30340 Received: (qmail 6592 invoked from network); 11 Mar 2012 16:54:25 -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=-3.3 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,RCVD_IN_DNSWL_MED,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201107; h=In-Reply-To:Content-Transfer-Encoding:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=Z7Xu2JO2X0+IWH8l65b97LK5D9UpDUFY5r1jgjrJn8A=; b=BkwkFxW+FwACivWE20TAN9ZE3NjNeQcK9p4McIJhz9/sdJY9WSgR8SF+jKkJiS9sbisQGcIWbiQH2RBxCacwQ+vu29cCZQO9xtvL0VGHHY/n9CKG31Q+Y7++MOR7dTck+1movCyVudiO9vE3QaQo4b7NKMipbNnPlvqAK2WNfyQ=; Date: Sun, 11 Mar 2012 09:39:09 -0700 From: Phil Pennock To: "Kevin N." Cc: zsh-workers@zsh.org Subject: Re: Certain unicode in hostname breaks with zsh 4.3.17 Message-ID: <20120311163909.GA5545@redoubt.spodhuis.org> Mail-Followup-To: "Kevin N." , zsh-workers@zsh.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On 2012-03-10 at 21:10 -0800, Kevin N. wrote: > When using the hostname さわこ zsh produces core dumps with zsh: bad pattern: > \M-c\M-^A?\M-c\M-^B[\M-c\M-^A> > Works in 4.3.15 gdb zsh /path/to/zsh.core (gdb) bt A backtrace to show where the core-dump is being triggered would be helpful. Thanks, -Phil