From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16666 invoked by alias); 13 Apr 2018 22:05: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: List-Unsubscribe: X-Seq: 42632 Received: (qmail 6677 invoked by uid 1010); 13 Apr 2018 22:05:33 -0000 X-Qmail-Scanner-Diagnostics: from mx1.riseup.net by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(198.252.153.129):SA:0(-2.6/5.0):. Processed in 2.586517 secs); 13 Apr 2018 22:05:33 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, SPF_HELO_PASS,SPF_PASS,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 X-Envelope-From: ramsdenj@riseup.net X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1523656617; bh=hDVQ/36ATUL/b+rT6lmCcHTpBy5+A+nHqla375JG6h0=; h=From:To:Subject:Date:From; b=h2VsxDcVXfPygjZ5AWCYtIlwduMw/rFSXZZX2ozNblehtrBUCzwqZOQ1GyR4oEIyY xXXQh+xJEWUmsQ5HKjiMnCLXTDAhZogbMgK0TWINLcyvqW+INlP44R/rn3Iwicxj4L hXRLuaJPlmivV5KP0QqIteaXPhpxAXI3ypoBCncA= X-Riseup-User-ID: E892B3A833A0D29969EE2BDEF85E008D37E3304FF4E5708A1D14791DD63E531A X-ME-Sender: Message-Id: <1523656615.2631939.1337422824.550CF732@webmail.messagingengine.com> From: John Ramsden To: zsh-workers@zsh.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" Subject: Bug - invalid pointer Date: Fri, 13 Apr 2018 14:56:55 -0700 I would like to report a bug that causes zsh to crash with an invalid pointer. So far I've only been able to reproduce the bug in dolphin's embedded terminal, an associated bug report can be on KDE bug reports [1]. The message I get upon the crash is: --- free(): invalid pointer Warning: Program '/usr/bin/zsh' crashed. --- This only happens in dolphin, and only upon opening a new dolphin window. If I close and re-open the terminal panel, there is no crash. Downgrade of zsh (5.5-1 => 5.4.2-2) fixes the issue. 1 - https://bugs.kde.org/show_bug.cgi?id=393058 -- John Ramsden