From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34454: GTK programs segfaulting Date: Tue, 12 Mar 2019 14:11:31 +0100 Message-ID: <87k1h4fda4.fsf@gnu.org> References: <20190212041627.31de67cb@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:51356) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h3hCR-0006QO-Qf for bug-guix@gnu.org; Tue, 12 Mar 2019 09:12:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h3hCM-0005ec-4T for bug-guix@gnu.org; Tue, 12 Mar 2019 09:12:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54530) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h3hCL-0005eE-T6 for bug-guix@gnu.org; Tue, 12 Mar 2019 09:12:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h3hCL-0005im-L7 for bug-guix@gnu.org; Tue, 12 Mar 2019 09:12:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Bradley Haggerty's message of "Mon, 11 Mar 2019 03:07:24 +0000") 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: Bradley Haggerty Cc: 34454@debbugs.gnu.org Hi Bradley, Bradley Haggerty skribis: > Ludovic Court=C3=A8s said: >>Can you reproduce the error with: >> >> guix environment --pure --ad-hoc emacs -- emacs > > Yes, it seems I can! > > brad@kazuki:~/ > guix environment --pure --ad-hoc emacs -- emacs=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 [...] > X protocol error: BadMatch (invalid parameter attributes) on protocol req= uest 2=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 > When compiled with GTK, Emacs cannot recover from X disconnects.=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > This is a GTK bug: https://bugzilla.gnome.org/show_bug.cgi?id=3D85715=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 > For details, see etc/PROBLEMS. > Fatal error 6: Aborted Weird, that definitely works for me. Could you then see if this can be reproduced in a VM? That is, run: guix system vm config.scm where config.scm is your system config, with Emacs added to the =E2=80=98packages=E2=80=99 field, like so: (operating-system ;; =E2=80=A6 (packages (cons emacs %base-packages))) If the problem doesn=E2=80=99t show up in the VM, it would mean there=E2=80= =99s some corrupt state somewhere on your system. HTH, Ludo=E2=80=99.