From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28413 invoked by alias); 12 Mar 2010 22:22:33 -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: 27792 Received: (qmail 22458 invoked from network); 12 Mar 2010 22:22:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED autolearn=ham version=3.2.5 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MR1Avkm4GJgJ+HjyKis9c+SXCUrzx3C6gTQ2yzRA4vg=; b=p6YiXg43xPd6TFbbujH+qJEG9UHsWwxjOzNSIQHlTwg8gwc7tkVhwJslXC+kSbdLpQ O2nODDG6OZ4j1Uxb7KwIwFq/WAGdLK9G7ioqXWUCWFXVt9/vI0qehgS/DbI+2x6xD3r8 hvhWJnFaFZdje40hRmxzc43XSECfi8tpaN9DU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=LAcIYw9ZZgJlmWL2E/9J0GwFbnpKXBA9Rn9ECDFjGoAgUhSjJ4hs6MgfEYUmBwW99u EbOrAUQo68aOo6Dc8wl10GdAUU4XVdIk34tOwc1TuQhL3pnl2ecEdqV8LfToVPmaEsEH Ko3zKXmkjZDIokGO8Zcnex6NoC74KqYC7iQu4= MIME-Version: 1.0 In-Reply-To: <878w9xldox.fsf@gmail.com> References: <878w9xldox.fsf@gmail.com> Date: Fri, 12 Mar 2010 15:33:51 -0500 Message-ID: <22a0ef081003121233i32921129yb04af61bd0114c6c@mail.gmail.com> Subject: Re: Obscure crash on hash -d From: Michael Hwang To: Christian Neukirchen Cc: zsh-workers@zsh.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This has been fixed as of patchlevel 1.4883. Michael Hwang On Fri, Mar 12, 2010 at 11:14 AM, Christian Neukirchen wrote: > Hello, > > by accident, I just stumbled over this: > > % uname -a > Linux zorya 2.6.32-ARCH #1 SMP PREEMPT Tue Feb 23 19:43:46 CET 2010 x86_6= 4 Genuine Intel(R) CPU U4100 @ 1.30GHz GenuineIntel GNU/Linux > > % echo $ZSH_VERSION $ZSH_PATCHLEVEL > 4.3.10 1.4705 > > % hash -d ~=3Dx > hash: invalid character in directory name: ~ > zsh: segmentation fault =A0zsh > > (gdb) bt > #0 =A00x000000000041189b in ?? () > #1 =A00x0000000000416596 in bin_hash () > #2 =A00x000000000042088f in execbuiltin () > #3 =A00x0000000000428b53 in ?? () > #4 =A00x0000000000428ed6 in ?? () > #5 =A00x0000000000429286 in ?? () > #6 =A00x000000000042a577 in execlist () > #7 =A00x000000000042a7e3 in execode () > #8 =A00x000000000043ce48 in loop () > #9 =A00x000000000043dc8e in zsh_main () > #10 0x00007ffff73c7b6d in __libc_start_main () from /lib/libc.so.6 > #11 0x000000000040d8a9 in _start () > > (I tried to see if I could define ~~ to mean something.) > > Thanks for your great shell, > -- > Christian Neukirchen =A0 =A0http://chneukirchen.o= rg >