From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#31663: dino: segfaults on message delivery since libsignal-protocol-c update Date: Thu, 31 May 2018 04:41:22 -0400 Message-ID: <87zi0gtdxp.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOJAn-0003MM-9E for bug-guix@gnu.org; Thu, 31 May 2018 04:43:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOJAk-0007WM-6Z for bug-guix@gnu.org; Thu, 31 May 2018 04:43:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47694) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOJAk-0007W9-20 for bug-guix@gnu.org; Thu, 31 May 2018 04:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOJAj-0006F7-PY for bug-guix@gnu.org; Thu, 31 May 2018 04:43:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOJAO-0003AU-K5 for bug-guix@gnu.org; Thu, 31 May 2018 04:42:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOJAL-0007I5-Fg for bug-guix@gnu.org; Thu, 31 May 2018 04:42:40 -0400 Received: from world.peace.net ([64.112.178.59]:41288) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOJAL-0007Hn-8o for bug-guix@gnu.org; Thu, 31 May 2018 04:42:37 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 31663@debbugs.gnu.org The update of 'libsignal-protocol-c' to 2.3.2 in commit 05ca7a916a54d32ae4603bcd90918fb19e907704 broke dino. Since that update, dino now immediately segfaults whenever a message is sent or received using OMEMO. Note that upstream dino has its own copy of 'libsignal-protocol-c' in a submodule. Our 'dino' package arranges to instead use our system copy of 'libsignal-protocol-c', and I'm glad for that. Unfortunately, it no longer works. I tried updating 'dino' to the latest upstream commit (60982bff67809e62b43476b49e30a9bd37491930), but that didn't help. Mark