From mboxrd@z Thu Jan 1 00:00:00 1970 From: Divan Santana Subject: pass free(): double free detected in tcache 2 Date: Sat, 07 Dec 2019 06:27:44 +0200 Message-ID: <877e39pmpz.fsf@santanas.co.za> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60464) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1idRhK-0004gc-E4 for help-guix@gnu.org; Fri, 06 Dec 2019 23:28:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1idRhH-0000Ly-IM for help-guix@gnu.org; Fri, 06 Dec 2019 23:28:00 -0500 Received: from [156.0.193.126] (port=60753 helo=mail.santanas.co.za) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1idRhG-0008DY-Jy for help-guix@gnu.org; Fri, 06 Dec 2019 23:27:59 -0500 Received: from authenticated-user (mail.santanas.co.za [156.0.193.126]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by mail.santanas.co.za (Postfix) with ESMTPSA id 86BDB5F5B9 for ; Sat, 7 Dec 2019 06:27:47 +0200 (SAST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Help guix Hi Guix Since my guix system update from: Generation 188 Nov 19 2019 22:37:41 file name: /var/guix/profiles/system-188-link canonical file name: /gnu/store/dvj16fi2psiffb8pxpzpfpgrkbkg5nki-system label: GNU with Linux 5.3.10 bootloader: grub-efi root device: /dev/mapper/crypt kernel: /gnu/store/vccvajs99f27axpaa79g71z7s2psfhxx-linux-5.3.10/bzImage to Generation 189 Nov 30 2019 23:49:57 file name: /var/guix/profiles/system-189-link canonical file name: /gnu/store/a73ssfniyfwqzjfpab3y2504lm7q0ni1-system label: GNU with Linux 5.3.14 bootloader: grub-efi root device: /dev/mapper/crypt kernel: /gnu/store/v7riv27agdd8jz6p4q2wd67bkwhk8qm7-linux-5.3.14/bzImage when I run: $ pass show somepass@example.com I get free(): double free detected in tcache 2 The pass version is the same, so I'm guessing this a bug in something else? Anyone know?