From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#36118: segmentation fault in Totem Date: Fri, 07 Jun 2019 20:27:06 +0200 Message-ID: <87ftol8d51.fsf@elephly.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:50703) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hZJav-0002ha-Fy for bug-guix@gnu.org; Fri, 07 Jun 2019 14:28:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hZJas-0003PV-ID for bug-guix@gnu.org; Fri, 07 Jun 2019 14:28:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hZJas-0003Oc-8V for bug-guix@gnu.org; Fri, 07 Jun 2019 14:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hZJas-0002zi-2Q for bug-guix@gnu.org; Fri, 07 Jun 2019 14:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: 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: Laura Lazzati Cc: 36118@debbugs.gnu.org Hi Laura, thank you for the bug report. > I found a segmentation fault that happens with the current totem > version that is installed with Guix. It occurs when the application is > closed. > I found it runnig Guix on top of an Ubuntu 18.04 distro. Then I tested > it over a Fedora 30 and a Debian 9. Lastly, with Guix System v1.0.1. > > The outputs differ a little, but in all cases the three main lines appear: > > ---------------------------start here -----------------------------------= ------------------- > (totem:25833): Gtk-WARNING **: 12:50:35.676: > gtk_window_present_with_time() should not be called with 0, or > GDK_CURRENT_TIME as a timestamp, the timestamp should instead be > gathered at the time the user initiated the request for the window to > be shown > > (totem:25833): libpeas-WARNING **: 12:51:21.053: Type not found in > introspection: 'PeasActivatable' > > (totem:25833): libpeas-WARNING **: 12:51:21.053: Method > 'PeasActivatable.deactivate' was not found > ------------------------------end here ----------------------------------= ----------------- These are not problematic. Totem uses gstreamer, so the decoding of media files depends on the installed codecs. In fact, =E2=80=9C/bin/totem=E2=80=9D is wrapped with tw= o variables at build time: GST_PLUGIN_SYSTEM_PATH and GRL_PLUGIN_PATH. Can you tell us what gstreamer plugins you have installed (these are packages starting with =E2=80=9Cgst-=E2=80=9D) and what values the GST_* en= vironment variables have? With GST_DEBUG=3D5 (or a lower number) you should also be able to see what gstreamer plugin is being selected. Then we could try to narrow the fault down to a specific plugin and its libraries. -- Ricardo