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: Sun, 10 Mar 2019 18:45:06 +0100 Message-ID: <87bm2i1v4t.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]:34910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h32WQ-0002e1-R4 for bug-guix@gnu.org; Sun, 10 Mar 2019 13:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h32WQ-0005Ka-6U for bug-guix@gnu.org; Sun, 10 Mar 2019 13:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52966) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h32WQ-0005KW-1R for bug-guix@gnu.org; Sun, 10 Mar 2019 13:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h32WP-0004uH-Ps for bug-guix@gnu.org; Sun, 10 Mar 2019 13:46:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (Bradley Haggerty's message of "Sat, 9 Mar 2019 23:37:26 +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: > I've allowed emacs and icecat to update after holding them back for > sometime. So far icecat has yet to crash, although I haven't restart it so > it's likely the safe version running from memory. Emacs, however, crashes > instantly. Error details below. > > brad@kazuki:~/ > emacs > > (emacs-26-1:10553): Gdk-ERROR **: 17:18:31.044: The program 'emacs-26-1' > received an X Window System error. > This probably reflects a bug in the program. > The error was 'BadMatch (invalid parameter attributes)'. > (Details: serial 605 error_code 8 request_code 2 (core protocol) > minor_code 0) > (Note to programmers: normally, X errors are reported asynchronously; > that is, you will receive the error a while after causing it. > To debug your program, run it with the GDK_SYNCHRONIZE environment > variable to change this behavior. You can then get a meaningful > backtrace from your debugger if you break on the gdk_x_error() functio= n.) > Fatal error 5: Trace/breakpoint trap What distro are you using Guix on? Can you reproduce the error with: guix environment --pure --ad-hoc emacs -- emacs ? Thanks, Ludo=E2=80=99.