From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5136 invoked from network); 4 Jun 2020 21:32:27 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 4 Jun 2020 21:32:27 -0000 Received: (qmail 26243 invoked by alias); 4 Jun 2020 21:32:19 -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: List-Unsubscribe: X-Seq: 45972 Received: (qmail 2819 invoked by uid 1010); 4 Jun 2020 21:32:19 -0000 X-Qmail-Scanner-Diagnostics: from mail-lj1-f170.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.3/25828. spamassassin: 3.4.4. Clear:RC:0(209.85.208.170):SA:0(-2.0/5.0):. Processed in 3.726772 secs); 04 Jun 2020 21:32:19 -0000 X-Envelope-From: marlon.richert@gmail.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.208.170 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qvxTjslXa4v6wbKHFJhGiJMk+PbcIi3OK8CrlEt5Jk0=; b=Zs7SUbXeQXV8j2uFKGGJDPepoKNP7lRUzmJtJNN4f3uDyYMqBoyJKtkaWHzZTq15Tt LkQModhoEFCqSrqRd0vV4Hhmz6Soh4Q2woJJXPVXuz04/pPEQny1K9IrAjRKBF5BoFfN FN7I/42PLirsdmjor0w72NsGZxNfbEc8z0z/+/mdJtYy6/YdSk7b+vZcvxkdwsTfK/nl brdnZJc7+Xyvv41gZpT2OYChka/0Srb8a/pe32J2ZeKP8SE5oJGTF/PAN7r2DmyCrAwJ SF8L3R5s3HK7AM6IbI4NL0k0l7OlSHobg79VfWvZ0oWXW9axY25VvRNKqxwfYG6dghb/ 6Y1g== X-Gm-Message-State: AOAM531LDYzjruScDwEMJ8cAA9fVKw9Kvgpy7H4jDn5CBS2KH3OMoq7w k2aJi74FcXUZnS1kg4HQGiwCLK5c8Ug08PnTfk0+YA== X-Google-Smtp-Source: ABdhPJz9d8X9vtVfM0o78DzQIf+BGD909w2aT85FO9bKIp5YAV2TEQE6/5MGUBPaU2SDIPQVKHbrG2eWWA0t0XCls1g= X-Received: by 2002:a2e:595:: with SMTP id 143mr3055078ljf.67.1591306301223; Thu, 04 Jun 2020 14:31:41 -0700 (PDT) MIME-Version: 1.0 References: <20200526184830.4b52dd0c@tarpaulin.shahaf.local2> <20200528084452.34074159@tarpaulin.shahaf.local2> In-Reply-To: <20200528084452.34074159@tarpaulin.shahaf.local2> From: Marlon Richert Date: Fri, 5 Jun 2020 00:31:29 +0300 Message-ID: Subject: Re: Zsh crashes on `compadd` when using `_history` completer & zstyle `ignored-patterns` is set To: Daniel Shahaf Cc: Zsh hackers list Content-Type: multipart/alternative; boundary="000000000000d0378905a748de8f" --000000000000d0378905a748de8f Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 28 May 2020 at 11:44, Daniel Shahaf wrote: > > Could the contents of my histfile have an influence on this? If you do > `yes > > | head -1001 > .zsh_history`, then there is no realistic data in the > > histfile. > > > > That's possible, yes. Can _you_ reproduce the bug using the steps I > posted? > > I don't have your $HISTFILE, but I can't reproduce the issue if > I substitute my $HISTFILE (using =C2=ABcp $HISTFILE ./.zsh_history=C2=BB)= into the > above steps, and it's longer than 1000 lines. > > > I noticed that if I start Zsh without a histfile, then the problem does > not > > occur. > > What if you start zsh with a empty histfile? > > If you can reproduce the problem with your usual histfile but not with > an empty one, try reducing your histfile to the smallest one that does > still reproduce the problem. There are generic instructions at > http://www.zsh.org/cgi-bin/mla/redirect?WORKERNUMBER=3D45791, if you > aren't familiar with the procedure. (They're written for .zshrc but > you can apply them to $HISTFILE as well.) > > Can you try reproducing the bug in zsh built from master? > I am no longer able to reproduce it in any kind of way. Sorry. But at least the problem is gone. :) --000000000000d0378905a748de8f--