From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "X protocol error: BadMatch" on current master Date: Mon, 14 Jan 2019 18:12:22 +0200 Message-ID: <83fttvdxqx.fsf@gnu.org> References: <87o98jz384.fsf@wavexx.thregr.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1547482245 27869 195.159.176.226 (14 Jan 2019 16:10:45 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2019 16:10:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Yuri D'Elia Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 17:10:41 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gj4oy-00075k-Ax for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2019 17:10:40 +0100 Original-Received: from localhost ([127.0.0.1]:35428 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gj4r5-0003tg-7a for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2019 11:12:51 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gj4qr-0003s8-NI for emacs-devel@gnu.org; Mon, 14 Jan 2019 11:12:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:47266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gj4qq-0004Ka-SF; Mon, 14 Jan 2019 11:12:37 -0500 Original-Received: from [176.228.60.248] (port=2136 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gj4qp-0006cO-5k; Mon, 14 Jan 2019 11:12:36 -0500 In-reply-to: <87o98jz384.fsf@wavexx.thregr.org> (message from Yuri D'Elia on Mon, 14 Jan 2019 16:08:27 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232339 Archived-At: > From: Yuri D'Elia > Date: Mon, 14 Jan 2019 16:08:27 +0100 > > Testing the master today I had some issues with emacs quitting with the > following error: > > X protocol error: BadMatch (invalid parameter attributes) on protocol request 139 > > This happens during a minor mode setup, so I'm unsure exactly what is > going on (didn't have time to dig deeper). > > However, last good commit is c342b26371480316024e1e5d63cd8b3f035dda69, Seems like bug#34051. If you run this under GDB with x-synchronize set to t, then post the full backtrace from the crash, it would be very helpful. (If you do, please post that to 34051@debbugs.gnu.org.) Thanks.