From mboxrd@z Thu Jan 1 00:00:00 1970 From: sirgazil Subject: bug#36100: Jami leaks memory Date: Sat, 01 Jun 2019 09:08:59 -0500 Message-ID: <16b135f47a5.c48c9e1512716.4579175065592128011@zoho.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYWWK-0004IH-0y for bug-guix@gnu.org; Wed, 05 Jun 2019 10:04:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYWWI-0007fz-UC for bug-guix@gnu.org; Wed, 05 Jun 2019 10:04:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYWWI-0007fe-QB for bug-guix@gnu.org; Wed, 05 Jun 2019 10:04:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYWWI-0005ju-JV for bug-guix@gnu.org; Wed, 05 Jun 2019 10:04:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:47297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYWVt-0004Ho-3g for bug-guix@gnu.org; Wed, 05 Jun 2019 10:03:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYWVo-00074k-84 for bug-guix@gnu.org; Wed, 05 Jun 2019 10:03:37 -0400 Received: from sender-pp-092.zoho.com ([135.84.80.237]:25466) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hYWVn-0006v9-UX for bug-guix@gnu.org; Wed, 05 Jun 2019 10:03:32 -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: 36100@debbugs.gnu.org Hello, When I run Jami in the GNU system installed with Guix, I see that its process called ".gnome-ring-rea" starts using around 36 MiB, but then increases over time at slow pace. After some hours, I notice it reaches 1 GiB of memory usage. I have to finalize the process to release memory. This happens even when you are not doing anything in the application. ## Steps to reproduce (using GNOME) 1. $ guix install jami-client-gnome 2. Press Alt+F2 and run "ring.cx" [2.1 Create a Jami account] 3. Press Alt+F2 and run "gnome-system-monitor" 4. Click on "Processes" 5. Locate the ".gnome-ring-rea" process 6. Observe the "Memory" usage for a few hours I don't know if step 2.1 is necessary, but I already had an account created when I noticed the problem for the first time. ## System information ``` $ guix describe Generation 2 May 20 2019 10:23:06 (current) guix 0655c16 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 0655c16e7561cffe2fe26bd9b24af1a0efc2c859 ``` --- https://sirgazil.bitbucket.io/