From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Subject: Jami: Bug source investigation Date: Thu, 9 Apr 2020 01:20:19 +0200 Message-ID: <20200409012019.3bf4c121@kompiuter> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:56343) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jMJzw-0007AW-4t for guix-devel@gnu.org; Wed, 08 Apr 2020 19:20:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jMJzu-0003az-Tn for guix-devel@gnu.org; Wed, 08 Apr 2020 19:20:43 -0400 Received: from smtpo.poczta.interia.pl ([217.74.65.156]:40657) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jMJzu-0003aE-AQ for guix-devel@gnu.org; Wed, 08 Apr 2020 19:20:42 -0400 Received: from kompiuter (89-64-53-111.dynamic.chello.pl [89.64.53.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by poczta.interia.pl (INTERIA.PL) with ESMTPSA for ; Thu, 9 Apr 2020 01:20:38 +0200 (CEST) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane-mx.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Hello, so I tested Jami on core-updates and it didn't fix the bug (https://git.jami.net/savoirfairelinux/jami-packaging/issues/63) Here's my work up to now, it is on wip-jami branch: https://gitlab.com/kromka_chleba/jami-package-and-other-things-for-guix/-/tree/wip-jami https://gitlab.com/kromka_chleba/jami-package-and-other-things-for-guix.git What happens is when making an audio call and then pressing the red "disconnect" button, Jami daemon (dring) stops with the following message: dring: ../src/pjsip-ua/sip_inv.c:246: pjsip_inv_dec_ref: Assertion `inv && inv->ref_cnt' failed. This issue is related to pjproject (https://www.pjsip.org/) - the library implementing SIP, and patches Jami developers apply to it, which can be found in ring-project/daemon/contrib/src/pjproject/. I need help of someone experienced to investigate what is the difference that makes our package crash, that doesn't occur on other distributions. If we find out, we will hand it to Jami developers so they can fix it. Running daemon in the debugging mode: /lib/ring/dring -pcd Jami is built on debian 10, fedora 31, ubuntu 19.10 using GCC with scripts written in python and bash located in ring-project/make-ring.py and ring-project/scripts. The source packages are available here: https://dl.jami.net/release/tarballs/ And the binaries that don't suffer from the bug are here: https://dl.jami.net/nightly/ Jan Wielkiewicz