From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: john Newsgroups: gmane.emacs.devel Subject: Re: persistent crash Date: Tue, 13 Feb 2024 17:49:09 +0000 (GMT) Message-ID: References: <3579-Tue13Feb2024170741+0000-jpff@codemist.co.uk> <86o7ckp9kj.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25916"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.21 (DEB 202 2017-01-01) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Feb 13 18:50:21 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rZwvF-0006YX-18 for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Feb 2024 18:50:21 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rZwuY-00015F-U7; Tue, 13 Feb 2024 12:49:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rZwuT-00014m-IR for emacs-devel@gnu.org; Tue, 13 Feb 2024 12:49:33 -0500 Original-Received: from codemist.co.uk ([217.155.197.248]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rZwuS-0002kQ-1A; Tue, 13 Feb 2024 12:49:33 -0500 Original-Received: from [172.16.4.42] (helo=snout.codemist.co.uk) by codemist.co.uk with esmtp (Exim 4.97.1) (envelope-from ) id 1rZwuP-0000000015A-48ZC; Tue, 13 Feb 2024 17:49:30 +0000 In-Reply-To: <86o7ckp9kj.fsf@gnu.org> X-ACL-Warn: No reverse lookup Received-SPF: pass client-ip=217.155.197.248; envelope-from=jpff@codemist.co.uk; helo=codemist.co.uk X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316181 Archived-At: This has been happening for the last week or 10 days. I build from source master on GNU/Linux after a git pull. I have been doing this for some years. It stopped running with no apparent errors. I moved y to use an older emacs (GNU Emacs 27.2 (build 1, x86_64-suse-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0)) but I failed to run report-emacs-bug For me I launch emacs under X and FVWM and type C-x C-f and it crashes. I have failed to win back control as it produces these back-traces whatever type. I have done a make bootstrap but it made no difference I did see a message about cj=l being deprecated but I do not know whp is loading it. ==John ffitchOn Tue, 13 Feb 2024, Eli Zaretskii wrote: ( ( >> Date: Tue, 13 Feb 2024 17:07:41 +0000 >> From: John ff >> >> How do I stop this error? >> >> Master build from source >> ==John ffitch >> Debugger entered--Lisp error: (wrong-number-of-arguments >> #f(compiled-function (&optional device) #> -0x1d28e41334b4e2c8>) 2) >> device-class(# "SEM >> USB Keyboard") >> minibuffer-setup-on-screen-keyboard() >> read-from-minibuffer("Find file: " "~/" (keymap (keymap (32 > > How to reproduce this? >