From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FROM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 0687ee6e for ; Tue, 25 Jun 2019 05:53:54 +0000 (UTC) Received: (qmail 7388 invoked by alias); 25 Jun 2019 05:53:45 -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: 44447 Received: (qmail 4127 invoked by uid 1010); 25 Jun 2019 05:53:44 -0000 X-Qmail-Scanner-Diagnostics: from mail-qt1-f173.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25489. spamassassin: 3.4.2. Clear:RC:0(209.85.160.173):SA:0(-0.3/5.0):. Processed in 1.287622 secs); 25 Jun 2019 05:53:44 -0000 X-Envelope-From: pyro777@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.160.173 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Sq8hHCEq4AW2g77gaAUmXKZTIv4vMuqueprwdY/Kj0g=; b=DkM3awl5D2Nl3Gvqt9QSBJCXIS8y+dqvas/Hl9IHqCovaTqXr219XPZJSFMOVQ4YWF 14+T1AXkG+GdffrerJUc4dOjDSXA9W5fRkuing8DIVdjYoYnjFzlABCyskQAu79rCif6 X6QIRniAzNBrqotbh842Y0FUxrVlBmXJmFvZ3FeuiQiBnoq/4buik4rCBIv0WOXfoO2I FES6tG84tXrTuRHR1BgSqv/UTpTTILJUTAFuXmDqHrvUB1+Swqx6dBY6aeufIMPbRCKV kRSAK6rytw7p6I99feVe6byF/Dr3zTZ823FiKdLttArHaxrByQNyBn6LB9zk2klR6HNd uK9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Sq8hHCEq4AW2g77gaAUmXKZTIv4vMuqueprwdY/Kj0g=; b=ZnKFH5HKz12uITbdyxAbZCquREsJr7W/0CjG/qxOBtVykDnb/dWUj8fvkKkky2Bozr aaPl3/AhyIFbeREdptSIVaF59Rmr26h6b1xC0s6XpZ6BtCO7AtnXIBJbcAw15R1+Cl3B QO55qk8FE2kPTCiwkrUznyYmt0OZQgN9Pg90smUhapYLovYoBJhK848qTraesMb9ux30 RGzONmobzLqfs2P8iVdvMt9vQeu7bGSleYVEz4VLKCArnz7yrogfzIgS5SMrat+Hf7s1 d6zcX6rWDt+R756KjQHi9oy/IlPHWIcHzrQJcvYapkuyEVyCEEoxPGUAQ0ksG/NLeAsU HxWw== X-Gm-Message-State: APjAAAVP2nkcl13yoJ4ugPqd7EuAg5wuka+ort2YVGxiK33O5/A4LHuV 6ZN9T+yh8qFIAW6TJI8D8PZBS5hWrpVn/qBf4P84aU1jino= X-Google-Smtp-Source: APXvYqzGEVJ2va8FE79dpQ1lhNeCipXNipvj7A3Y0pk+N2KX2EeH/CtesNAN41I88KgCIoXdBB7Fplc2BW4QJCESm30= X-Received: by 2002:ac8:7506:: with SMTP id u6mr126558082qtq.27.1561441988913; Mon, 24 Jun 2019 22:53:08 -0700 (PDT) MIME-Version: 1.0 From: Tom McLaughlin Date: Mon, 24 Jun 2019 22:52:58 -0700 Message-ID: Subject: Crash on small (2x2) window sizes To: zsh-workers@zsh.org Content-Type: multipart/alternative; boundary="000000000000162cc9058c1f8b10" --000000000000162cc9058c1f8b10 Content-Type: text/plain; charset="UTF-8" Hello, I found a crash that happens why you try to run a very small (2x2) window with ZSH. I made a repro with a full description which you can find here: https://github.com/thomasjm/zsh-bug-demo Please let me know if there's any other information I can provide. Thanks, Tom --000000000000162cc9058c1f8b10--