From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco van Hulten Subject: kodi crash, and gdb not found Date: Fri, 17 Nov 2017 21:59:14 +0100 Message-ID: <20171117215914.6f666dde@jasniac.instanton> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFnjP-0000Q1-1n for help-guix@gnu.org; Fri, 17 Nov 2017 15:59:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFnjL-0003m3-5p for help-guix@gnu.org; Fri, 17 Nov 2017 15:59:23 -0500 Received: from eterpe-smout.broadpark.no ([80.202.8.16]:49815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFnjK-0003kl-UH for help-guix@gnu.org; Fri, 17 Nov 2017 15:59:19 -0500 Received: from bgo1cloudm2.nextgentel.net ([80.202.8.59]) by eterpe-smout.broadpark.no (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0OZK007K8YACIJ40@eterpe-smout.broadpark.no> for help-guix@gnu.org; Fri, 17 Nov 2017 21:59:15 +0100 (CET) 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@gnu.org Hi, I have `kodi' and `gdb' installed. When I start kodi, it crashes: https://paste.debian.net/996313/ An excerpt of the `kodi' output: > gdb not installed, can't get stack trace. but I installed gdb, under the same user: kodi@watson ~$ gdb --version | head -1 GNU gdb (GDB) 8.0.1 Interesting, `man gdb` does not gives an empty or unreadable man page: at the bottom of the terminal is: > Manual page gdb(1) line ?/? (END) (press h for help or q to quit) I have never before tried (to let a program) use gdb on GuixSD. Last Sunday, the program `kodi' worked fine. Shortly after that (according to lastlog(8) the same day), I did a package upgrade, but did not test kodi hereafter (according to `history`). Today, I tested kodi and it crashes. I upgraded packages, but then it still crashes. =E2=80=94Marco