From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5204 invoked from network); 6 Feb 2008 15:03:09 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Feb 2008 15:03:09 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 48758 invoked from network); 6 Feb 2008 15:03:02 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Feb 2008 15:03:02 -0000 Received: (qmail 2952 invoked by alias); 6 Feb 2008 15:02:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 24540 Received: (qmail 2936 invoked from network); 6 Feb 2008 15:02:58 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Feb 2008 15:02:58 -0000 Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by bifrost.dotsrc.org (Postfix) with ESMTP id 9A8FD80482A1 for ; Wed, 6 Feb 2008 16:02:51 +0100 (CET) Received: by wx-out-0506.google.com with SMTP id h27so2775540wxd.3 for ; Wed, 06 Feb 2008 07:02:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=kLwOMIHuU1ySZIARrM6B+xeYRmyNqSZfTJw8Wx+lN0w=; b=U5xwYBbe2rNiy+chMYDrG6gQFSEzSGkQtnsHSY4CEG+Lf4gipqyRAh7WTSGkuTmW6m3ADMBQEfJCC7cPQ1S4y7KKlpL8GKCHoaTZwyc9AXNtfg/f/uypY+c61A1qAmjTGIJhWzz0Bhr3xQwlOJrV5wR+MPijfktA9q7U7grSVDA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=U5T4fjb8EkAxKwDjJGK3d8R4IhlDDCSKZpYMy/lb5M9ifd48dmgeqtlhfM8YDTA4B+aYw+d5mBSvdS0CY4vh5jzMNCqFAUXvQc5TNFCHW1Mf13Ewo+TJred+K52ho8KA7yV0Ug/yl997O55nHxlEY8CRhNAC6pGlLVEqyT0mFuc= Received: by 10.140.132.8 with SMTP id f8mr6685451rvd.206.1202310169429; Wed, 06 Feb 2008 07:02:49 -0800 (PST) Received: by 10.141.202.18 with HTTP; Wed, 6 Feb 2008 07:02:49 -0800 (PST) Message-ID: <237967ef0802060702s35df5863g91844ab9dde5cfd6@mail.gmail.com> Date: Wed, 6 Feb 2008 16:02:49 +0100 From: "Mikael Magnusson" To: zsh-workers Subject: Completion lockup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Scanned: ClamAV 0.91.2/5711/Wed Feb 6 12:22:58 2008 on bifrost X-Virus-Status: Clean zsh -f setopt rcquotes a''' Tried on two machines with 4.3.4-dev-7, both started spinning 100% cpu longer than i felt like waiting. Some random gdb backtraces (not crashed, just pressed ctrl-c and bt, then c and repeated a few times). Program received signal SIGINT, Interrupt. 0xa7968e2a in docomplete () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so (gdb) bt #0 0xa7968e2a in docomplete () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #1 0xa79651b0 in completecall () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #2 0xa7958318 in execzlefunc () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #3 0xa795850a in zlecore () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #4 0xa7958b7f in zleread () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #5 0x080829ca in inputline () #6 0x080830b9 in ingetc () #7 0x0807d537 in ihgetc () #8 0x0808cb4b in yylex () #9 0x080abc8a in parse_event () #10 0x08081404 in loop () #11 0x0808247e in zsh_main () #12 0x08054f82 in main () (gdb) Quit (gdb) c Continuing. Program received signal SIGINT, Interrupt. 0x080c60e7 in mb_metacharlenconv () (gdb) bt #0 0x080c60e7 in mb_metacharlenconv () #1 0xa7968e10 in docomplete () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #2 0xa79651b0 in completecall () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #3 0xa7958318 in execzlefunc () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #4 0xa795850a in zlecore () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #5 0xa7958b7f in zleread () from /usr/local/lib/zsh/4.3.4-dev-7/zsh/zle.so #6 0x080829ca in inputline () #7 0x080830b9 in ingetc () #8 0x0807d537 in ihgetc () #9 0x0808cb4b in yylex () #10 0x080abc8a in parse_event () #11 0x08081404 in loop () #12 0x0808247e in zsh_main () #13 0x08054f82 in main () -- Mikael Magnusson